/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_utils.h | 91 TYPE_APP = TYPE_BASE, enumerator 116 { ApiWindowType::TYPE_APP, WindowType::WINDOW_TYPE_APP_SUB_WINDOW }, 157 { WindowType::WINDOW_TYPE_APP_SUB_WINDOW, ApiWindowType::TYPE_APP },
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.h | 33 TYPE_APP, enumerator 72 … { WindowType::WINDOW_TYPE_APP_MAIN_WINDOW, JsSessionType::TYPE_APP }, 111 … { JsSessionType::TYPE_APP, WindowType::WINDOW_TYPE_APP_MAIN_WINDOW },
|
H A D | js_scene_utils.cpp | 1512 SetTypeProperty(objValue, env, "TYPE_APP", JsSessionType::TYPE_APP); in SessionTypeInit()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 67 TYPE_APP = TYPE_BASE, enumerator 103 { WindowType::WINDOW_TYPE_APP_SUB_WINDOW, ApiWindowType::TYPE_APP }, 128 { ApiWindowType::TYPE_APP, WindowType::WINDOW_TYPE_APP_SUB_WINDOW },
|
H A D | js_window_utils.cpp | 50 static_cast<int32_t>(ApiWindowType::TYPE_APP))); in WindowTypeInit()
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | window-switch.md | 6 …ow.md#createsubwindow9-1)<br/>FA模型应用通过window.create(id, WindowType.TYPE_APP)接口创建应用子窗口,Stage模型…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | window-switch.md | 6 …plication developed on the FA model uses **window.create(id, WindowType.TYPE_APP)** to create a su…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-window.md | 72 |跨平台能力有变化|类名:WindowType;<br>方法or属性:TYPE_APP<br>旧版本信息:crossplatform|类名:WindowType;<br>方法or属性:TYPE_AP…
|
/ohos5.0/docs/zh-cn/application-dev/windowmanager/ |
H A D | application-window-fa.md | 66 let config: window.Configuration = { name: "subWindow", windowType: window.WindowType.TYPE_APP };
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-window.md | 72 … or attribute name: TYPE_APP<br>Old version information: crossplatform|Class name: WindowType;<br>…
|
/ohos5.0/docs/en/application-dev/windowmanager/ |
H A D | application-window-fa.md | 65 let config: window.Configuration = { name: "subWindow", windowType: window.WindowType.TYPE_APP };
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | api-model-switch.md | 182 …ow.md#createsubwindow9-1)<br/>FA模型应用通过window.create(id, WindowType.TYPE_APP)接口创建应用子窗口,Stage模型… 184 | TYPE_APP | Stage模型下无意义 | FA模型应用通过window.create(id, WindowType.TYPE_APP)接口创建应用子窗口,Stage模型应用可使用Wind…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-window.md | 335 |model有变化|类名:WindowType;<br>方法or属性:TYPE_APP<br>旧版本信息:|类名:WindowType;<br>方法or属性:TYPE_APP<br>新版本信息:FA…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | api-model-switch.md | 182 …plication developed on the FA model uses **window.create(id, WindowType.TYPE_APP)** to create a su… 184 | TYPE_APP | The API is meaningless in the stage model.| An application developed on the FA model u…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-window.md | 335 …pe;<br>Method or attribute name: TYPE_APP<br>Old version: |Class name: WindowType;<br>Method or at…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-window.md | 28 | TYPE_APP | 0 | 表示应用子窗口。<br>**模型约束:** 此接口仅可在FA模型下使用。 … 818 window.create('test', window.WindowType.TYPE_APP, (err: BusinessError, data) => { 863 let promise = window.create('test', window.WindowType.TYPE_APP);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-window.md | 28 | TYPE_APP | 0 | Application subwindow.<br>**Model restriction**: T… 818 window.create('test', window.WindowType.TYPE_APP, (err: BusinessError, data) => { 863 let promise = window.create('test', window.WindowType.TYPE_APP);
|