Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dcontent_sensor_manager.cpp77 DeviceProfileManager::GetInstance().PutServiceProfileBatch(svrProfileList); in Collect()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp66 int32_t DistributedDeviceProfileClient::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h55 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles);
H A Ddistributed_device_profile_proxy.h51 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) override;
/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h34 static int32_t PutServiceProfileBatch(std::shared_ptr<IKVAdapter> kvStore,
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h47 virtual int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) = 0;
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h51 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles);
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h53 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) override;
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp162 * @tc.desc: PutServiceProfileBatch success
181 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfileBatch(serviceProfiles); in HWTEST_F()
187 * @tc.desc: PutServiceProfileBatch failed, ServiceProfiles size is invalid
195 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfileBatch(serviceProfiles); in HWTEST_F()
H A Ddp_profile_service_test.cpp197 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfileBatch(serviceProfiles); in HWTEST_F()
H A Ddevice_profile_manager_test.cpp466 * @tc.desc: PutServiceProfileBatch succeed.
486 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfileBatch(serviceProfiles); in HWTEST_F()
489 ret = DeviceProfileManager::GetInstance().PutServiceProfileBatch(serviceProfiles); in HWTEST_F()
495 * @tc.desc: PutServiceProfileBatch succeed, but first profile is invalid.
515 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfileBatch(serviceProfiles); in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp46 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) override;
142 int32_t MockDistributedDeviceProfileStubNew::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp217 int32_t DistributedDeviceProfileClient::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
228 return dpService->PutServiceProfileBatch(serviceProfiles); in PutServiceProfileBatch()
H A Ddistributed_device_profile_proxy.cpp150 int32_t DistributedDeviceProfileProxy::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp303 int32_t DistributedDeviceProfileServiceNew::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
309 HILOGD("CheckCallerPermission success interface PutServiceProfileBatch"); in PutServiceProfileBatch()
313 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfileBatch(serviceProfiles); in PutServiceProfileBatch()
H A Ddistributed_device_profile_stub_new.cpp333 int32_t ret = PutServiceProfileBatch(serviceProfiles); in PutServiceProfileBatchInner()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp83 int32_t ProfileControlUtils::PutServiceProfileBatch(std::shared_ptr<IKVAdapter> kvStore, in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
86 HILOGD("PutServiceProfileBatch call!"); in PutServiceProfileBatch()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp485 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfileBatch(serviceProfiles); in PutServiceProfileBatchInner()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp642 int32_t DistributedDeviceProfileClient::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp161 int32_t DeviceProfileManager::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
183 HILOGE("PutServiceProfileBatch fail!"); in PutServiceProfileBatch()
187 HILOGD("PutServiceProfileBatch success"); in PutServiceProfileBatch()

Completed in 17 milliseconds