Home
last modified time | relevance | path

Searched defs:startFail (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_lifecycle_test.cpp1194 …ession->sessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anona730d5710702()
1196 …>jsSceneSessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anona730d5710802()
H A Dscene_session_test2.cpp1802 …session.sessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anon5bcf85d40f02()
1803 ….jsSceneSessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anon5bcf85d41002()
H A Dsession_test2.cpp2080 …SessionExceptionListener([](const SessionInfo& info, bool removeSession, bool startFail) {}, true); in __anond2f947a71502()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_interrupt_test/
H A DAudioRendererInterruptRareTypeUnitTest.js156 async function startFail(render,done,render1) { function
H A DAudioRendererInterruptCommonTypeUnitTest.js140 async function startFail(render,done,render1) { function
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1264 bool needRemoveSession, bool startFail) { in ProcessSessionExceptionRegister()
3508 …JsSceneSession::OnSessionException(const SessionInfo& info, bool needRemoveSession, bool startFail) in OnSessionException()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4234 bool needRemoveSession, bool isFromClient, bool startFail) in NotifySessionExceptionInner()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4286 const SessionInfo& info, bool needRemoveSession = false, bool startFail = false) { in RegisterSessionExceptionFunc()