Home
last modified time | relevance | path

Searched refs:GetDeviceProfile (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/deviceprofile/device_info_manager/
H A DREADME_zh.md67 * GetDeviceProfile参数描述
80 // 执行查询接口GetDeviceProfile
81 DistributedDeviceProfileClient::GetInstance().GetDeviceProfile(deviceId, serviceId, profile);
H A DREADME.md63 * Parameters of **GetDeviceProfile**
76 // Call GetDeviceProfile.
77 DistributedDeviceProfileClient::GetInstance().GetDeviceProfile(deviceId, serviceId, profile);
/ohos5.0/docs/zh-cn/readme/
H A DDeviceProfile子系统.md67 * GetDeviceProfile参数描述
80 // 执行查询接口GetDeviceProfile
81 DistributedDeviceProfileClient::GetInstance().GetDeviceProfile(deviceId, serviceId, profile);
/ohos5.0/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& val…
H A Ddevice_profile_storage_manager.h53 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
/ohos5.0/docs/en/readme/
H A DDeviceProfile.md61 * Parameters of GetDeviceProfile
74 // Call GetDeviceProfile.
75 DistributedDeviceProfileClient::GetInstance().GetDeviceProfile(deviceId, serviceId, profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp176 int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("", "", profile);
345 …int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("", SERVICE_ID, profi…
362 … int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("test", "", profile);
377 …int32_t result = DeviceProfileStorageManager::GetInstance().GetDeviceProfile("test", SERVICE_ID, p…
598 int32_t res = onlineSyncTbl_->GetDeviceProfile(key, value);
614 int32_t res = onlineSyncTbl_->GetDeviceProfile(udid, key, value);
630 int32_t res = onlineSyncTbl_->GetDeviceProfile(udid, key, value);
646 int32_t res = onlineSyncTbl_->GetDeviceProfile(udid, key, value);
662 int32_t res = onlineSyncTbl_->GetDeviceProfile(udid, key, value);
H A Dprofile_crud_test.cpp731 …int32_t result = DistributedDeviceProfileClient::GetInstance().GetDeviceProfile("", SERVICE_ID, pr…
789 …DistributedDeviceProfileClient::GetInstance().GetDeviceProfile("", "InputDeviceCooperation", profi…
795 …int32_t result = DistributedDeviceProfileClient::GetInstance().GetDeviceProfile("", SERVICE_ID, pr…
919 …int32_t result = DistributedDeviceProfileClient::GetInstance().GetDeviceProfile("", SERVICE_ID, pr…
/ohos5.0/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,
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/getdeviceprofile_fuzzer/
H A Dgetdeviceprofile_fuzzer.cpp51 DeviceProfileStorageManager::GetInstance().GetDeviceProfile("", serviceId, profile); in FuzzGetDeviceProfile()
/ohos5.0/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()
262 int32_t result = onlineSyncTbl_->GetDeviceProfile(key, value); in SetServiceType()
512 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… in GetDeviceProfile() function in OHOS::DeviceProfile::DeviceProfileStorage
/ohos5.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::strin… in GetDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileService
135 return DeviceProfileStorageManager::GetInstance().GetDeviceProfile(udid, serviceId, profile); in GetDeviceProfile()
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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,
/ohos5.0/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… in GetDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp152 int32_t DistributedDeviceProfileClient::GetDeviceProfile(const std::string& udid, const std::string… in GetDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileClient
159 return dps->GetDeviceProfile(udid, serviceId, profile); in GetDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp732 int32_t ret = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile);
759 int32_t ret = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile);
774 int32_t ret = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile);
791 int32_t ret = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile);
1476 int32_t ret1 = DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile);
1555 DeviceProfileManager::GetInstance().GetDeviceProfile(deviceId, outDeviceProfile);
/ohos5.0/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,
/ohos5.0/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;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h54 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) override;
H A Ddistributed_device_profile_client.h58 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile);

12