Home
last modified time | relevance | path

Searched defs:actionValue (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_policy.h30 std::string actionValue; member
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp514 int32_t actionValue = GetPinchAction(pointerEvent->GetPointerAction()); in TransformPinchEvent() local
534 int32_t actionValue = GetRotateAction(pointerEvent->GetPointerAction()); in TransformRotateEvent() local
592 int32_t actionValue = GetSwipeAction(pointerEvent->GetPointerAction()); in TransformSwipeEvent() local
645 int32_t actionValue = GetMultiTapAction(pointerEvent->GetPointerAction()); in TransformMultiTapEvent() local
673 int32_t actionValue = pointerEvent->GetPointerAction(); in TransformSwipeInwardEvent() local
1016 int32_t actionValue = TransformTsActionValue(pointerEvent->GetPointerAction()); in TransformMousePointerEvent() local
1051 int32_t actionValue = GetFingerprintAction(pointerEvent->GetPointerAction()); in TransformFingerprintEvent() local
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_source_parser.cpp115 Json::Value actionValue = valueObj[WakeupActionSource::ACTION_KEY]; in ParseSourcesProc() local
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp177 Json::Value actionValue = valueObj[SuspendSource::ACTION_KEY]; in ParseSourcesProc() local
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dpower_policy_plugin.cpp151 Json::Value actionValue = valueObj[KEY_ACTION]; in SetPowerPolicyObject() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp92 auto actionValue = obj->GetProperty("action"); in ParseSheetInfo() local
143 JSRef<JSVal> actionValue = confirmObj->GetProperty("action"); in ParseConfirmButton() local
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_observer.cpp221 …id ThermalObserver::SetDecisionValue(const std::string& actionName, const std::string& actionValue) in SetDecisionValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.cpp372 auto actionValue = obj->GetProperty("action"); in GetRemoteMessageEventCallback() local
H A Djs_view_abstract.cpp1122 JSRef<JSVal> actionValue = obj->GetProperty("action"); in ParsePopupParam() local
1152 JSRef<JSVal> actionValue = obj->GetProperty("action"); in ParsePopupParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp113 auto actionValue = objInner->GetProperty("action"); in ParseButtonObj() local
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp620 xmlChar* actionValue = xmlNodeGetContent(subNode); in ParsePolicyActionInfo() local