Searched refs:WindowProxy (Results 1 – 13 of 13) sorted by relevance
79 WMError WindowProxy::UpdateWindowMode(WindowMode mode) in UpdateWindowMode()133 WMError WindowProxy::UpdateFocusStatus(bool focused) in UpdateFocusStatus()190 WMError WindowProxy::UpdateWindowState(WindowState state) in UpdateWindowState()360 WMError WindowProxy::UpdateActiveStatus(bool isActive) in UpdateActiveStatus()387 sptr<WindowProperty> WindowProxy::GetWindowProperty() in GetWindowProperty()410 WMError WindowProxy::NotifyTouchOutside() in NotifyTouchOutside()433 WMError WindowProxy::NotifyScreenshot() in NotifyScreenshot()512 WMError WindowProxy::NotifyDestroy(void) in NotifyDestroy()535 WMError WindowProxy::NotifyForeground(void) in NotifyForeground()558 WMError WindowProxy::NotifyBackground(void) in NotifyBackground()[all …]
26 class WindowProxy : public IRemoteProxy<IWindow> {28 explicit WindowProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWindow>(impl) {}; in WindowProxy() function30 ~WindowProxy() {}; in ~WindowProxy()60 static inline BrokerDelegator<WindowProxy> delegator_;
32 sptr<WindowProxy> windowProxy_;48 windowProxy_ = new WindowProxy(mockWindowAgent_); in SetUp()
16 ## WindowProxy section337 创建该WindowProxy实例下的子窗口,使用Promise异步回调。356 | Promise<[window.Window](js-apis-window.md#window)> | Promise对象。返回当前WindowProxy下创建的子窗口对象。 |550 …private extensionWindow: uiExtension.WindowProxy | undefined = this.session?.getUIExtensionWindowP…
17 ## WindowProxy section
554 getUIExtensionWindowProxy(): uiExtension.WindowProxy564 | uiExtension.WindowProxy | 返回UIExtension的窗口代理。 |588 …private extensionWindow: uiExtension.WindowProxy | undefined = this.session?.getUIExtensionWindowP…
554 getUIExtensionWindowProxy(): uiExtension.WindowProxy564 | uiExtension.WindowProxy | Window proxy.|588 …private extensionWindow: uiExtension.WindowProxy | undefined = this.session?.getUIExtensionWindowP…
91 … | 获取信息来自于窗口,默认情况下直接获取到的位置信息是EmbeddableUIAbility的WindowProxy的信息,非宿主应用的主窗口信息。…
111 …。 | 获取信息来自于窗口,默认情况下直接获取到的位置信息是UIExtensionAbility的WindowProxy的信息,非宿主应用的主窗口信息。…
16 ## WindowProxy section405 …private extensionWindow: uiExtension.WindowProxy | undefined = this.session?.getUIExtensionWindowP…
91 … pertains to the window, and by default, it is the information about **WindowProxy** of the Embedd…
111 … pertains to the window, and by default, it is the information about **WindowProxy** of the UIExte…