Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.h30 class AVControllerObserver; variable
59 std::map<std::string, std::shared_ptr<AVControllerObserver>> playerIdToControllerCallbackMap_;
65 std::shared_ptr<AVControllerObserver> callback, bool isAdd);
103 class AVControllerObserver : public AVControllerCallback {
105 explicit AVControllerObserver(const std::string &playerId) : playerId_(playerId){}; in AVControllerObserver() function
106 AVControllerObserver() {}; in AVControllerObserver() function
107 ~AVControllerObserver() {}; in ~AVControllerObserver()
H A Dmigrate_avsession_server.cpp97 …std::shared_ptr<AVControllerObserver> callback = std::make_shared<AVControllerObserver>(sessionId); in CreateController()
132 std::shared_ptr<AVControllerObserver> callback, bool isAdd) in UpdateCache()
642 void AVControllerObserver::OnSessionDestroy() in OnSessionDestroy()
647 void AVControllerObserver::OnPlaybackStateChange(const AVPlaybackState &state) in OnPlaybackStateChange()
655 void AVControllerObserver::OnMetaDataChange(const AVMetaData &data) in OnMetaDataChange()
664 void AVControllerObserver::Init(std::weak_ptr<MigrateAVSessionServer> migrateServer) in Init()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrolleritem_fuzzer/
H A Davcontrolleritem_fuzzer.cpp295 auto avControllerCallback = std::make_shared<AVControllerObserver>(sessionId); in AvControllerItemTestImplSecond()