Home
last modified time | relevance | path

Searched refs:kTestNetworkId (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_p2p_iface_hidl_test.cpp71 constexpr SupplicantNetworkId kTestNetworkId = 5; variable
346 p2p_iface_->addGroup(false, kTestNetworkId, in TEST_P()
391 kTestNetworkId, mac_addr_, [](const SupplicantStatus& status) { in TEST_P()
/hardware/interfaces/wifi/supplicant/aidl/vts/functional/
Dsupplicant_p2p_iface_aidl_test.cpp75 const uint32_t kTestNetworkId = 7; variable
482 EXPECT_TRUE(p2p_iface_->addGroup(false, kTestNetworkId).isOk()); in TEST_P()
551 info.persistentNetworkId = kTestNetworkId; in TEST_P()
719 EXPECT_FALSE(p2p_iface_->reinvoke(kTestNetworkId, kTestMacAddr).isOk()); in TEST_P()