Home
last modified time | relevance | path

Searched refs:AVCastControllerProxy (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davcast_controller_proxy.cpp25 AVCastControllerProxy::AVCastControllerProxy(const sptr<IRemoteObject>& impl) in AVCastControllerProxy() function in OHOS::AVSession::AVCastControllerProxy
28 SLOGD("AVCastControllerProxy construct"); in AVCastControllerProxy()
31 AVCastControllerProxy::~AVCastControllerProxy() in ~AVCastControllerProxy()
33 SLOGI("AVCastControllerProxy destroy"); in ~AVCastControllerProxy()
37 int32_t AVCastControllerProxy::SendControlCommand(const AVCastControlCommand& cmd) in SendControlCommand()
39 AVSESSION_TRACE_SYNC_START("AVCastControllerProxy::SendControlCommand"); in SendControlCommand()
58 int32_t AVCastControllerProxy::Start(const AVQueueItem& avQueueItem) in Start()
79 int32_t AVCastControllerProxy
[all...]
H A Davcast_controller_proxy.h25 class AVCastControllerProxy : public IRemoteProxy<IAVCastController> { class
27 explicit AVCastControllerProxy(const sptr<IRemoteObject>& impl);
29 ~AVCastControllerProxy() override;
63 static inline BrokerDelegator<AVCastControllerProxy> delegator_;
H A Davsession_service_proxy.cpp365 auto castControllerObject = iface_cast<AVCastControllerProxy>(object); in GetAVCastController()
H A Davsession_proxy.cpp572 auto castController = iface_cast<AVCastControllerProxy>(object); in GetAVCastController()
/foundation/multimedia/av_session/services/session/server/test/
H A Davcast_controller_proxy_test.cpp33 sptr<AVCastControllerProxy> avCastControllerProxy_;
56 avCastControllerProxy_ = iface_cast<AVCastControllerProxy>(object); in SetUp()

Completed in 6 milliseconds