Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp49 class ObserverImpl : public IProfileAvrcpCt::IObserver {
245 service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in impl()
260 service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in ~impl()
276 service_ = static_cast<IProfileAvrcpCt *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in IsEnabled()
290 service_ = static_cast<IProfileAvrcpCt *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_CT)); in OnSystemStateChange()
749 IProfileAvrcpCt *service_;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h39 class IProfileAvrcpCt : public IProfile { class
42 * @brief This abstract class declares a set of methods for observing the class of the <b>IProfileAvrcpCt</b>.
49 * @brief A constructor used to create an <b>IProfileAvrcpCt::IObserver</b> instance.
56 * @brief A destructor used to delete the <b>IProfileAvrcpCt::IObserver</b> instance.
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h47 class AvrcpCtService : public IProfileAvrcpCt, public utility::Context {
68 * @param observer The instance of the struct <b>IProfileAvrcpCt::Observer</b>.

Completed in 6 milliseconds