Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_screen_info_test.cpp97 std::string panelInfo; in HWTEST_F() local
98 ASSERT_NO_FATAL_FAILURE({hgmScreenInfo.GetPanelInfo(panelInfo);}); in HWTEST_F()
110 std::string panelInfo; in HWTEST_F() local
111 ASSERT_NO_FATAL_FAILURE({hgmScreenInfo.InitPanelTypeMap(panelInfo);}); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen_info.cpp45 int32_t HgmScreenInfo::GetPanelInfo(std::string& panelInfo) in GetPanelInfo() argument
50 int32_t HgmScreenInfo::InitPanelTypeMap(std::string& panelInfo) in InitPanelTypeMap() argument
H A Dhgm_screen_info.h57 int32_t GetPanelInfo(std::string& panelInfo);
58 int32_t InitPanelTypeMap(std::string& panelInfo);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp310 MiscServices::PanelType panelType = info.panelInfo.panelType; in NotifyPanelStatusInfo()
328 if (info.panelInfo.panelType == MiscServices::PanelType::SOFT_KEYBOARD) { in NotifyPanelStatusInfo()
330 } else if (info.panelInfo.panelType == MiscServices::PanelType::STATUS_BAR) { in NotifyPanelStatusInfo()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1467 SessionInfo panelInfo = { in CreateKeyboardPanelSession() local
1478 panelInfo.sceneType_ = SceneType::INPUT_SCENE; in CreateKeyboardPanelSession()
1483 panelSession = RequestSceneSession(panelInfo, nullptr); in CreateKeyboardPanelSession()

Completed in 20 milliseconds