Searched refs:PutSwitchCharacteristicProfileBatch (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_control_utils_test.cpp | 554 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 D | profile_control_utils.h | 42 static int32_t PutSwitchCharacteristicProfileBatch(const std::string& appId,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | switch_profile_manager.cpp | 86 res = ProfileControlUtils::PutSwitchCharacteristicProfileBatch(APP_ID, charProfiles); in PutCharacteristicProfileBatch()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 156 int32_t ProfileControlUtils::PutSwitchCharacteristicProfileBatch(const std::string& appId, in PutSwitchCharacteristicProfileBatch() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
|