/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_device_manager_adapter/src/ |
H A D | rdb_device_manager_adapter.cpp | 53 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 D | dev_manager.cpp | 143 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 D | rdb_device_manager_adapter.h | 27 int GetEncryptedUuidByNetworkId(const std::string &networkId, std::string &uuid);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | dev_manager.cpp | 167 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 D | generate_encrypted_uuid_fuzzer.cpp | 36 DeviceManagerImpl::GetInstance().GetEncryptedUuidByNetworkId(pkgName, uuid, appId); in GenerateEncryptedUuidFuzzTest()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/ |
H A D | device_manager_adapter.h | 65 std::string GetEncryptedUuidByNetworkId(const std::string &networkId);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | device_manager_impl_mock.cpp | 246 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 D | device_manager_adapter.cpp | 736 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 D | device_manager_service.h | 148 …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 D | device_manager.h | 312 …virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &network…
|
H A D | device_manager_impl.h | 309 …virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &network…
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 361 DeviceManagerImpl::GetInstance().GetEncryptedUuidByNetworkId(emptyStr, emptyStr, g_returnStr); in AuthenticateDeviceFifthFuzzTest()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 751 auto encyptedUuid = DMAdapter::GetInstance().GetEncryptedUuidByNetworkId(networkId); in SetDBReceiveDataInterceptor()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service.cpp | 1468 …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 D | device_manager_service.cpp | 976 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 D | ipc_cmd_parser.cpp | 813 …int32_t result = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkI… in ON_IPC_CMD()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 345 errCode = deviceManager.GetEncryptedUuidByNetworkId(device, uuid); in ObtainDistributedTableName()
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 1233 int32_t DeviceManagerImpl::GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::strin… in GetEncryptedUuidByNetworkId() function in OHOS::DistributedHardware::DeviceManagerImpl
|