Home
last modified time | relevance | path

Searched refs:PutCharacteristicProfileBatch (Results 1 - 25 of 25) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Dswitch_profile_manager.h37 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles);
H A Ddevice_profile_manager.h53 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles);
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dcontent_sensor_manager.cpp82 DeviceProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfileList); in Collect()
H A Dswitch_status_collector.cpp176 ret = SwitchProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfileList); in AddSwitchStatusToDB()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp76 int32_t DistributedDeviceProfileClient::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dswitch_profile_manager_test.cpp113 * @tc.desc: PutCharacteristicProfileBatch
120 int32_t errCode = SwitchProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
H A Ddistributed_device_profile_client_kv_test.cpp219 * @tc.desc: PutCharacteristicProfileBatch success
240 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
246 * @tc.desc: PutCharacteristicProfileBatch failed, CharacteristicProfiles size is invalid
254 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
H A Ddp_profile_service_test.cpp217 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
H A Ddevice_profile_manager_test.cpp648 * @tc.desc: PutCharacteristicProfileBatch succeed.
670 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
674 ret = DeviceProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
680 * @tc.desc: PutCharacteristicProfileBatch succeed, but first profile is invalid.
702 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp48 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) override;
152 int32_t MockDistributedDeviceProfileStubNew::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Dprofile_control_utils_test.cpp720 * @tc.desc: PutCharacteristicProfileBatch
733 int32_t ret = profileControlUtils->PutCharacteristicProfileBatch(kvStore, charProfiles); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dswitch_profile_manager.cpp80 int32_t SwitchProfileManager::PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
H A Ddevice_profile_manager.cpp219 int32_t DeviceProfileManager::PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
241 HILOGE("PutCharacteristicProfileBatch fail!"); in PutCharacteristicProfileBatch()
245 HILOGD("PutCharacteristicProfileBatch success"); in PutCharacteristicProfileBatch()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h57 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& characteristicProfiles);
H A Ddistributed_device_profile_proxy.h53 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) override;
/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h40 static int32_t PutCharacteristicProfileBatch(std::shared_ptr<IKVAdapter> kvStore,
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h49 virtual int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) = 0;
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h55 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) override;
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp338 int32_t DistributedDeviceProfileServiceNew::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
367 switchRes = SwitchProfileManager::GetInstance().PutCharacteristicProfileBatch(switchCharProfiles); in PutCharacteristicProfileBatch()
371 HILOGE("PutCharacteristicProfileBatch fail, res:%{public}d", switchRes); in PutCharacteristicProfileBatch()
375 dynamicRes = DeviceProfileManager::GetInstance().PutCharacteristicProfileBatch(dynamicCharProfiles); in PutCharacteristicProfileBatch()
379 HILOGE("PutCharacteristicProfileBatch fail, res:%{public}d", dynamicRes); in PutCharacteristicProfileBatch()
384 HILOGD("PutCharacteristicProfileBatch success "); in PutCharacteristicProfileBatch()
703 int32_t ret = SwitchProfileManager::GetInstance().PutCharacteristicProfileBatch(switchCharProfiles); in SaveSwitchProfilesFromTempCache()
706 HILOGE("PutCharacteristicProfileBatch fail, ret: %{public}d!", ret); in SaveSwitchProfilesFromTempCache()
H A Ddistributed_device_profile_stub_new.cpp363 int32_t ret = PutCharacteristicProfileBatch(charProfiles); in PutCharacteristicProfileBatchInner()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp241 int32_t DistributedDeviceProfileClient::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
253 return dpService->PutCharacteristicProfileBatch(characteristicProfiles); in PutCharacteristicProfileBatch()
H A Ddistributed_device_profile_proxy.cpp180 int32_t DistributedDeviceProfileProxy::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp204 int32_t ProfileControlUtils::PutCharacteristicProfileBatch(std::shared_ptr<IKVAdapter> kvStore, in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp515 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutCharacteristicProfileBatch(charProfiles); in PutCharacteristicProfileBatchInner()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp652 int32_t DistributedDeviceProfileClient::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient

Completed in 20 milliseconds