Home
last modified time | relevance | path

Searched refs:GetSecCompHandleEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h75 auto secEventValue = info.GetSecCompHandleEvent(); in IsClickResultSuccess()
H A Dsecurity_component_pattern.cpp221 if (info.GetSecCompHandleEvent()) { in InitOnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp117 auto secEventValue = info.GetSecCompHandleEvent(); in Execute()
H A Djs_paste_button.cpp116 auto secEventValue = info.GetSecCompHandleEvent(); in Execute()
H A Djs_save_button.cpp117 auto secEventValue = info.GetSecCompHandleEvent(); in Execute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h333 std::shared_ptr<JsonValue> GetSecCompHandleEvent() const in GetSecCompHandleEvent() function