Searched refs:kCmd (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/apex/apexd/ |
H A D | flattened_apex_test.cpp | 76 constexpr const char* kCmd = "pidof -s apexd"; in TEST() local 77 std::unique_ptr<FILE, int (*)(FILE*)> pipe(popen(kCmd, "r"), pclose); in TEST() 78 ASSERT_NE(nullptr, pipe) << "Failed to open pipe for: " << kCmd; in TEST()
|
/aosp12/hardware/interfaces/wifi/1.2/vts/functional/ |
H A D | wifi_sta_iface_hidl_test.cpp | 102 const CommandId kCmd = 0; // Matches what WifiVendorHal.java uses. in TEST_P() local 111 HIDL_INVOKE(wifi_sta_iface_, installApfPacketFilter, kCmd, data).code, in TEST_P()
|
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/ |
H A D | wifi_sta_iface_hidl_test.cpp | 188 const CommandId kCmd = 1; in TEST_P() local 193 HIDL_INVOKE(wifi_sta_iface_, startRssiMonitoring, kCmd, kMaxRssi, in TEST_P() 198 HIDL_INVOKE(wifi_sta_iface_, stopRssiMonitoring, kCmd).code); in TEST_P()
|
/aosp12/art/adbconnection/ |
H A D | adbconnection.h | 62 enum class DdmPacketType : uint8_t { kReply = 0x80, kCmd = 0x00, }; enumerator
|
H A D | adbconnection.cc | 340 SendDdmPacket(NextDdmId(), DdmPacketType::kCmd, type, data); in PublishDdmData() 380 case DdmPacketType::kCmd: { in SendDdmPacket()
|