Home
last modified time | relevance | path

Searched refs:SetSessionInfoChangeNotifyManagerListener (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h272 …void SetSessionInfoChangeNotifyManagerListener(const NotifySessionInfoChangeNotifyManagerFunc& fun…
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp1055 session_->SetSessionInfoChangeNotifyManagerListener(func);
H A Dsession_test2.cpp2104 session_->SetSessionInfoChangeNotifyManagerListener(nullptr);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2298 void Session::SetSessionInfoChangeNotifyManagerListener(const NotifySessionInfoChangeNotifyManagerF… in SetSessionInfoChangeNotifyManagerListener() function in OHOS::Rosen::Session
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5848 sceneSession->SetSessionInfoChangeNotifyManagerListener(func); in RegisterSessionInfoChangeNotifyManagerFunc()