Searched refs:TYPE_APP (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_utils.h | 91 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 D | js_scene_utils.h | 33 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 D | js_scene_utils.cpp | 1425 SetTypeProperty(objValue, env, "TYPE_APP", JsSessionType::TYPE_APP); in SessionTypeInit()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 67 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 D | js_window_utils.cpp | 42 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