Home
last modified time | relevance | path

Searched refs:OnCommonEventReceived (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_event_receiver.cpp30 void PlayerServerCommonEventReceiver::OnCommonEventReceived(const std::string &event) in OnCommonEventReceived() function in OHOS::Media::PlayerServerCommonEventReceiver
36 serverSp->OnCommonEventReceived(event); in OnCommonEventReceived()
H A Dplayer_server_event_receiver.h31 void OnCommonEventReceived(const std::string &event) override;
H A Dplayer_server.h137 void OnCommonEventReceived(const std::string &event);
H A Dplayer_server.cpp1773 void PlayerServer::OnCommonEventReceived(const std::string &event) in OnCommonEventReceived() function in OHOS::Media::PlayerServer
/ohos5.0/foundation/multimedia/player_framework/services/services/player/subscriber/
H A Daccount_subscriber.h28 virtual void OnCommonEventReceived(const std::string &event) {}; in OnCommonEventReceived() function
H A Daccount_subscriber.cpp64 receiver->OnCommonEventReceived(action); in DispatchEvent()