Home
last modified time | relevance | path

Searched refs:TYPE_APP (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h91 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 Djs_scene_utils.h33 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 Djs_scene_utils.cpp1512 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 Djs_window_utils.h67 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 Djs_window_utils.cpp50 static_cast<int32_t>(ApiWindowType::TYPE_APP))); in WindowTypeInit()
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dwindow-switch.md6 …ow.md#createsubwindow9-1)<br/>FA模型应用通过window.create(id,&nbsp;WindowType.TYPE_APP)接口创建应用子窗口,Stage模型…
/ohos5.0/docs/en/application-dev/application-models/
H A Dwindow-switch.md6 …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 Djs-apidiff-window.md72 |跨平台能力有变化|类名:WindowType;<br>方法or属性:TYPE_APP<br>旧版本信息:crossplatform|类名:WindowType;<br>方法or属性:TYPE_AP…
/ohos5.0/docs/zh-cn/application-dev/windowmanager/
H A Dapplication-window-fa.md66 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 Djs-apidiff-window.md72 … or attribute name: TYPE_APP<br>Old version information: crossplatform|Class name: WindowType;<br>…
/ohos5.0/docs/en/application-dev/windowmanager/
H A Dapplication-window-fa.md65 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 Dapi-model-switch.md182 …ow.md#createsubwindow9-1)<br/>FA模型应用通过window.create(id,&nbsp;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 Djs-apidiff-window.md335 |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 Dapi-model-switch.md182 …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 Djs-apidiff-window.md335 …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 Djs-apis-window.md28 | 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 Djs-apis-window.md28 | 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);