Searched refs:checkSubstringInCommandOutput (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
H A D | hostapd_hidl_test_utils.cpp | 105 testing::checkSubstringInCommandOutput(cmd.c_str(), "X"); in toggleWifiFramework() 111 testing::checkSubstringInCommandOutput(cmd.c_str(), "X"); in toggleWifiScanAlwaysAvailable() 115 return testing::checkSubstringInCommandOutput("/system/bin/cmd wifi status", "Wifi is enabled"); in isWifiFrameworkEnabled() 119 return testing::checkSubstringInCommandOutput("/system/bin/cmd wifi status", in isWifiScanAlwaysAvailable()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/vts/ |
H A D | radio_aidl_hal_utils.cpp | 91 return testing::checkSubstringInCommandOutput("getprop persist.radio.multisim.config", "dsds"); in isDsDsEnabled() 95 return testing::checkSubstringInCommandOutput("getprop persist.radio.multisim.config", "dsda"); in isDsDaEnabled() 99 return testing::checkSubstringInCommandOutput("getprop persist.radio.multisim.config", "tsts"); in isTsTsEnabled() 245 return testing::checkSubstringInCommandOutput("getprop gsm.network.type", "LTE"); in isLteConnected()
|
/aosp_15_r20/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | vts_test_util.cpp | 94 return testing::checkSubstringInCommandOutput("getprop persist.radio.multisim.config", "dsds"); in isDsDsEnabled() 98 return testing::checkSubstringInCommandOutput("getprop persist.radio.multisim.config", "tsts"); in isTsTsEnabled() 143 return testing::checkSubstringInCommandOutput("getprop gsm.network.type", "LTE"); in isLteConnected()
|
/aosp_15_r20/test/vts/vts_hal_hidl_target/ |
H A D | VtsCoreUtil.cpp | 28 bool checkSubstringInCommandOutput(const char* cmd, const char* feature) { in checkSubstringInCommandOutput() function 59 return checkSubstringInCommandOutput("/system/bin/pm list features", feature); in deviceSupportsFeature()
|
H A D | VtsCoreUtil.h | 21 bool checkSubstringInCommandOutput(const char* cmd, const char* feature);
|
/aosp_15_r20/hardware/interfaces/radio/1.3/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 30 testing::checkSubstringInCommandOutput("getprop persist.radio.multisim.config", in TEST_P() 32 testing::checkSubstringInCommandOutput("getprop persist.radio.multisim.config", "tsts"); in TEST_P()
|
/aosp_15_r20/hardware/interfaces/wifi/hostapd/aidl/vts/functional/ |
H A D | VtsHalHostapdTargetTest.cpp | 80 isAcsSupport = testing::checkSubstringInCommandOutput( in SetUp() 83 isWpa3SaeSupport = testing::checkSubstringInCommandOutput( in SetUp() 86 isBridgedSupport = testing::checkSubstringInCommandOutput( in SetUp()
|
/aosp_15_r20/hardware/interfaces/wifi/hostapd/1.3/vts/functional/ |
H A D | hostapd_hidl_test.cpp | 71 isAcsSupport_ = testing::checkSubstringInCommandOutput( in SetUp() 74 isWpa3SaeSupport_ = testing::checkSubstringInCommandOutput( in SetUp() 77 isBridgedSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
|
/aosp_15_r20/hardware/interfaces/wifi/hostapd/1.2/vts/functional/ |
H A D | hostapd_hidl_test.cpp | 73 isAcsSupport_ = testing::checkSubstringInCommandOutput( in SetUp() 76 isWpa3SaeSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
|
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/vts/functional/ |
H A D | supplicant_aidl_test_utils.h | 105 if (!testing::checkSubstringInCommandOutput("/system/bin/service check package", in waitForFrameworkReady()
|
/aosp_15_r20/hardware/interfaces/wifi/1.5/vts/functional/ |
H A D | wifi_chip_hidl_ap_test.cpp | 55 isBridgedSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
|
H A D | wifi_ap_iface_hidl_test.cpp | 56 isBridgedSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
|
/aosp_15_r20/hardware/interfaces/wifi/aidl/vts/functional/ |
H A D | wifi_ap_iface_aidl_test.cpp | 36 isBridgedSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
|
H A D | wifi_chip_aidl_test.cpp | 851 bool isBridgedSupport = testing::checkSubstringInCommandOutput( in TEST_P()
|
/aosp_15_r20/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
H A D | supplicant_hidl_test_utils.cpp | 340 if (!testing::checkSubstringInCommandOutput( in waitForFrameworkReady()
|