Home
last modified time | relevance | path

Searched defs:stringId (Results 1 – 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
Drs_event_detector.h28 std::string stringId; member
79 RSBaseEventDetector(std::string stringId) in RSBaseEventDetector()
/foundation/window/window_manager/wm/src/
Droot_scene.cpp282 std::shared_ptr<Rosen::RSNode> RootScene::GetRSNodeByStringID(const std::string& stringId) in GetRSNodeByStringID()
293 void RootScene::SetTopWindowBoundaryByID(const std::string& stringId) in SetTopWindowBoundaryByID()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/jank_detector/
Drs_jank_detector.cpp37 void DrawEventReport(const FrameMsg &frameMsg, const std::string &stringId) in DrawEventReport()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
Drs_event_manager_test.cpp267 std::string stringId = "0"; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_event_manager.cpp166 void RSEventManager::RemoveEvent(std::string stringId) in RemoveEvent()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
Dui_content.h469 virtual std::shared_ptr<Rosen::RSNode> GetRSNodeByStringID(const std::string& stringId) in GetRSNodeByStringID()
474 virtual void SetTopWindowBoundaryByID(const std::string& stringId) {}; in SetTopWindowBoundaryByID()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dui_content_impl.cpp4178 std::shared_ptr<Rosen::RSNode> UIContentImpl::GetRSNodeByStringID(const std::string& stringId) in GetRSNodeByStringID()
4201 void UIContentImpl::SetTopWindowBoundaryByID(const std::string& stringId) in SetTopWindowBoundaryByID()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_session_manager.cpp3800 std::string stringId; in OnRegisterSingleHandContainerNode() local
/foundation/window/window_manager/window_scene/session_manager/src/
Dscene_session_manager.cpp5999 void SceneSessionManager::RegisterSingleHandContainerNode(const std::string& stringId) in RegisterSingleHandContainerNode()