/ohos5.0/foundation/deviceprofile/device_info_manager/ |
H A D | README_zh.md | 88 * PutDeviceProfile参数描述 105 // 执行插入接口PutDeviceProfile 106 DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile);
|
H A D | README.md | 84 * Parameters of **PutDeviceProfile** 101 // Call PutDeviceProfile. 102 DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile);
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | DeviceProfile子系统.md | 88 * PutDeviceProfile参数描述 105 // 执行插入接口PutDeviceProfile 106 DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_storage_test.cpp | 157 int32_t result = DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profile); 279 int32_t result = DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profile); 298 int32_t result = DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profile); 317 int32_t result = DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profile); 330 int32_t res = onlineSyncTbl_->PutDeviceProfile("test", "test"); 776 int32_t res = onlineSyncTbl_->PutDeviceProfile("test", "test"); 1127 int32_t result = deviceProfileStorage->PutDeviceProfile(keys[0], values[0]); 1417 result = deviceProfileStorage->PutDeviceProfile(keys[0], values[0]); 1442 int32_t ret = DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profile); 1445 ret = DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profile); [all …]
|
H A D | profile_crud_test.cpp | 134 int32_t result = DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); 159 int32_t result = DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); 183 int32_t result = DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); 204 int32_t result = DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); 229 DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); 237 int32_t result = DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profileNew); 902 int32_t result = DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); 952 int32_t result = DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); 972 int32_t result = DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile);
|
H A D | profile_proxy_test.cpp | 83 int32_t result = dps->PutDeviceProfile(profile);
|
H A D | event_subscribe_test.cpp | 106 return DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); in PutFakeStorage() 117 return DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile); in PutFakeSystem()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 176 int32_t ret = DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile); 201 int32_t ret = DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile); 240 DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile1); 241 int32_t ret = DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile2); 267 int32_t ret = DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile10); 295 int32_t ret = DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile11); 323 int32_t ret = DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile); 729 DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile2); 1455 DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile2); 1534 DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile2);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/ |
H A D | content_collector.cpp | 29 DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profileData); in DoCollect()
|
/ohos5.0/docs/en/readme/ |
H A D | DeviceProfile.md | 82 * Parameters of PutDeviceProfile 99 // Call PutDeviceProfile. 100 DistributedDeviceProfileClient::GetInstance().PutDeviceProfile(profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | idistributed_device_profile.h | 32 virtual int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile) = 0;
|
H A D | distributed_device_profile_proxy.h | 38 int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile) override;
|
H A D | distributed_device_profile_client.h | 43 int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofile_fuzzer/ |
H A D | putdeviceprofile_fuzzer.cpp | 55 DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profile); in FuzzPutDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | content_sensor_manager.cpp | 75 DeviceProfileManager::GetInstance().PutDeviceProfile(deviceProfile); in Collect()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_service.cpp | 84 int32_t DistributedDeviceProfileService::PutDeviceProfile(const ServiceCharacteristicProfile& profi… in PutDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileService 101 return DeviceProfileStorageManager::GetInstance().PutDeviceProfile(profile); in PutDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofileinner_fuzzer/ |
H A D | putdeviceprofileinner_fuzzer.cpp | 34 int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile) in PutDeviceProfile() 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 | 33 int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile) in PutDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileStubTest
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/ |
H A D | distributed_device_profile_service.h | 38 int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 138 int32_t DistributedDeviceProfileClient::PutDeviceProfile(const ServiceCharacteristicProfile& profil… in PutDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileClient 149 return dps->PutDeviceProfile(profile); in PutDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/ |
H A D | profile_control_utils.h | 32 …static int32_t PutDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, const DeviceProfile& devicePr…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | device_profile_storage.h | 48 virtual int32_t PutDeviceProfile(const std::string& key, const std::string& value);
|
H A D | device_profile_storage_manager.h | 51 int32_t PutDeviceProfile(const ServiceCharacteristicProfile& profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 140 int32_t DeviceProfileStorageManager::PutDeviceProfile(const ServiceCharacteristicProfile& profile) in PutDeviceProfile() function in OHOS::DeviceProfile::DeviceProfileStorageManager 172 errCode = onlineSyncTbl_->PutDeviceProfile(keys[0], values[0]); in PutDeviceProfile() 312 errCode = onlineSyncTbl_->PutDeviceProfile(servicesKey, servicesValue); in DeleteDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 49 int32_t PutDeviceProfile(const DeviceProfile& deviceProfile);
|