Home
last modified time | relevance | path

Searched refs:ToUUID (Results 1 - 20 of 20) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Ddev_manager_test.cpp63 * @tc.name: ToUUID
69 HWTEST_F(DevManagerTest, ToUUID, TestSize.Level1) in HWTEST_F()
71 ZLOGI("ToUUID begin."); in HWTEST_F()
75 auto uuid = devMgr.ToUUID(devInfo.networkId); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h71 std::string ToUUID(const std::string &id);
73 static std::vector<std::string> ToUUID(const std::vector<std::string> &devices);
74 static std::vector<std::string> ToUUID(std::vector<DeviceInfo> devices);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H A Ddevice_manager_adapter_test.cpp266 auto uuid = DeviceManagerAdapter::GetInstance().ToUUID(EMPTY_DEVICE_ID); in HWTEST_F()
268 uuid = DeviceManagerAdapter::GetInstance().ToUUID(INVALID_DEVICE_ID); in HWTEST_F()
282 auto uuidToUuid = DeviceManagerAdapter::GetInstance().ToUUID(dvInfo.uuid); in HWTEST_F()
284 auto udidToUuid = DeviceManagerAdapter::GetInstance().ToUUID(dvInfo.udid); in HWTEST_F()
286 auto networkIdToUuid = DeviceManagerAdapter::GetInstance().ToUUID(dvInfo.networkId); in HWTEST_F()
306 auto uuids = DeviceManagerAdapter::GetInstance().ToUUID(devices); in HWTEST_F()
329 auto uuids = DeviceManagerAdapter::GetInstance().ToUUID(devices); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddev_manager.h33 std::string ToUUID(const std::string &networkId) const;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddev_manager.h32 std::string ToUUID(const std::string &networkId);
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp50 std::string DevManager::ToUUID(const std::string &networkId) const in ToUUID() function in OHOS::DistributedKv::DevManager
H A Ddevice_convertor.cpp136 std::string uuid = DevManager::GetInstance().ToUUID(networkId); in ConvertNetwork()
H A Dsingle_store_impl.cpp347 auto dbStatus = dbStore_->RemoveDeviceData(DevManager::GetInstance().ToUUID(device)); in RemoveDeviceData()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp64 auto clientUuid = DevManager::GetInstance().ToUUID(device); in OnRemoteChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.cpp112 auto uuids = DmAdapter::ToUUID(DmAdapter::GetInstance().GetRemoteDevices()); in SetCompatibleIdentifyByType()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp616 std::string DeviceManagerAdapter::ToUUID(const std::string &id)
626 std::vector<std::string> DeviceManagerAdapter::ToUUID(const std::vector<std::string> &devices)
630 auto uuid = DeviceManagerAdapter::GetInstance().ToUUID(device);
639 std::vector<std::string> DeviceManagerAdapter::ToUUID(std::vector<DeviceInfo> devices)
H A Dsoftbus_adapter_standard.cpp571 auto uuid = DmAdapter::GetInstance().ToUUID(info.networkId); in OnBind()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp84 std::string DevManager::ToUUID(const std::string &networkId) in ToUUID() function in DevManager
H A Ddevice_convertor.cpp139 std::string uuid = DevManager::GetInstance().ToUUID(networkId); in ConvertNetwork()
H A Dstore_manager.cpp178 if (!appId.IsValid() || DevManager::GetInstance().ToUUID(networkId).empty()) { in GetSwitch()
H A Dsingle_store_impl.cpp386 auto clientUuid = DevManager::GetInstance().ToUUID(deviceId); in IsRemoteChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp274 std::vector<std::string> syncDevices = DmAdapter::ToUUID(devices); in Sync()
310 std::vector<std::string> syncDevices = DmAdapter::ToUUID(devices); in Sync()
313 std::string deviceUuid = DmAdapter::GetInstance().ToUUID(device); in Sync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp323 auto uuid = DMAdapter::GetInstance().ToUUID(networkId); in GetSwitch()
1322 return DMAdapter::ToUUID(DMAdapter::GetInstance().GetRemoteDevices()); in ConvertDevices()
1324 return DMAdapter::ToUUID(deviceIds); in ConvertDevices()
1401 ret = store->Clean({ DMAdapter::GetInstance().ToUUID(device) }, KVDBGeneralStore::NEARBY_DATA, ""); in RemoveDeviceData()
H A Dkvdb_general_store.cpp436 auto uuids = DMAdapter::ToUUID(DMAdapter::GetInstance().GetRemoteDevices()); in SetEqualIdentifier()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp405 rdbQuery.MakeRemoteQuery(DmAdapter::GetInstance().ToUUID(device), sql, ValueProxy::Convert(selectionArgs));
438 auto devices = rdbQuery.GetDevices().empty() ? DmAdapter::ToUUID(DmAdapter::GetInstance().GetRemoteDevices())
439 : DmAdapter::ToUUID(rdbQuery.GetDevices());

Completed in 18 milliseconds