Home
last modified time | relevance | path

Searched refs:GetDeviceIdByNetworkId (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H A Dmedialibrary_device.h65 bool GetDeviceIdByNetworkId(const std::string &networkId, std::string &deviceId);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h89 std::string GetDeviceIdByNetworkId(const std::string &networkId);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp191 auto deviceId = deviceManager->GetDeviceIdByNetworkId(cid); in GetSession()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp268 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(networkId); in ConnectionAndMount()
329 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(networkId); in CloseP2PConnectionEx()
680 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(*it); in OnRemoteDied()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp267 deviceId = GetDeviceIdByNetworkId(networkId); in OnDeviceOffline()
640 std::string DeviceManagerAgent::GetDeviceIdByNetworkId(const std::string &networkId) in GetDeviceIdByNetworkId() function in OHOS::Storage::DistributedFile::DeviceManagerAgent
642 LOGI("DeviceManagerAgent::GetDeviceIdByNetworkId called"); in GetDeviceIdByNetworkId()
658 LOGI("DeviceManagerAgent::GetDeviceIdByNetworkId end"); in GetDeviceIdByNetworkId()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c706 static int GetDeviceIdByNetworkId(const char *networkId, char *deviceId) in GetDeviceIdByNetworkId() function
1016 GetDeviceIdByNetworkId(nodeBasicInfo->networkId, dmDeviceInfo->deviceId); in NodeBasicInfoCopyToDmDevice()

Completed in 7 milliseconds