Home
last modified time | relevance | path

Searched refs:GetEncryptedUuidByNetworkId (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_device_manager_adapter/src/
H A Drdb_device_manager_adapter.cpp53 int RdbDeviceManagerAdaptor::GetEncryptedUuidByNetworkId(const std::string &networkId, std::string … in GetEncryptedUuidByNetworkId() function in OHOS::DeviceManagerAdaptor::RdbDeviceManagerAdaptor
55 … int ret = DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(packageName_, networkId, uuid); in GetEncryptedUuidByNetworkId()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp143 int32_t ret = DistributedHardware::DeviceManager::GetInstance().GetEncryptedUuidByNetworkId( in GetUuidByNodeId()
166 DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(PKG_NAME, networkId, uuid); in GetLocalDevice()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_device_manager_adapter/include/
H A Drdb_device_manager_adapter.h27 int GetEncryptedUuidByNetworkId(const std::string &networkId, std::string &uuid);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp167 DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(PKG_NAME, networkId, uuid); in GetLocalDevice()
195 DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(PKG_NAME, networkId, uuid); in GetRemoteDevices()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/generateencrypteduuid_fuzzer/
H A Dgenerate_encrypted_uuid_fuzzer.cpp36 DeviceManagerImpl::GetInstance().GetEncryptedUuidByNetworkId(pkgName, uuid, appId); in GenerateEncryptedUuidFuzzTest()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h65 std::string GetEncryptedUuidByNetworkId(const std::string &networkId);
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp246 int32_t DeviceManagerImpl::GetEncryptedUuidByNetworkId(const std::string &pkgName, in GetEncryptedUuidByNetworkId() function in OHOS::DistributedHardware::DeviceManagerImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp736 std::string DeviceManagerAdapter::GetEncryptedUuidByNetworkId(const std::string &networkId) in GetEncryptedUuidByNetworkId() function in OHOS::DistributedData::DeviceManagerAdapter
743 …auto ret = DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(PKG_NAME, networkId, encrypted… in GetEncryptedUuidByNetworkId()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h148 …int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId, std:…
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h312 …virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &network…
H A Ddevice_manager_impl.h309 …virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &network…
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp361 DeviceManagerImpl::GetInstance().GetEncryptedUuidByNetworkId(emptyStr, emptyStr, g_returnStr); in AuthenticateDeviceFifthFuzzTest()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp751 auto encyptedUuid = DMAdapter::GetInstance().GetEncryptedUuidByNetworkId(networkId); in SetDBReceiveDataInterceptor()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service.cpp1468 …int32_t ret = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkId, …
1477 …int32_t ret = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkId, …
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp976 int32_t DeviceManagerService::GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::st… in GetEncryptedUuidByNetworkId() function in OHOS::DistributedHardware::DeviceManagerService
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp813 …int32_t result = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkI… in ON_IPC_CMD()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp345 errCode = deviceManager.GetEncryptedUuidByNetworkId(device, uuid); in ObtainDistributedTableName()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1233 int32_t DeviceManagerImpl::GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::strin… in GetEncryptedUuidByNetworkId() function in OHOS::DistributedHardware::DeviceManagerImpl