/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | switch_profile_manager.h | 37 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles);
|
H A D | device_profile_manager.h | 53 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles);
|
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | content_sensor_manager.cpp | 82 DeviceProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfileList); in Collect()
|
H A D | switch_status_collector.cpp | 176 ret = SwitchProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfileList); in AddSwitchStatusToDB()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | mock_distributed_device_profile_client.cpp | 76 int32_t DistributedDeviceProfileClient::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | switch_profile_manager_test.cpp | 113 * @tc.desc: PutCharacteristicProfileBatch 120 int32_t errCode = SwitchProfileManager::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
|
H A D | distributed_device_profile_client_kv_test.cpp | 219 * @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 D | dp_profile_service_test.cpp | 217 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F()
|
H A D | device_profile_manager_test.cpp | 648 * @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 D | distributed_device_profile_stub_new_test.cpp | 48 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) override;
152 int32_t MockDistributedDeviceProfileStubNew::PutCharacteristicProfileBatch(
in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | profile_control_utils_test.cpp | 720 * @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 D | switch_profile_manager.cpp | 80 int32_t SwitchProfileManager::PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
|
H A D | device_profile_manager.cpp | 219 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 D | distributed_device_profile_client.h | 57 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& characteristicProfiles);
|
H A D | distributed_device_profile_proxy.h | 53 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) override;
|
/foundation/deviceprofile/device_info_manager/services/core/include/utils/ |
H A D | profile_control_utils.h | 40 static int32_t PutCharacteristicProfileBatch(std::shared_ptr<IKVAdapter> kvStore,
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 49 virtual int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) = 0;
|
/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 55 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& charProfiles) override;
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 338 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 D | distributed_device_profile_stub_new.cpp | 363 int32_t ret = PutCharacteristicProfileBatch(charProfiles); in PutCharacteristicProfileBatchInner()
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 241 int32_t DistributedDeviceProfileClient::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 253 return dpService->PutCharacteristicProfileBatch(characteristicProfiles); in PutCharacteristicProfileBatch()
|
H A D | distributed_device_profile_proxy.cpp | 180 int32_t DistributedDeviceProfileProxy::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 204 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 D | distributed_device_profile_stub.cpp | 515 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutCharacteristicProfileBatch(charProfiles); in PutCharacteristicProfileBatchInner()
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 652 int32_t DistributedDeviceProfileClient::PutCharacteristicProfileBatch( in PutCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|