Home
last modified time | relevance | path

Searched refs:SecurityComponentHandleResult (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.h78 static_cast<int32_t>(SecurityComponentHandleResult::CLICK_SUCCESS)) == in IsClickResultSuccess()
79 static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK)) { in IsClickResultSuccess()
H A Dsecurity_component_pattern.cpp84 res = static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK); in OnKeyEvent()
231 res = static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK); in InitOnClick()
235 res = static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK); in InitOnClick()
238 res = static_cast<int32_t>(SecurityComponentHandleResult::CLICK_GRANT_FAILED); in InitOnClick()
624 …jsonNode->Put("handleRes", static_cast<int32_t>(SecurityComponentHandleResult::CLICK_GRANT_FAILED)… in DoTriggerOnclick()
626 … jsonNode->Put("handleRes", static_cast<int32_t>(SecurityComponentHandleResult::CLICK_SUCCESS)); in DoTriggerOnclick()
667 if (result == static_cast<int32_t>(SecurityComponentHandleResult::GRANT_CANCEL)) { in CreateFirstUseDialogCloseFunc()
H A Dsecurity_component_common.h24 enum class SecurityComponentHandleResult : int32_t { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp115 int32_t res = static_cast<int32_t>(SecurityComponentHandleResult::CLICK_GRANT_FAILED); in Execute()
120 if (res == static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK)) { in Execute()
H A Djs_paste_button.cpp114 int32_t res = static_cast<int32_t>(SecurityComponentHandleResult::CLICK_GRANT_FAILED); in Execute()
119 if (res == static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK)) { in Execute()
H A Djs_save_button.cpp115 int32_t res = static_cast<int32_t>(SecurityComponentHandleResult::CLICK_GRANT_FAILED); in Execute()
120 if (res == static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK)) { in Execute()