Home
last modified time | relevance | path

Searched refs:onIsCustomAnimationPlaying_ (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h125 NotifyIsCustomAnimationPlayingCallback onIsCustomAnimationPlaying_; member
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp868 scensession->sessionChangeCallback_->onIsCustomAnimationPlaying_ = [](bool status){}; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2935 if (sessionChangeCallback_ != nullptr && sessionChangeCallback_->onIsCustomAnimationPlaying_) { in NotifyIsCustomAnimationPlaying()
2936 sessionChangeCallback_->onIsCustomAnimationPlaying_(isPlaying); in NotifyIsCustomAnimationPlaying()
5057 session->sessionChangeCallback_->onIsCustomAnimationPlaying_ = nullptr; in UnregisterSessionChangeListeners()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1479 sessionchangeCallback->onIsCustomAnimationPlaying_ = [weakThis = wptr(this)](bool status) { in ProcessIsCustomAnimationPlaying()

Completed in 21 milliseconds