Searched defs:networkName (Results 1 – 9 of 9) sorted by relevance
34 std::string networkName = std::string(reinterpret_cast<const char*>(data), size); in RequestServiceTest() local
97 char networkName[NSTACKX_MAX_INTERFACE_NAME_LEN]; member107 char networkName[NSTACKX_MAX_INTERFACE_NAME_LEN]; member126 char networkName[NSTACKX_MAX_INTERFACE_NAME_LEN]; member
110 std::string networkName = std::string(reinterpret_cast<const char*>(data), size); in P2pServerFuzzTest() local
140 char networkName[NSTACKX_MAX_INTERFACE_NAME_LEN]; member
386 std::string networkName = std::string(reinterpret_cast<const char*>(data), size); in WifiHotspotServiceImplFuzzTest() local
753 std::string networkName = "backup"; in DoSomethingDeviceMgrStubTest() local779 std::string networkName = std::string(reinterpret_cast<const char*>(data), size); in WifiDeviceServiceImplTest() local
237 std::string networkName; /* oper_ssid of peer device */ variable
652 std::string networkName = std::string(reinterpret_cast<const char*>(data), size); in WifiP2pServiceImplFuzzTest() local
836 static bool IsNetworkNameValid(const char *networkName, size_t len) in IsNetworkNameValid()