Home
last modified time | relevance | path

Searched defs:needMoveToBackground (Results 1 – 13 of 13) sorted by relevance

/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
Dsessioninterface_fuzzer.cpp207 bool needMoveToBackground = source.GetObject<bool>(); in ProxyInterfaceFuzzTestPart1() local
/foundation/window/window_manager/window_scene/test/unittest/
Dscene_session_test4.cpp349 NotifyBackPressedFunc func = [](const bool needMoveToBackground) { in __anon5de138a00402()
Dsession_proxy_test.cpp168 bool needMoveToBackground = true; variable
Dsession_test2.cpp2224 session_->SetBackPressedListenser([&result](const bool needMoveToBackground) { in __anon8603b9f11902()
/foundation/window/window_manager/window_scene/session/host/include/zidl/
Dsession_interface.h110 virtual WSError RequestSessionBack(bool needMoveToBackground) { return WSError::WS_OK; } in RequestSessionBack()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
Dability_context_impl_test.cpp1427 bool needMoveToBackground = true; variable
1441 bool needMoveToBackground = true; variable
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
Dability_context_impl.cpp532 ErrCode AbilityContextImpl::OnBackPressedCallBack(bool &needMoveToBackground) in OnBackPressedCallBack()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
Dsession_stub.cpp672 bool needMoveToBackground = false; in HandleBackPressed() local
Dsession_proxy.cpp1099 WSError SessionProxy::RequestSessionBack(bool needMoveToBackground) in RequestSessionBack()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_session.cpp1491 session->SetBackPressedListenser([weakThis = wptr(this), where](bool needMoveToBackground) { in ProcessBackPressedRegister()
3438 void JsSceneSession::OnBackPressed(bool needMoveToBackground) in OnBackPressed()
/foundation/window/window_manager/wm/src/
Dwindow_impl.cpp2884 bool needMoveToBackground = false; in PerformBack() local
Dwindow_scene_session_impl.cpp2897 bool needMoveToBackground = false; in PerformBack() local
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_session.cpp2596 WSError SceneSession::RequestSessionBack(bool needMoveToBackground) in RequestSessionBack()