Home
last modified time | relevance | path

Searched refs:HandleActionUpdateNavigationProps (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp82 sceneSession->HandleActionUpdateNavigationProps(property, sceneSession, action);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h717 WMError HandleActionUpdateNavigationProps(const sptr<WindowSessionProperty>& property,
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3812 return HandleActionUpdateNavigationProps(property, sceneSession, action); in ProcessUpdatePropertyByAction()
3975 WMError SceneSession::HandleActionUpdateNavigationProps(const sptr<WindowSessionProperty>& property, in HandleActionUpdateNavigationProps() function in OHOS::Rosen::SceneSession