Home
last modified time | relevance | path

Searched refs:TYPE_APP (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h91 TYPE_APP = TYPE_BASE, member in OHOS::Rosen::ApiWindowType
116 { ApiWindowType::TYPE_APP, WindowType::WINDOW_TYPE_APP_SUB_WINDOW }, member in OHOS::Rosen::ApiWindowType
157 { WindowType::WINDOW_TYPE_APP_SUB_WINDOW, ApiWindowType::TYPE_APP },
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.h33 TYPE_APP, member in OHOS::Rosen::JsSessionType
72 { WindowType::WINDOW_TYPE_APP_MAIN_WINDOW, JsSessionType::TYPE_APP },
111 { JsSessionType::TYPE_APP, WindowType::WINDOW_TYPE_APP_MAIN_WINDOW }, member in OHOS::Rosen::JsSessionType
H A Djs_scene_utils.cpp1425 SetTypeProperty(objValue, env, "TYPE_APP", JsSessionType::TYPE_APP); in SessionTypeInit()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h67 TYPE_APP = TYPE_BASE, member in OHOS::Rosen::ApiWindowType
103 { WindowType::WINDOW_TYPE_APP_SUB_WINDOW, ApiWindowType::TYPE_APP },
128 { ApiWindowType::TYPE_APP, WindowType::WINDOW_TYPE_APP_SUB_WINDOW }, member in OHOS::Rosen::ApiWindowType
H A Djs_window_utils.cpp42 napi_set_named_property(env, objValue, "TYPE_APP", CreateJsValue(env, in WindowTypeInit()
43 static_cast<int32_t>(ApiWindowType::TYPE_APP))); in WindowTypeInit()

Completed in 7 milliseconds