Searched refs:OnCommonEventReceived (Results 1 – 6 of 6) sorted by relevance
30 void PlayerServerCommonEventReceiver::OnCommonEventReceived(const std::string &event) in OnCommonEventReceived() function in OHOS::Media::PlayerServerCommonEventReceiver36 serverSp->OnCommonEventReceived(event); in OnCommonEventReceived()
31 void OnCommonEventReceived(const std::string &event) override;
137 void OnCommonEventReceived(const std::string &event);
1773 void PlayerServer::OnCommonEventReceived(const std::string &event) in OnCommonEventReceived() function in OHOS::Media::PlayerServer
28 virtual void OnCommonEventReceived(const std::string &event) {}; in OnCommonEventReceived() function
64 receiver->OnCommonEventReceived(action); in DispatchEvent()