/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | device_profile_storage.h | 45 virtual int32_t GetDeviceProfile(const std::string& key, std::string& value); 46 virtual int32_t GetDeviceProfile(const std::string& udid, const std::string& key, std::string& value);
|
H A D | device_profile_storage_manager.h | 53 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
|
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | idistributed_device_profile.h | 33 virtual int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
|
H A D | distributed_device_profile_proxy.h | 39 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
|
H A D | distributed_device_profile_client.h | 44 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/getdeviceprofile_fuzzer/ |
H A D | getdeviceprofile_fuzzer.cpp | 51 DeviceProfileStorageManager::GetInstance().GetDeviceProfile("", serviceId, profile); in FuzzGetDeviceProfile()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | mock_distributed_device_profile_client.cpp | 82 int32_t DistributedDeviceProfileClient::GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) in GetDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/ |
H A D | distributed_device_profile_service.h | 40 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/syncdeviceprofileinner_fuzzer/ |
H A D | syncdeviceprofileinner_fuzzer.cpp | 38 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId, in GetDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileStubTest
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofileinner_fuzzer/ |
H A D | putdeviceprofileinner_fuzzer.cpp | 39 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId, in GetDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileStubTest
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_storage_test.cpp | 176 int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("", "", profile); in HWTEST_F() 345 int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("", SERVICE_ID, profile); in HWTEST_F() 362 int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("test", "", profile); in HWTEST_F() 377 int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("test", SERVICE_ID, profile); in HWTEST_F() 598 int32_t res = onlineSyncTbl_->GetDeviceProfile(key, value); in HWTEST_F() 614 int32_t res = onlineSyncTbl_->GetDeviceProfile(udid, key, value); in HWTEST_F() 630 int32_t res = onlineSyncTbl_->GetDeviceProfile(udid, key, value); in HWTEST_F() 646 int32_t res = onlineSyncTbl_->GetDeviceProfile(udid, key, value); in HWTEST_F() 662 int32_t res = onlineSyncTbl_->GetDeviceProfile(udid, key, value); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 194 int32_t DeviceProfileStorageManager::GetDeviceProfile(const std::string& udid, in GetDeviceProfile() function in OHOS::DeviceProfile::DeviceProfileStorageManager 229 result = onlineSyncTbl_->GetDeviceProfile(udid, key, value); in GetDeviceProfile() 232 .funcName = "GetDeviceProfile", in GetDeviceProfile() 265 int32_t result = onlineSyncTbl_->GetDeviceProfile(key, value); in SetServiceType() 521 int32_t errCode = onlineSyncTbl_->GetDeviceProfile(servicesKey, services); in FlushProfileItems()
|
H A D | device_profile_storage.cpp | 170 int32_t DeviceProfileStorage::GetDeviceProfile(const std::string& key, std::string& value) in GetDeviceProfile() function in OHOS::DeviceProfile::DeviceProfileStorage 369 int32_t DeviceProfileStorage::GetDeviceProfile(const std::string& udid, const std::string& key, std::string& value) in GetDeviceProfile() function in OHOS::DeviceProfile::DeviceProfileStorage
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_client.h | 58 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile);
|
H A D | distributed_device_profile_proxy.h | 54 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) override;
|
/foundation/deviceprofile/device_info_manager/services/core/include/utils/ |
H A D | profile_control_utils.h | 44 static int32_t GetDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& deviceId,
|
H A D | profile_cache.h | 55 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile);
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 50 virtual int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) = 0;
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_service.cpp | 117 int32_t DistributedDeviceProfileService::GetDeviceProfile(const std::string& udid, const std::string& serviceId, in GetDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileService 123 .funcName = "GetDeviceProfile", in GetDeviceProfile() 135 return DeviceProfileStorageManager::GetInstance().GetDeviceProfile(udid, serviceId, profile); in GetDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 708 * @tc.desc: GetDeviceProfile succeed, GetDeviceProfile in cache. 732 int32_t ret = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile); in HWTEST_F() 751 * @tc.desc: GetDeviceProfile failed, the profile is invalid. 759 int32_t ret = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile); in HWTEST_F() 765 * @tc.desc: GetDeviceProfile failed, deviceProfileStore is nullptr. 774 int32_t ret = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile); in HWTEST_F() 781 * @tc.desc: GetDeviceProfile failed, Get data fail. 791 int32_t ret = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile); in HWTEST_F() 1436 * @tc.desc: GetDeviceProfile,GetServiceProfil [all...] |
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 54 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile);
|
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_proxy.cpp | 56 int32_t DistributedDeviceProfileProxy::GetDeviceProfile(const std::string& udid, const std::string& serviceId, in GetDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileProxy
|
H A D | distributed_device_profile_client.cpp | 152 int32_t DistributedDeviceProfileClient::GetDeviceProfile(const std::string& udid, const std::string& serviceId, in GetDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileClient 159 return dps->GetDeviceProfile(udid, serviceId, profile); in GetDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 56 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) override;
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 256 int32_t DistributedDeviceProfileClient::GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) in GetDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 263 return dpService->GetDeviceProfile(deviceId, deviceProfile); in GetDeviceProfile()
|