Searched refs:PutSwitchCharacteristicProfile (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 | 422 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 D | profile_control_utils.h | 38 static int32_t PutSwitchCharacteristicProfile(const std::string& appId,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | switch_profile_manager.cpp | 70 res = ProfileControlUtils::PutSwitchCharacteristicProfile(APP_ID, charProfile); in PutCharacteristicProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 125 int32_t ProfileControlUtils::PutSwitchCharacteristicProfile(const std::string& appId, in PutSwitchCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
|