/ohos5.0/foundation/deviceprofile/device_info_manager/ |
H A D | README_zh.md | 67 * GetDeviceProfile参数描述 80 // 执行查询接口GetDeviceProfile 81 DistributedDeviceProfileClient::GetInstance().GetDeviceProfile(deviceId, serviceId, profile);
|
H A D | README.md | 63 * Parameters of **GetDeviceProfile** 76 // Call GetDeviceProfile. 77 DistributedDeviceProfileClient::GetInstance().GetDeviceProfile(deviceId, serviceId, profile);
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | DeviceProfile子系统.md | 67 * GetDeviceProfile参数描述 80 // 执行查询接口GetDeviceProfile 81 DistributedDeviceProfileClient::GetInstance().GetDeviceProfile(deviceId, serviceId, profile);
|
/ohos5.0/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& val…
|
H A D | device_profile_storage_manager.h | 53 int32_t GetDeviceProfile(const std::string& udid, const std::string& serviceId,
|
/ohos5.0/docs/en/readme/ |
H A D | DeviceProfile.md | 61 * 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 D | profile_storage_test.cpp | 176 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 D | profile_crud_test.cpp | 731 …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 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,
|
/ohos5.0/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()
|
/ohos5.0/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() 262 int32_t result = onlineSyncTbl_->GetDeviceProfile(key, value); in SetServiceType() 512 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… in GetDeviceProfile() function in OHOS::DeviceProfile::DeviceProfileStorage
|
/ohos5.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::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 D | putdeviceprofileinner_fuzzer.cpp | 39 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 D | syncdeviceprofileinner_fuzzer.cpp | 38 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 D | distributed_device_profile_service.h | 40 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 D | mock_distributed_device_profile_client.cpp | 82 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 D | distributed_device_profile_client.cpp | 152 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 D | device_profile_manager_test.cpp | 732 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 D | profile_control_utils.h | 44 … 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 D | i_distributed_device_profile.h | 50 virtual int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 54 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile) override;
|
H A D | distributed_device_profile_client.h | 58 int32_t GetDeviceProfile(const std::string& deviceId, DeviceProfile& deviceProfile);
|