Home
last modified time | relevance | path

Searched refs:startFail (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_interrupt_test/
H A DAudioRendererInterruptCommonTypeUnitTest.js140 async function startFail(render,done,render1) { function
396 await startFail(render2,done,render1)
537 await startFail(render2,done,render1)
H A DAudioRendererInterruptRareTypeUnitTest.js156 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.h296 void OnSessionException(const SessionInfo& info, bool needRemoveSession, bool startFail);
H A Djs_scene_session.cpp1264 bool needRemoveSession, bool startFail) { in ProcessSessionExceptionRegister() argument
1270 jsSceneSession->OnSessionException(info, needRemoveSession, startFail); in ProcessSessionExceptionRegister()
3508 …JsSceneSession::OnSessionException(const SessionInfo& info, bool needRemoveSession, bool startFail) in OnSessionException() argument
3511 info.bundleName_.c_str(), info.abilityName_.c_str(), startFail); in OnSessionException()
3515 sessionInfo, needRemoveSession, startFail, env = env_] { in OnSessionException()
3533 napi_value jsStartFail = CreateJsValue(env, startFail); in OnSessionException()
/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() argument
1196 …>jsSceneSessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anona730d5710802() argument
H A Dscene_session_test2.cpp1802 …session.sessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anon5bcf85d40f02() argument
1803 ….jsSceneSessionExceptionFunc_ = [](const SessionInfo& info, bool removeSession, bool startFail) {}; in __anon5bcf85d41002() argument
H A Dsession_test2.cpp2080 …SessionExceptionListener([](const SessionInfo& info, bool removeSession, bool startFail) {}, true); in __anond2f947a71502() argument
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h68 …ceptionFunc = std::function<void(const SessionInfo& info, bool needRemoveSession, bool startFail)>;
H A Dscene_session.h215 bool isFromClient = false, bool startFail = false);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4234 bool needRemoveSession, bool isFromClient, bool startFail) in NotifySessionExceptionInner() argument
4236 … task = [weakThis = wptr(this), abilitySessionInfo, needRemoveSession, isFromClient, startFail]() { in NotifySessionExceptionInner()
4275 session->jsSceneSessionExceptionFunc_(info, needRemoveSession, 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() argument