Home
last modified time | relevance | path

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 Djs_scene_session_manager.h103 static napi_value GetCustomDecorHeight(napi_env env, napi_callback_info info);
H A Djs_scene_session_manager.cpp181 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 Dhidump_controller.cpp236 << session->GetCustomDecorHeight() << "|" in DumpLayoutParam()
H A Dscene_session_manager.cpp10512 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 Dscene_session_manager_test4.cpp355 * @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 Dscene_session.h418 int32_t GetCustomDecorHeight() const;
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h415 int32_t GetCustomDecorHeight(int32_t persistentId);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp5094 int32_t SceneSession::GetCustomDecorHeight() const in GetCustomDecorHeight() function in SceneSession

Completed in 42 milliseconds