Searched defs:needStartCaller (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_lifecycle_test.cpp | 348 bool needStartCaller = false; 365 bool needStartCaller = true; variable 368 …session_->SetTerminateSessionListenerNew([](const SessionInfo& info, bool needStartCaller, bool is… in __anon889954a40502()
|
H A D | scene_session_lifecycle_test.cpp | 1015 [](const SessionInfo& info, bool needStartCaller, bool isFromBroker){}; in __anona730d5710602()
|
H A D | scene_session_manager_lite_stub_test.cpp | 86 … const sptr<AAFwk::SessionInfo> info, bool needStartCaller, bool isFromBroker = false) override in TerminateSessionNew()
|
H A D | session_test2.cpp | 2067 …NotifyTerminateSessionFuncNew func3 = [](const SessionInfo& info, bool needStartCaller, bool isFro… in __anond2f947a71402()
|
H A D | scene_session_manager_test.cpp | 335 bool needStartCaller = true; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager_lite.cpp | 92 const sptr<AAFwk::SessionInfo> info, bool needStartCaller, bool isFromBroker) in TerminateSessionNew()
|
H A D | scene_session_manager.cpp | 7032 const sptr<AAFwk::SessionInfo> info, bool needStartCaller, bool isFromBroker) in TerminateSessionNew()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_lite_stub.cpp | 322 bool needStartCaller = data.ReadBool(); in HandleTerminateSessionNew() local
|
H A D | scene_session_manager_lite_proxy.cpp | 418 bool needStartCaller, bool isFromBroker) in TerminateSessionNew()
|
H A D | scene_session_manager_stub.cpp | 572 bool needStartCaller = data.ReadBool(); in HandleTerminateSessionNew() local
|
H A D | scene_session_manager_proxy.cpp | 1118 bool needStartCaller, bool isFromBroker) in TerminateSessionNew()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 1545 const sptr<AAFwk::SessionInfo> abilitySessionInfo, bool needStartCaller, bool isFromBroker) in TerminateSessionNew() 1663 WSError Session::Clear(bool needStartCaller) in Clear()
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 1181 const SessionInfo& info, bool needStartCaller, bool isFromBroker) { in ProcessTerminateSessionRegisterNew() 3350 void JsSceneSession::TerminateSessionNew(const SessionInfo& info, bool needStartCaller, bool isFrom… in TerminateSessionNew()
|