Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp364 if (specificCallback_ == nullptr || !specificCallback_->onPiPStateChange_) { in UpdatePiPWindowStateChanged()
370 specificCallback_->onPiPStateChange_(GetSessionInfo().bundleName_, isForeground); in UpdatePiPWindowStateChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h129 PiPStateChangeCallback onPiPStateChange_; member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1457 specificCb->onPiPStateChange_ = [this](const std::string& bundleName, bool isForeground) { in CreateSpecificSessionCallback()