Home
last modified time | relevance | path

Searched refs:CLICK_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_common.h26 CLICK_SUCCESS = 0, enumerator
H A Dsecurity_component_model_ng.h78 static_cast<int32_t>(SecurityComponentHandleResult::CLICK_SUCCESS)) == in IsClickResultSuccess()
H A Dsecurity_component_pattern.cpp626 … jsonNode->Put("handleRes", static_cast<int32_t>(SecurityComponentHandleResult::CLICK_SUCCESS)); in DoTriggerOnclick()