/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 &uuid) in GetEncryptedUuidByNetworkId() function in OHOS::DeviceManagerAdaptor::RdbDeviceManagerAdaptor 55 int ret = DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(packageName_, networkId, uuid); in GetEncryptedUuidByNetworkId()
|
/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);
|
/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()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | dev_manager.cpp | 143 int32_t ret = DistributedHardware::DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(
in GetUuidByNodeId() 146 LOG_WARN("GetEncryptedUuidByNetworkId error, nodeId:%{public}s", SoftBusAdapter::ToBeAnonymous(nodeId).c_str());
in GetUuidByNodeId() 166 DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(PKG_NAME, networkId, uuid);
in GetLocalDevice()
|
/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()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | device_manager_mock.h | 58 virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId,
|
H A D | device_manager_mock.cpp | 100 int32_t DeviceManager::GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId,
in GetEncryptedUuidByNetworkId() function in OHOS::DistributedHardware::DeviceManager
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/ |
H A D | device_manager_adapter.h | 65 std::string GetEncryptedUuidByNetworkId(const std::string &networkId);
|
/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
|
/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) 743 auto ret = DeviceManager::GetInstance().GetEncryptedUuidByNetworkId(PKG_NAME, networkId, encryptedUuid);
|
/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 &networkId,
|
H A D | device_manager_impl.h | 309 virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId,
|
/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::string &uuid);
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 363 DeviceManagerImpl::GetInstance().GetEncryptedUuidByNetworkId(str, emptyStr, g_returnStr); in AuthenticateDeviceFifthFuzzTest()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service.cpp | 1560 int32_t ret = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkId, uuid); in HWTEST_F() 1569 int32_t ret = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkId, uuid); in HWTEST_F() 1581 int32_t ret = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkId, uuid); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 744 auto encyptedUuid = DMAdapter::GetInstance().GetEncryptedUuidByNetworkId(networkId);
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 1030 int32_t DeviceManagerService::GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId, in GetEncryptedUuidByNetworkId() function in OHOS::DistributedHardware::DeviceManagerService
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 814 int32_t result = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkId, uuid); in ON_IPC_CMD()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 344 errCode = deviceManager.GetEncryptedUuidByNetworkId(device, uuid); in ObtainDistributedTableName()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 1320 int32_t DeviceManagerImpl::GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId, in GetEncryptedUuidByNetworkId() function in OHOS::DistributedHardware::DeviceManagerImpl 1324 LOGE("DeviceManagerImpl::GetEncryptedUuidByNetworkId error: Invalid para, pkgName: %{public}s, netWorkId:" in GetEncryptedUuidByNetworkId() 1337 LOGI("GetEncryptedUuidByNetworkId Send Request failed ret: %{public}d", ret); in GetEncryptedUuidByNetworkId()
|