Home
last modified time | relevance | path

Searched refs:PutSwitchCharacteristicProfileBatch (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_control_utils_test.cpp554 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfileBatch(appId, charProfiles);
574 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfileBatch(appId, charProfiles);
594 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfileBatch(appId, charProfiles);
615 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfileBatch(appId, charProfiles);
639 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfileBatch(appId, charProfiles);
665 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfileBatch(appId, charProfiles);
690 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfileBatch(appId, charProfiles);
714 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfileBatch(appId, charProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h42 static int32_t PutSwitchCharacteristicProfileBatch(const std::string& appId,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dswitch_profile_manager.cpp86 res = ProfileControlUtils::PutSwitchCharacteristicProfileBatch(APP_ID, charProfiles); in PutCharacteristicProfileBatch()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp156 int32_t ProfileControlUtils::PutSwitchCharacteristicProfileBatch(const std::string& appId, in PutSwitchCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::ProfileControlUtils