Searched refs:SetCommonCommand (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_sink_proxy.cpp | 120 int32_t RemoteSessionSinkProxy::SetCommonCommand(const std::string& commonCommand, in SetCommonCommand() function in OHOS::AVSession::RemoteSessionSinkProxy 123 AVSESSION_TRACE_SYNC_START("RemoteSessionSinkProxy::SetCommonCommand"); in SetCommonCommand() 125 int32_t ret = sinkImpl_->SetCommonCommand(commonCommand, commandArgs); in SetCommonCommand() 126 CHECK_AND_RETURN_RET_LOG(ret == AVSESSION_SUCCESS, ret, "Source SetCommonCommand error"); in SetCommonCommand()
|
H A D | remote_session_sink_proxy.h | 36 int32_t SetCommonCommand(const std::string& commonCommand, const AAFwk::WantParams& commandArgs) override;
|
H A D | remote_session_sink_impl.h | 41 int32_t SetCommonCommand(const std::string& commonCommand, const AAFwk::WantParams& commandArgs) override;
|
H A D | remote_session_sink.h | 33 virtual int32_t SetCommonCommand(const std::string& commonCommand, const AAFwk::WantParams& commandArgs) = 0;
|
H A D | remote_session_sink_impl.cpp | 149 int32_t RemoteSessionSinkImpl::SetCommonCommand(const std::string& commonCommand, in SetCommonCommand() function in OHOS::AVSession::RemoteSessionSinkImpl 160 "ERROR_INFO", "SetCommonCommand time out"); in SetCommonCommand()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | remote_session_sink_test.cpp | 94 * @tc.desc: Test SetCommonCommand 102 int32_t ret = g_RemoteSessionSink->SetCommonCommand(commonCommand, commandArgs); in HWTEST_F()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 1637 CHECK_AND_RETURN_LOG(remoteSink_->SetCommonCommand(commonCommand, commandArgs) == AVSESSION_SUCCESS, 1638 "SetCommonCommand failed");
|
Completed in 5 milliseconds