Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dcontent_sensor_manager.cpp77 DeviceProfileManager::GetInstance().PutServiceProfileBatch(svrProfileList); in Collect()
/ohos5.0/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>& s… in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h34 static int32_t PutServiceProfileBatch(std::shared_ptr<IKVAdapter> kvStore,
/ohos5.0/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;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h51 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) override;
H A Ddistributed_device_profile_client.h55 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp181 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfileBatch(serviceProf…
195 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfileBatch(serviceProf…
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<ServiceProfil… in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp197 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfileBatch(serviceProf…
H A Ddevice_profile_manager_test.cpp486 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfileBatch(serviceProfiles);
489 ret = DeviceProfileManager::GetInstance().PutServiceProfileBatch(serviceProfiles);
515 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfileBatch(serviceProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h51 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles);
/ohos5.0/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;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp217 int32_t DistributedDeviceProfileClient::PutServiceProfileBatch(const std::vector<ServiceProfile>& s… 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>& se… in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp303 int32_t DistributedDeviceProfileServiceNew::PutServiceProfileBatch(const std::vector<ServiceProfile… in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
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()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp324 int32_t DistributedDeviceProfileClient::PutServiceProfileBatch(const std::vector<ServiceProfile>& s… in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/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
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp485 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfileBatch(serviceProf… in PutServiceProfileBatchInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp161 int32_t DeviceProfileManager::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProf… in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DeviceProfileManager