Searched defs:startFail (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_lifecycle_test.cpp | 1194 …ession->sessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anona730d5710702() 1196 …>jsSceneSessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anona730d5710802()
|
H A D | scene_session_test2.cpp | 1802 …session.sessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anon5bcf85d40f02() 1803 ….jsSceneSessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anon5bcf85d41002()
|
H A D | session_test2.cpp | 2080 …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 D | AudioRendererInterruptRareTypeUnitTest.js | 156 async function startFail(render,done,render1) { function
|
H A D | AudioRendererInterruptCommonTypeUnitTest.js | 140 async function startFail(render,done,render1) { function
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 1264 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 D | scene_session.cpp | 4234 bool needRemoveSession, bool isFromClient, bool startFail) in NotifySessionExceptionInner()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 4286 const SessionInfo& info, bool needRemoveSession = false, bool startFail = false) { in RegisterSessionExceptionFunc()
|