/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 329 * @tc.desc: PutServiceProfile succeed. 341 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile); in HWTEST_F() 347 * @tc.desc: PutServiceProfile failed, the profile is invalid. 358 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile); in HWTEST_F() 364 * @tc.desc: PutServiceProfile failed, the profile is exist. 381 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile1); in HWTEST_F() 382 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile2); in HWTEST_F() 388 * @tc.desc: PutServiceProfile failed, deviceProfileStore is nullptr. 400 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile10); in HWTEST_F() 407 * @tc.desc: PutServiceProfile faile [all...] |
H A D | profile_control_utils_test.cpp | 158 * @tc.desc: PutServiceProfile 167 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile); in HWTEST_F() 173 * @tc.desc: PutServiceProfile 186 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile); in HWTEST_F() 192 * @tc.desc: PutServiceProfile 205 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile); in HWTEST_F() 211 * @tc.desc: PutServiceProfile 226 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile); in HWTEST_F() 232 * @tc.desc: PutServiceProfile 249 int32_t ret = profileControlUtils->PutServiceProfile(kvStor in HWTEST_F() [all...] |
H A D | dp_profile_service_test.cpp | 190 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfile(serviceProfile); in HWTEST_F()
|
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 | distributed_device_profile_client_kv_test.cpp | 145 * @tc.desc: PutServiceProfile success 156 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfile(serviceProfile); in HWTEST_F()
|
/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
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_client.h | 54 int32_t PutServiceProfile(const ServiceProfile& serviceProfile);
|
H A D | distributed_device_profile_proxy.h | 50 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override;
|
/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& serviceProfile);
|
/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;
|
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 50 int32_t PutServiceProfile(const ServiceProfile& serviceProfile);
|
/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;
|
/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
|
/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 76 HILOGE("PutServiceProfile fail!"); in PutServiceProfile() 92 int32_t putServiceResult = PutServiceProfile(kvStore, serviceProfile); in PutServiceProfileBatch() 94 HILOGE("PutServiceProfile fail, serviceProfile: %{public}s, errcode: %{public}d!", in PutServiceProfileBatch()
|
/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 294 HILOGD("CheckCallerPermission success interface PutServiceProfile"); in PutServiceProfile() 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()
|
/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()
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 637 int32_t DistributedDeviceProfileClient::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/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 153 HILOGE("PutServiceProfile fail! serviceProfile: %{public}s", serviceProfile.dump().c_str()); in PutServiceProfile() 157 HILOGD("PutServiceProfile success"); in PutServiceProfile()
|