Home
last modified time | relevance | path

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

/ohos5.0/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);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp252 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(networkId); in ConnectionAndMount()
313 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(networkId); in CloseP2PConnectionEx()
660 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(*it); in OnRemoteDied()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h89 std::string GetDeviceIdByNetworkId(const std::string &networkId);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp177 auto deviceId = deviceManager->GetDeviceIdByNetworkId(cid); in GetSession()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp267 deviceId = GetDeviceIdByNetworkId(networkId); in OnDeviceOffline()
635 std::string DeviceManagerAgent::GetDeviceIdByNetworkId(const std::string &networkId) in GetDeviceIdByNetworkId() function in OHOS::Storage::DistributedFile::DeviceManagerAgent
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c705 static int GetDeviceIdByNetworkId(const char *networkId, char *deviceId) in GetDeviceIdByNetworkId() function
1008 GetDeviceIdByNetworkId(nodeBasicInfo->networkId, dmDeviceInfo->deviceId); in NodeBasicInfoCopyToDmDevice()