Searched refs:GetCustomDecorHeight (Results 1 - 8 of 8) sorted by relevance
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session_manager.h | 103 static napi_value GetCustomDecorHeight(napi_env env, napi_callback_info info);
|
H A D | js_scene_session_manager.cpp | 181 BindNativeFunction(env, exportObj, "getCustomDecorHeight", moduleName, JsSceneSessionManager::GetCustomDecorHeight); in Init() 2959 napi_value JsSceneSessionManager::GetCustomDecorHeight(napi_env env, napi_callback_info info) in GetCustomDecorHeight() function in OHOS::Rosen::JsSceneSessionManager 2984 int32_t customDecorHeight = SceneSessionManager::GetInstance().GetCustomDecorHeight(persistentId); in OnGetCustomDecorHeight()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | hidump_controller.cpp | 236 << session->GetCustomDecorHeight() << "|" in DumpLayoutParam()
|
H A D | scene_session_manager.cpp | 10512 int32_t SceneSessionManager::GetCustomDecorHeight(int32_t persistentId) in GetCustomDecorHeight() function in OHOS::Rosen::SceneSessionManager 10520 height = sceneSession->GetCustomDecorHeight(); in GetCustomDecorHeight() 10521 TLOGD(WmsLogTag::WMS_LAYOUT, "GetCustomDecorHeight: %{public}d", height); in GetCustomDecorHeight()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test4.cpp | 355 * @tc.name: GetCustomDecorHeight 356 * @tc.desc: GetCustomDecorHeight 359 HWTEST_F(SceneSessionManagerTest4, GetCustomDecorHeight, Function | SmallTest | Level3) in HWTEST_F() 369 EXPECT_EQ(0, ssm_->GetCustomDecorHeight(2)); in HWTEST_F() 370 EXPECT_EQ(50, ssm_->GetCustomDecorHeight(1)); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 418 int32_t GetCustomDecorHeight() const;
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 415 int32_t GetCustomDecorHeight(int32_t persistentId);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 5094 int32_t SceneSession::GetCustomDecorHeight() const in GetCustomDecorHeight() function in SceneSession
|
Completed in 42 milliseconds