Home
last modified time | relevance | path

Searched refs:castControllerProxy (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davcast_controller_item.h32 void Init(std::shared_ptr<IAVCastControllerProxy> castControllerProxy,
77 bool RegisterControllerListener(std::shared_ptr<IAVCastControllerProxy> castControllerProxy);
H A Davcast_controller_item.cpp37 void AVCastControllerItem::Init(std::shared_ptr<IAVCastControllerProxy> castControllerProxy, in Init() argument
41 castControllerProxy_ = castControllerProxy; in Init()
430 bool AVCastControllerItem::RegisterControllerListener(std::shared_ptr<IAVCastControllerProxy> castControllerProxy) in RegisterControllerListener() argument
433 CHECK_AND_RETURN_RET_LOG(castControllerProxy != nullptr, AVSESSION_ERROR, "cast controller proxy is nullptr"); in RegisterControllerListener()
434 return castControllerProxy->RegisterControllerListener(shared_from_this()); in RegisterControllerListener()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp552 std::shared_ptr<IAVCastControllerProxy> castControllerProxy = nullptr; in HWTEST_F() local
553 EXPECT_EQ(castController_->RegisterControllerListener(castControllerProxy), true); in HWTEST_F()

Completed in 6 milliseconds