Home
last modified time | relevance | path

Searched refs:PutServiceProfile (Results 1 - 20 of 20) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp329 * @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 Dprofile_control_utils_test.cpp158 * @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 Ddp_profile_service_test.cpp190 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfile(serviceProfile); in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp45 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override;
137 int32_t MockDistributedDeviceProfileStubNew::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddistributed_device_profile_client_kv_test.cpp145 * @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 Dmock_distributed_device_profile_client.cpp61 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 Ddistributed_device_profile_client.h54 int32_t PutServiceProfile(const ServiceProfile& serviceProfile);
H A Ddistributed_device_profile_proxy.h50 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override;
/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h33 static int32_t PutServiceProfile(std::shared_ptr<IKVAdapter> kvStore, const ServiceProfile& serviceProfile);
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h46 virtual int32_t PutServiceProfile(const ServiceProfile& serviceProfile) = 0;
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h50 int32_t PutServiceProfile(const ServiceProfile& serviceProfile);
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h52 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override;
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp207 int32_t DistributedDeviceProfileClient::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
214 return dpService->PutServiceProfile(serviceProfile); in PutServiceProfile()
H A Ddistributed_device_profile_proxy.cpp135 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 Dprofile_control_utils.cpp57 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 Ddistributed_device_profile_service_new.cpp288 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 Ddistributed_device_profile_stub_new.cpp318 int32_t ret = PutServiceProfile(serviceProfile); in PutServiceProfileInner()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp470 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfile(serviceProfile); in PutServiceProfileInner()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp637 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 Ddevice_profile_manager.cpp133 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()

Completed in 17 milliseconds