Home
last modified time | relevance | path

Searched refs:address1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dnetwork_interface_test.cpp132 BaseAddressTest address1 = BaseAddressTest("192.168.1.3", BaseAddress::FamilyType::FAMILY_INET); variable
133 EXPECT_FALSE(NetworkInterface::IsExistAddressForInterface("test", address1));
134 EXPECT_FALSE(NetworkInterface::IsExistAddressForInterface("lo", address1));
149 BaseAddressTest address1 = BaseAddressTest("192.168", BaseAddress::FamilyType::FAMILY_INET); variable
150 EXPECT_FALSE(NetworkInterface::AddIpAddress("test", address1));
163 BaseAddressTest address1 = BaseAddressTest("192.168", BaseAddress::FamilyType::FAMILY_INET); variable
164 EXPECT_FALSE(NetworkInterface::DelIpAddress("test", address1));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp560 char address1[WIFI_HDI_STR_MAC_LENGTH +1] = {0}; in OnEventInvitationReceived() local
562 invitationReceivedParam->goDeviceAddressLen, address1, sizeof(address1)); in OnEventInvitationReceived()
563 cbInfo.goDeviceAddress = address1; in OnEventInvitationReceived()
669 char address1[WIFI_HDI_STR_MAC_LENGTH +1] = {0}; in OnEventGroupInfoStarted() local
673 groupStartedParam->goRandomDeviceAddressLen, address1, sizeof(address1)); in OnEventGroupInfoStarted()
675 address, groupStartedParam->goRandomDeviceAddressLen, address1); in OnEventGroupInfoStarted()
677 cbInfo.goRandomAddress = address1; in OnEventGroupInfoStarted()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_idl_inner_interface_test.cpp173 static void OnStaAuthorizedMock(const std::string &address, const std::string &address1) in OnStaAuthorizedMock() argument