Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h87 WMError RegisterPiPActionObserver(const sptr<IPiPActionObserver>& listener);
90 WMError UnregisterPiPActionObserver(const sptr<IPiPActionObserver>& listener);
93 sptr<IPiPActionObserver> GetPictureInPictureActionObserver() const;
124 std::vector<sptr<IPiPActionObserver>> pipActionObservers_;
H A Dpicture_in_picture_interface.h39 * @class IPiPActionObserver
43 class IPiPActionObserver : virtual public RefBase { class
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_listener.h26 public IPiPActionObserver,
H A Djs_pip_controller.cpp411 sptr<IPiPActionObserver> thisListener(listener); in ProcessActionEventRegister()
441 sptr<IPiPActionObserver> thisListener(listener); in ProcessActionEventUnRegister()
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp724 WMError PictureInPictureController::RegisterPiPActionObserver(const sptr<IPiPActionObserver>& listener) in RegisterPiPActionObserver()
739 WMError PictureInPictureController::UnregisterPiPActionObserver(const sptr<IPiPActionObserver>& listener) in UnregisterPiPActionObserver()
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp625 sptr<IPiPActionObserver> listener = nullptr; in HWTEST_F()
781 auto listener = sptr<IPiPActionObserver>::MakeSptr(); in HWTEST_F()
783 auto listener1 = sptr<IPiPActionObserver>::MakeSptr(); in HWTEST_F()

Completed in 6 milliseconds