Home
last modified time | relevance | path

Searched refs:PutSwitchCharacteristicProfile (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.cpp422 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfile(appId, charProfile);
439 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfile(appId, charProfile);
456 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfile(appId, charProfile);
475 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfile(appId, charProfile);
495 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfile(appId, charProfile);
517 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfile(appId, charProfile);
538 int32_t ret = profileControlUtils->PutSwitchCharacteristicProfile(appId, charProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h38 static int32_t PutSwitchCharacteristicProfile(const std::string& appId,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dswitch_profile_manager.cpp70 res = ProfileControlUtils::PutSwitchCharacteristicProfile(APP_ID, charProfile); in PutCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp125 int32_t ProfileControlUtils::PutSwitchCharacteristicProfile(const std::string& appId, in PutSwitchCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils