Home
last modified time | relevance | path

Searched refs:CALLBACK_ERRORCODE_COMPLETE (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp35 constexpr int32_t CALLBACK_ERRORCODE_COMPLETE = 2; member
1016 taskExecutor->PostTask([callback]() { callback(CALLBACK_ERRORCODE_COMPLETE, 0); }, in ShowDialog()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp43 constexpr int32_t CALLBACK_ERRORCODE_COMPLETE = 2; member
1656 taskExecutor->PostTask([callback]() { callback(CALLBACK_ERRORCODE_COMPLETE, CALLBACK_DATACODE_ZERO); }, in ShowDialogInner()

Completed in 11 milliseconds