Home
last modified time | relevance | path

Searched refs:GetCommonCommand (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_syncer.h48 … virtual int32_t GetCommonCommand(std::string& commonCommand, AAFwk::WantParams& commandArgs) = 0;
H A Dremote_session_syncer_impl.h60 int32_t GetCommonCommand(std::string& commonCommand, AAFwk::WantParams& commandArgs) override;
H A Dremote_session_source_impl.cpp99 …CHECK_AND_RETURN_RET_LOG(syncers_[deviceId]->GetCommonCommand(commonCommand, commandArgs) == AVSES… in HandleSourceSessionDataCategory()
H A Dremote_session_syncer_impl.cpp208 int32_t RemoteSessionSyncerImpl::GetCommonCommand(std::string& commonCommand, AAFwk::WantParams& co… in GetCommonCommand() function in OHOS::AVSession::RemoteSessionSyncerImpl