Home
last modified time | relevance | path

Searched refs:checkSubstringInCommandOutput (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
H A Dhostapd_hidl_test_utils.cpp105 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 Dradio_aidl_hal_utils.cpp91 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 Dvts_test_util.cpp94 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 DVtsCoreUtil.cpp28 bool checkSubstringInCommandOutput(const char* cmd, const char* feature) { in checkSubstringInCommandOutput() function
59 return checkSubstringInCommandOutput("/system/bin/pm list features", feature); in deviceSupportsFeature()
H A DVtsCoreUtil.h21 bool checkSubstringInCommandOutput(const char* cmd, const char* feature);
/aosp_15_r20/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_hidl_hal_api.cpp30 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 DVtsHalHostapdTargetTest.cpp80 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 Dhostapd_hidl_test.cpp71 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 Dhostapd_hidl_test.cpp73 isAcsSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
76 isWpa3SaeSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/vts/functional/
H A Dsupplicant_aidl_test_utils.h105 if (!testing::checkSubstringInCommandOutput("/system/bin/service check package", in waitForFrameworkReady()
/aosp_15_r20/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_chip_hidl_ap_test.cpp55 isBridgedSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
H A Dwifi_ap_iface_hidl_test.cpp56 isBridgedSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
/aosp_15_r20/hardware/interfaces/wifi/aidl/vts/functional/
H A Dwifi_ap_iface_aidl_test.cpp36 isBridgedSupport_ = testing::checkSubstringInCommandOutput( in SetUp()
H A Dwifi_chip_aidl_test.cpp851 bool isBridgedSupport = testing::checkSubstringInCommandOutput( in TEST_P()
/aosp_15_r20/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_hidl_test_utils.cpp340 if (!testing::checkSubstringInCommandOutput( in waitForFrameworkReady()