/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | content_sensor_manager.cpp | 77 DeviceProfileManager::GetInstance().PutServiceProfileBatch(svrProfileList); in Collect()
|
/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 | 66 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 D | profile_control_utils.h | 34 static int32_t PutServiceProfileBatch(std::shared_ptr<IKVAdapter> kvStore,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 47 virtual int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 51 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) override;
|
H A D | distributed_device_profile_client.h | 55 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | distributed_device_profile_client_kv_test.cpp | 181 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfileBatch(serviceProf… 195 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfileBatch(serviceProf…
|
H A D | distributed_device_profile_stub_new_test.cpp | 46 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 D | dp_profile_service_test.cpp | 197 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfileBatch(serviceProf…
|
H A D | device_profile_manager_test.cpp | 486 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 D | device_profile_manager.h | 51 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 53 int32_t PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProfiles) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 217 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 D | distributed_device_profile_proxy.cpp | 150 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 D | distributed_device_profile_service_new.cpp | 303 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 D | distributed_device_profile_stub_new.cpp | 333 int32_t ret = PutServiceProfileBatch(serviceProfiles); in PutServiceProfileBatchInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 324 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 D | profile_control_utils.cpp | 83 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 D | distributed_device_profile_stub.cpp | 485 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfileBatch(serviceProf… in PutServiceProfileBatchInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 161 int32_t DeviceProfileManager::PutServiceProfileBatch(const std::vector<ServiceProfile>& serviceProf… in PutServiceProfileBatch() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
|