Home
last modified time | relevance | path

Searched refs:USER_CONFIRM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h39 enum class AlertState { USER_CANCEL = 0, USER_CONFIRM, RECOVERY }; enumerator
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp680 … if (Framework::AlertState(context->callbackType) == Framework::AlertState::USER_CONFIRM) { in CallBackToJSTread()