Home
last modified time | relevance | path

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

/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 &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 Drdb_device_manager_adapter.h27 int GetEncryptedUuidByNetworkId(const std::string &networkId, std::string &uuid);
/foundation/distributedhardware/device_manager/test/commonfuzztest/generateencrypteduuid_fuzzer/
H A Dgenerate_encrypted_uuid_fuzzer.cpp36 DeviceManagerImpl::GetInstance().GetEncryptedUuidByNetworkId(pkgName, uuid, appId); in GenerateEncryptedUuidFuzzTest()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp143 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 Ddev_manager.cpp167 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 Ddevice_manager_mock.h58 virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId,
H A Ddevice_manager_mock.cpp100 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 Ddevice_manager_adapter.h65 std::string GetEncryptedUuidByNetworkId(const std::string &networkId);
/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
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp736 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 Ddevice_manager.h312 virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId,
H A Ddevice_manager_impl.h309 virtual int32_t GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId,
/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::string &uuid);
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp363 DeviceManagerImpl::GetInstance().GetEncryptedUuidByNetworkId(str, emptyStr, g_returnStr); in AuthenticateDeviceFifthFuzzTest()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service.cpp1560 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 Dkvdb_general_store.cpp744 auto encyptedUuid = DMAdapter::GetInstance().GetEncryptedUuidByNetworkId(networkId);
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1030 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 Dipc_cmd_parser.cpp814 int32_t result = DeviceManagerService::GetInstance().GetEncryptedUuidByNetworkId(pkgName, networkId, uuid); in ON_IPC_CMD()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp344 errCode = deviceManager.GetEncryptedUuidByNetworkId(device, uuid); in ObtainDistributedTableName()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1320 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()

Completed in 28 milliseconds