Home
last modified time | relevance | path

Searched refs:createSystemSessionFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h715 NotifyCreateSystemSessionFunc createSystemSessionFunc_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3107 createSystemSessionFunc_ = func; in SetCreateSystemSessionListener()
3159 } else if (createSystemSessionFunc_) { in NotifyCreateSpecificSession()
3160 createSystemSessionFunc_(newSession); in NotifyCreateSpecificSession()