/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_interrupt_test/ |
H A D | AudioRendererInterruptCommonTypeUnitTest.js | 140 async function startFail(render,done,render1) { function 396 await startFail(render2,done,render1) 537 await startFail(render2,done,render1)
|
H A D | AudioRendererInterruptRareTypeUnitTest.js | 156 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.h | 296 void OnSessionException(const SessionInfo& info, bool needRemoveSession, bool startFail);
|
H A D | js_scene_session.cpp | 1264 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 D | scene_session_lifecycle_test.cpp | 1194 …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 D | scene_session_test2.cpp | 1802 …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 D | session_test2.cpp | 2080 …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 D | session.h | 68 …ceptionFunc = std::function<void(const SessionInfo& info, bool needRemoveSession, bool startFail)>;
|
H A D | scene_session.h | 215 bool isFromClient = false, bool startFail = false);
|
/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() 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 D | scene_session_manager.cpp | 4286 const SessionInfo& info, bool needRemoveSession = false, bool startFail = false) { in RegisterSessionExceptionFunc() argument
|