Searched refs:isGlobal (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_keyboard_session.h | 48 …WSError UpdateSessionRect(const WSRect& rect, const SizeChangeReason reason, bool isGlobal = false,
|
H A D | mock_session.h | 42 bool isGlobal, bool isFromMoveToGlobal));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.h | 49 …t std::string& callbackId, const std::string& args, bool keepAlive = false, bool isGlobal = false);
|
H A D | jsi_engine.cpp | 3005 …ance::CallJs(const std::string& callbackId, const std::string& args, bool keepAlive, bool isGlobal) in CallJs() argument 3015 int32_t instanceId = isGlobal ? DEFAULT_APP_ID : runningPage_->GetPageId(); in CallJs()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_proxy.h | 57 …WSError UpdateSessionRect(const WSRect& rect, const SizeChangeReason reason, bool isGlobal = false,
|
H A D | session_interface.h | 101 …const WSRect &rect, const SizeChangeReason reason, bool isGlobal = false, bool isFromMoveToGlobal …
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_stub.cpp | 586 auto isGlobal = data.ReadBool(); in HandleUpdateSessionRect() local 592 WSError errCode = UpdateSessionRect(rect, reason, isGlobal, isFromMoveToGlobal); in HandleUpdateSessionRect()
|
H A D | session_proxy.cpp | 768 bool isGlobal, bool isFromMoveToGlobal) in UpdateSessionRect() argument 792 if (!data.WriteBool(isGlobal)) { in UpdateSessionRect()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 202 bool isGlobal = false, bool isFromMoveToGlobal = false) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 1428 const WSRect &rect, const SizeChangeReason reason, bool isGlobal, bool isFromMoveToGlobal) in UpdateSessionRect() argument 1435 if (isGlobal && WindowHelper::IsSubWindow(Session::GetWindowType()) && in UpdateSessionRect()
|