/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 341 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile); 358 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile); 381 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile1); 382 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile2); 400 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile10); 441 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile); 460 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile); 810 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile5); 986 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile6); 1461 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile5); [all …]
|
H A D | profile_control_utils_test.cpp | 167 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile); 186 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile); 205 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile); 226 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile); 249 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile1); 264 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile);
|
H A D | distributed_device_profile_stub_new_test.cpp | 45 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override; 137 int32_t MockDistributedDeviceProfileStubNew::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 190 … int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfile(serviceProfile);
|
H A D | distributed_device_profile_client_kv_test.cpp | 156 … int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfile(serviceProfile);
|
/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 | 61 int32_t DistributedDeviceProfileClient::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/ |
H A D | profile_control_utils.h | 33 …static int32_t PutServiceProfile(std::shared_ptr<IKVAdapter> kvStore, const ServiceProfile& servic…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 46 virtual int32_t PutServiceProfile(const ServiceProfile& serviceProfile) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 50 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override;
|
H A D | distributed_device_profile_client.h | 54 int32_t PutServiceProfile(const ServiceProfile& serviceProfile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 50 int32_t PutServiceProfile(const ServiceProfile& serviceProfile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 52 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 207 int32_t DistributedDeviceProfileClient::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 214 return dpService->PutServiceProfile(serviceProfile); in PutServiceProfile()
|
H A D | distributed_device_profile_proxy.cpp | 135 int32_t DistributedDeviceProfileProxy::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 57 int32_t ProfileControlUtils::PutServiceProfile(std::shared_ptr<IKVAdapter> kvStore, in PutServiceProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils 88 int32_t putServiceResult = PutServiceProfile(kvStore, serviceProfile); in PutServiceProfileBatch()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 288 int32_t DistributedDeviceProfileServiceNew::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 298 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile); in PutServiceProfile()
|
H A D | distributed_device_profile_stub_new.cpp | 318 int32_t ret = PutServiceProfile(serviceProfile); in PutServiceProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 319 int32_t DistributedDeviceProfileClient::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 470 … int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfile(serviceProfile); in PutServiceProfileInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 133 int32_t DeviceProfileManager::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
|