Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h40 START_UI_ABILITY_ERROR, enumerator
H A Djs_scene_session_manager.cpp62 const std::string START_UI_ABILITY_ERROR = "startUIAbilityError"; variable
79 {START_UI_ABILITY_ERROR, ListenerFunctionType::START_UI_ABILITY_ERROR},
391 … auto task = [this, errorCode, jsCallBack = GetJSCallback(START_UI_ABILITY_ERROR), env = env_]() { in OnStartUIAbilityError()
1232 case ListenerFunctionType::START_UI_ABILITY_ERROR: in ProcessRegisterCallback()