Home
last modified time | relevance | path

Searched defs:switchValue (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/examples/alarm/src/main/js/default/pages/timeArrive/
Dtime_arrive.js61 switchValue: true, property
71 switchValue: false, property
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
Dinput_manager_listener.cpp57 void InputManagerListener::OnCallbackEvent(int32_t switchValue) in OnCallbackEvent()
/foundation/resourceschedule/qos_manager/common/src/
Dconfig_reader.cpp125 char* switchValue = reinterpret_cast<char*>(xmlNodeGetContent(currNode)); in ParsePowerMode() local
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
Dkv_data_change_listener.cpp205 void KvDataChangeListener::HandleSwitchUpdateChange(const std::string udid, uint32_t switchValue) in HandleSwitchUpdateChange()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
Dprofile_control_utils.cpp380 uint32_t switchValue; in GetSwitchCharacteristicProfile() local
Dprofile_cache.cpp615 int32_t ProfileCache::SetSwitchProfile(CharacteristicProfile& charProfile, uint32_t switchValue) in SetSwitchProfile()