Home
last modified time | relevance | path

Searched refs:IPiPLifeCycle (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h86 WMError RegisterPiPLifecycle(const sptr<IPiPLifeCycle>& listener);
89 WMError UnregisterPiPLifecycle(const sptr<IPiPLifeCycle>& listener);
92 sptr<IPiPLifeCycle> GetPictureInPictureLifecycle() const;
123 std::vector<sptr<IPiPLifeCycle>> pipLifeCycleListeners_;
H A Dpicture_in_picture_interface.h24 * @class IPiPLifeCycle
28 class IPiPLifeCycle : virtual public RefBase { class
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_listener.h25 class JsPiPWindowListener : public IPiPLifeCycle,
H A Djs_pip_controller.cpp401 sptr<IPiPLifeCycle> thisListener(listener); in ProcessStateChangeRegister()
431 sptr<IPiPLifeCycle> thisListener(listener); in ProcessStateChangeUnRegister()
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp135 auto listener = sptr<IPiPLifeCycle>::MakeSptr(); in HWTEST_F()
666 sptr<IPiPLifeCycle> listener = nullptr; in HWTEST_F()
756 auto listener = sptr<IPiPLifeCycle>::MakeSptr(); in HWTEST_F()
758 auto listener1 = sptr<IPiPLifeCycle>::MakeSptr(); in HWTEST_F()
939 sptr<IPiPLifeCycle> listener = nullptr; in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp719 WMError PictureInPictureController::RegisterPiPLifecycle(const sptr<IPiPLifeCycle>& listener) in RegisterPiPLifecycle()
734 WMError PictureInPictureController::UnregisterPiPLifecycle(const sptr<IPiPLifeCycle>& listener) in UnregisterPiPLifecycle()

Completed in 6 milliseconds