Home
last modified time | relevance | path

Searched refs:GetDeviceProfile (Results 1 - 25 of 44) sorted by relevance

12

/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage.h45 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 Ddevice_profile_storage_manager.h53 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Didistributed_device_profile.h33 virtual int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
H A Ddistributed_device_profile_proxy.h39 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
H A Ddistributed_device_profile_client.h44 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 Dgetdeviceprofile_fuzzer.cpp51 DeviceProfileStorageManager::GetInstance().GetDeviceProfile("", serviceId, profile); in FuzzGetDeviceProfile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp82 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 Ddistributed_device_profile_service.h40 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 Dsyncdeviceprofileinner_fuzzer.cpp38 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 Dputdeviceprofileinner_fuzzer.cpp39 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 Dprofile_storage_test.cpp176 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 Ddevice_profile_storage_manager.cpp194 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 Ddevice_profile_storage.cpp170 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 Ddistributed_device_profile_client.h58 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile);
H A Ddistributed_device_profile_proxy.h54 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) override;
/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h44 static int32_t GetDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& deviceId,
H A Dprofile_cache.h55 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile);
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h50 virtual int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) = 0;
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp117 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 Ddevice_profile_manager_test.cpp708 * @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 Ddevice_profile_manager.h54 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile);
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp56 int32_t DistributedDeviceProfileProxy::GetDeviceProfile(const std::string& udid, const std::string& serviceId, in GetDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileProxy
H A Ddistributed_device_profile_client.cpp152 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 Ddistributed_device_profile_service_new.h56 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) override;
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp256 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()

Completed in 13 milliseconds

12