Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp341 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile);
358 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile);
381 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile1);
382 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile2);
400 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile10);
441 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile);
460 int32_t ret = DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile);
810 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile5);
986 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile6);
1461 DeviceProfileManager::GetInstance().PutServiceProfile(serviceProfile5);
[all …]
H A Dprofile_control_utils_test.cpp167 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile);
186 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile);
205 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile);
226 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile);
249 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile1);
264 int32_t ret = profileControlUtils->PutServiceProfile(kvStore, serviceProfile);
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 Ddp_profile_service_test.cpp190 … int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutServiceProfile(serviceProfile);
H A Ddistributed_device_profile_client_kv_test.cpp156 … int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfile(serviceProfile);
/ohos5.0/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
/ohos5.0/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& servic…
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h46 virtual int32_t PutServiceProfile(const ServiceProfile& serviceProfile) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h50 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override;
H A Ddistributed_device_profile_client.h54 int32_t PutServiceProfile(const ServiceProfile& serviceProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h50 int32_t PutServiceProfile(const ServiceProfile& serviceProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h52 int32_t PutServiceProfile(const ServiceProfile& serviceProfile) override;
/ohos5.0/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
/ohos5.0/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
88 int32_t putServiceResult = PutServiceProfile(kvStore, serviceProfile); in PutServiceProfileBatch()
/ohos5.0/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
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()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp319 int32_t DistributedDeviceProfileClient::PutServiceProfile(const ServiceProfile& serviceProfile) in PutServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/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()
/ohos5.0/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