Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp48 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOnline()
56 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOffline()
64 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceChanged()
140 std::string DevManager::GetUuidByNodeId(const std::string &nodeId) const in GetUuidByNodeId() function in OHOS::ObjectStore::DevManager
H A Dapp_device_handler.cpp69 std::string AppDeviceHandler::GetUuidByNodeId(const std::string &nodeId) const in GetUuidByNodeId() function in OHOS::ObjectStore::AppDeviceHandler
71 return devManager_->GetUuidByNodeId(nodeId); in GetUuidByNodeId()
H A Dsoftbus_adapter_standard.cpp116 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(deviceInfo.deviceId); in NotifyAll()
167 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(event.dstNetworkId_); in GetDeviceList()
170 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(event.srcNetworkId_); in GetDeviceList()
198 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(info.networkId)); in GetLocalDevice()
249 auto uuid = DevManager::GetInstance()->GetUuidByNodeId(networkId); in UpdateRelationship()
294 auto uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(info[i].networkId)); in ToNodeID()
630 … std::string peerDevUuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(info.networkId)); in OnServerBytesReceived()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_device_handler.h37 std::string GetUuidByNodeId(const std::string &nodeId) const;
H A Ddev_manager.h36 std::string GetUuidByNodeId(const std::string &nodeId) const;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dcommunicator_test.cpp556 auto ret = DevManager::GetInstance()->GetUuidByNodeId(nodeId);