Home
last modified time | relevance | path

Searched refs:GetNetworkId (Results 1 - 25 of 63) sorted by relevance

123

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Doffline_task.cpp48 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 Donline_task.cpp54 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 Denable_task.cpp71 .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 Dmeta_disable_task.cpp90 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 Ddisable_task.cpp88 DHCompMgrTraceStart(GetAnonyString(GetNetworkId()), GetAnonyString(GetDhId()), DH_DISABLE_START); in UnRegisterHardware()
89 auto result = ComponentManager::GetInstance().Disable(GetNetworkId(), GetUUID(), GetDhId(), GetDhType()); in UnRegisterHardware()
H A Dmeta_enable_task.cpp87 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 Ddatabus_socket_listener.h45 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 Ddevice_info.cpp25 const std::string& DeviceInfo::GetNetworkId() const in GetNetworkId() function in OHOS::DeviceProfile::DeviceInfo
H A Ddp_device_manager.cpp177 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 Dpasteboard_event.cpp23 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 Dwifi_p2p_group_manager.cpp131 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 Dp2p_group_operating_state.cpp186 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 Dwifi_p2p_group_info_proxy.h69 int GetNetworkId() const;
H A Dwifi_p2p_group_info_proxy.cpp133 int WifiP2pGroupInfoProxy::GetNetworkId() const in GetNetworkId() function in OHOS::Wifi::WifiP2pGroupInfoProxy
136 return groupsInfo.GetNetworkId(); in GetNetworkId()
H A Dinvitation_request_state.cpp56 int netId = groupManager.GetCurrentGroup().GetNetworkId(); in ExecuteStateMsg()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_encrypted_uuid_req.h27 const std::string GetNetworkId() const in GetNetworkId() function in OHOS::DistributedHardware::IpcGetEncryptedUuidReq
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H A Dpasteboard_event.h32 std::string GetNetworkId() const;
/foundation/ability/dmsfwk/services/dtbschedmgr/src/deviceManager/
H A Ddms_device_info.cpp31 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 Ddevice_info.h36 const std::string& GetNetworkId() const;
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/deviceManager/
H A Ddms_device_info_test.cpp61 * @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 Ddtbschedmgr_device_info_storage.cpp201 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 Dmedia_file_uri_test.cpp359 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 Ddms_device_info.h47 const std::string& GetNetworkId() const;
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_req_param.h90 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 Dwifi_p2p_group_info_proxy_test.cpp73 EXPECT_EQ(pWifiP2pGroupInfoProxy->GetNetworkId(), 1); in HWTEST_F()

Completed in 12 milliseconds

123