/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | offline_task.cpp | 49 GetId().c_str(), GetAnonyString(GetNetworkId()).c_str(), GetAnonyString(GetUUID()).c_str(), in OffLineTask() 109 DHLOGI("networkId = %{public}s, uuid = %{public}s", GetAnonyString(GetNetworkId()).c_str(), in CreateDisableTask() 136 .networkId = GetNetworkId(), in CreateDisableTask() 152 DHContext::GetInstance().RemoveOnlineDeviceIdEntryByNetworkId(GetNetworkId()); in WaitDisableTaskFinish() 182 …etaDisableTask, networkId = %{public}s, uuid = %{public}s", GetAnonyString(GetNetworkId()).c_str(), in CreateMetaDisableTask() 185 DeviceManager::GetInstance().GetDeviceType(DH_FWK_PKG_NAME, GetNetworkId(), deviceType); in CreateMetaDisableTask() 191 .networkId = GetNetworkId(), in CreateMetaDisableTask()
|
H A D | online_task.cpp | 55 GetId().c_str(), GetAnonyString(GetNetworkId()).c_str(), GetAnonyString(GetUUID()).c_str(), in DoTask() 87 "udid: %{public}s, udidHash: %{public}s", GetAnonyString(GetNetworkId()).c_str(), in DoSyncInfo() 106 …GetAnonyString(GetNetworkId()).c_str(), GetAnonyString(GetUUID()).c_str(), GetAnonyString(GetUDID(… in CreateEnableTask() 140 .networkId = GetNetworkId(), in CreateEnableTask() 154 …GetAnonyString(GetNetworkId()).c_str(), GetAnonyString(GetUUID()).c_str(), GetAnonyString(GetUDID(… in CreateMetaEnableTask() 156 DeviceManager::GetInstance().GetDeviceType(DH_FWK_PKG_NAME, GetNetworkId(), deviceType); in CreateMetaEnableTask() 162 .networkId = GetNetworkId(), in CreateMetaEnableTask()
|
H A D | enable_task.cpp | 71 .networkId = GetNetworkId(), in DoTaskInner() 85 DHCompMgrTraceStart(GetAnonyString(GetNetworkId()), GetAnonyString(GetDhId()), DH_ENABLE_START); in RegisterHardware() 86 …auto result = ComponentManager::GetInstance().Enable(GetNetworkId(), GetUUID(), GetDhId(), GetDhTy… in RegisterHardware()
|
H A D | meta_enable_task.cpp | 87 DHLOGI("Meta enable, networkId = %{public}s", GetAnonyString(GetNetworkId()).c_str()); in Enable() 88 if (distributedModemExt_->Enable(GetNetworkId(), sourcePtr) != DH_FWK_SUCCESS) { in Enable()
|
H A D | disable_task.cpp | 89 … DHCompMgrTraceStart(GetAnonyString(GetNetworkId()), GetAnonyString(GetDhId()), DH_DISABLE_START); in UnRegisterHardware() 90 …auto result = ComponentManager::GetInstance().Disable(GetNetworkId(), GetUUID(), GetDhId(), GetDhT… in UnRegisterHardware()
|
H A D | meta_disable_task.cpp | 92 DHLOGI("Meta disable, networkId = %{public}s", GetAnonyString(GetNetworkId()).c_str()); in Disable() 93 if (distributedModemExt_->Disable(GetNetworkId(), sourcePtr) != DH_FWK_SUCCESS) { in Disable()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_group_manager.cpp | 131 if (networkId == it->GetNetworkId()) { in RemoveClientFromGroup() 160 return it->GetNetworkId(); in GetNetworkIdFromClients() 178 return it->GetNetworkId(); in GetGroupNetworkId() 193 return it->GetNetworkId(); in GetGroupNetworkId() 202 if (netId == it->GetNetworkId()) { in GetGroupOwnerAddr() 212 if (netId == it->GetNetworkId()) { in IsInclude() 248 if (it->GetNetworkId() == id) { in IsOldPersistentGroup() 270 group->SetNetworkId(wpaGroup->second.GetNetworkId()); in UpdateGroupsNetwork()
|
H A D | p2p_group_operating_state.cpp | 145 … group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt() 304 int networkId = group.GetNetworkId(); in ProcessCmdDeleteGroup() 309 if (group.GetNetworkId() == currentGroup.GetNetworkId() || group.GetNetworkId() == -1) { in ProcessCmdDeleteGroup()
|
H A D | wifi_p2p_group_info_proxy.cpp | 133 int WifiP2pGroupInfoProxy::GetNetworkId() const in GetNetworkId() function in OHOS::Wifi::WifiP2pGroupInfoProxy 136 return groupsInfo.GetNetworkId(); in GetNetworkId()
|
H A D | wifi_p2p_group_info_proxy.h | 69 int GetNetworkId() const;
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | databus_socket_listener.h | 45 std::string GetNetworkId() const; 51 info.GetNetworkId().compare(networkId_) == 0); 65 std::hash<std::string>()(info.GetNetworkId()); in operator()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dtbschedmgr_device_info_storage.cpp | 196 std::string networkId = deviceInfo->GetNetworkId(); in UpdateDeviceInfoStorage() 355 std::string networkId = devInfo->GetNetworkId(); in DeviceOnlineNotify() 415 if (device->second != nullptr && device->second->GetNetworkId() == netWorkId) { in GetDeviceName() 428 HILOGI("NetworkId: %{public}s", GetAnonymStr(device->second->GetNetworkId()).c_str()); in GetNetworkIdList() 429 devices.push_back(device->second->GetNetworkId()); in GetNetworkIdList()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | dp_device_manager.cpp | 161 DeviceProfileUtils::AnonymizeDeviceId(deviceInfo->GetNetworkId()).c_str()); in OnNodeOnline() 162 RemoveExpiredDeviceIds(deviceInfo->GetNetworkId()); in OnNodeOnline() 163 AddDeviceIds(deviceInfo->GetNetworkId()); in OnNodeOnline() 165 std::string networkId = deviceInfo->GetNetworkId(); in OnNodeOnline() 436 deviceIdList.emplace_back(deviceInfo->GetNetworkId()); in GetDeviceIdList()
|
H A D | device_info.cpp | 25 const std::string& DeviceInfo::GetNetworkId() const in GetNetworkId() function in OHOS::DeviceProfile::DeviceInfo
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | media_file_uri_test.cpp | 359 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), ""); 365 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), ""); 371 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), "data"); 377 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), "123"); 383 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), "123"); 389 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), "123");
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_client_socket.cpp | 78 std::string networkId = GetNetworkId(); in OnBytes() 107 std::string ClientSocket::GetNetworkId() in GetNetworkId() function in OHOS::UserIam::UserAuth::ClientSocket
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/ |
H A D | pasteboard_event.cpp | 24 std::string PasteboardEvent::GetNetworkId() const in GetNetworkId() function in OHOS::MiscServices::PasteboardEvent
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_get_encrypted_uuid_req.h | 27 const std::string GetNetworkId() const in GetNetworkId() function
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/ |
H A D | pasteboard_event.h | 31 std::string GetNetworkId() const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/deviceManager/ |
H A D | dms_device_info.cpp | 31 const std::string& DmsDeviceInfo::GetNetworkId() const in GetNetworkId() function in OHOS::DistributedSchedule::DmsDeviceInfo
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/ |
H A D | device_info.h | 36 const std::string& GetNetworkId() const;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_client/ |
H A D | wifi_client.cpp | 228 static bool GetNetworkId(int argc, const char *argv[], int &nid) in GetNetworkId() function 447 if (!GetDeviceConfig(argc, argv, config) || !GetNetworkId(argc, argv, nid)) { in HandleUpdateConfig() 497 if (!GetNetworkId(argc, argv, nid)) { in HandleRemoveConfig() 514 if (!GetNetworkId(argc, argv, nid)) { in HandleConnectNetwork() 688 if (!GetNetworkId(argc, argv, nid)) { in HandleDisableConfig()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/deviceManager/ |
H A D | dms_device_info.h | 44 const std::string& GetNetworkId() const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/deviceManager/ |
H A D | dms_device_info_test.cpp | 63 EXPECT_EQ("invalid networkId", dmsDeviceInfo.GetNetworkId());
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_client_socket.h | 41 std::string GetNetworkId() override;
|