/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | offline_task.cpp | 48 GetId().c_str(), GetAnonyString(GetNetworkId()).c_str(), GetAnonyString(GetUUID()).c_str(), in OffLineTask() 108 DHLOGI("networkId = %{public}s, uuid = %{public}s", GetAnonyString(GetNetworkId()).c_str(), in CreateDisableTask() 135 .networkId = GetNetworkId(), in CreateDisableTask() 151 DHContext::GetInstance().RemoveOnlineDeviceIdEntryByNetworkId(GetNetworkId()); in WaitDisableTaskFinish() 181 DHLOGI("CreateMetaDisableTask, networkId = %{public}s, uuid = %{public}s", GetAnonyString(GetNetworkId()).c_str(), in CreateMetaDisableTask() 184 .networkId = GetNetworkId(), in CreateMetaDisableTask()
|
H A D | online_task.cpp | 54 GetId().c_str(), GetAnonyString(GetNetworkId()).c_str(), GetAnonyString(GetUUID()).c_str(), in DoTask() 86 "udid: %{public}s, udidHash: %{public}s", GetAnonyString(GetNetworkId()).c_str(), in DoSyncInfo() 105 GetAnonyString(GetNetworkId()).c_str(), GetAnonyString(GetUUID()).c_str(), GetAnonyString(GetUDID()).c_str()); in CreateEnableTask() 139 .networkId = GetNetworkId(), in CreateEnableTask() 153 GetAnonyString(GetNetworkId()).c_str(), GetAnonyString(GetUUID()).c_str(), GetAnonyString(GetUDID()).c_str()); in CreateMetaEnableTask() 155 .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(), GetDhType()); in RegisterHardware()
|
H A D | meta_disable_task.cpp | 90 DHLOGI("Meta disable, networkId = %{public}s", GetAnonyString(GetNetworkId()).c_str()); in Disable() 91 if (distributedModemExt_->Disable(GetNetworkId(), sourcePtr) != DH_FWK_SUCCESS) { in Disable()
|
H A D | disable_task.cpp | 88 DHCompMgrTraceStart(GetAnonyString(GetNetworkId()), GetAnonyString(GetDhId()), DH_DISABLE_START); in UnRegisterHardware() 89 auto result = ComponentManager::GetInstance().Disable(GetNetworkId(), GetUUID(), GetDhId(), GetDhType()); in UnRegisterHardware()
|
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()
|
/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);
in operator ==() 65 std::hash<std::string>()(info.GetNetworkId());
in operator ()()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | device_info.cpp | 25 const std::string& DeviceInfo::GetNetworkId() const in GetNetworkId() function in OHOS::DeviceProfile::DeviceInfo
|
H A D | dp_device_manager.cpp | 177 DeviceProfileUtils::AnonymizeDeviceId(deviceInfo->GetNetworkId()).c_str()); in OnNodeOnline() 178 RemoveExpiredDeviceIds(deviceInfo->GetNetworkId()); in OnNodeOnline() 179 AddDeviceIds(deviceInfo->GetNetworkId()); in OnNodeOnline() 181 std::string networkId = deviceInfo->GetNetworkId(); in OnNodeOnline() 454 deviceIdList.emplace_back(deviceInfo->GetNetworkId()); in GetDeviceIdList()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/ |
H A D | pasteboard_event.cpp | 23 std::string PasteboardEvent::GetNetworkId() const in GetNetworkId() function in OHOS::MiscServices::PasteboardEvent
|
/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() 260 group->SetNetworkId(wpaGroup->second.GetNetworkId()); in UpdateGroupsNetwork()
|
H A D | p2p_group_operating_state.cpp | 186 group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt() 349 int networkId = group.GetNetworkId(); in ProcessCmdDeleteGroup() 354 if (group.GetNetworkId() == currentGroup.GetNetworkId() || group.GetNetworkId() == -1) { in ProcessCmdDeleteGroup()
|
H A D | wifi_p2p_group_info_proxy.h | 69 int GetNetworkId() const;
|
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 | invitation_request_state.cpp | 56 int netId = groupManager.GetCurrentGroup().GetNetworkId(); in ExecuteStateMsg()
|
/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 in OHOS::DistributedHardware::IpcGetEncryptedUuidReq
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/ |
H A D | pasteboard_event.h | 32 std::string GetNetworkId() const;
|
/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
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/ |
H A D | device_info.h | 36 const std::string& GetNetworkId() const;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/deviceManager/ |
H A D | dms_device_info_test.cpp | 61 * @tc.steps: step2. test GetNetworkId; in HWTEST_F() 63 EXPECT_EQ("invalid networkId", dmsDeviceInfo.GetNetworkId()); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dtbschedmgr_device_info_storage.cpp | 201 std::string networkId = deviceInfo->GetNetworkId(); in UpdateDeviceInfoStorage() 360 std::string networkId = devInfo->GetNetworkId(); in DeviceOnlineNotify() 421 if (device->second != nullptr && device->second->GetNetworkId() == netWorkId) { in GetDeviceName() 434 HILOGI("NetworkId: %{public}s", GetAnonymStr(device->second->GetNetworkId()).c_str()); in GetNetworkIdList() 435 devices.push_back(device->second->GetNetworkId()); in GetNetworkIdList()
|
/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(), ""); in HWTEST_F() 365 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), ""); in HWTEST_F() 371 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), "data"); in HWTEST_F() 377 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), "123"); in HWTEST_F() 383 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), "123"); in HWTEST_F() 389 EXPECT_EQ(MediaFileUri(uri).GetNetworkId(), "123"); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/deviceManager/ |
H A D | dms_device_info.h | 47 const std::string& GetNetworkId() const;
|
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
H A D | distribute_req_param.h | 90 inline std::string GetNetworkId() const in GetNetworkId() function in OHOS::AppExecFwk::DistributeReqParam
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
H A D | wifi_p2p_group_info_proxy_test.cpp | 73 EXPECT_EQ(pWifiP2pGroupInfoProxy->GetNetworkId(), 1); in HWTEST_F()
|