Home
last modified time | relevance | path

Searched refs:AvrcpController (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp39 static AvrcpController *profile_;
82 profile_ = AvrcpController::GetProfile();
95 profile_ = AvrcpController::GetProfile();
109 profile_ = AvrcpController::GetProfile();
125 profile_ = AvrcpController::GetProfile();
139 profile_ = AvrcpController::GetProfile();
153 profile_ = AvrcpController::GetProfile();
169 profile_ = AvrcpController::GetProfile();
186 profile_ = AvrcpController::GetProfile();
203 profile_ = AvrcpController::GetProfile();
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_avrcp_ct.cpp68 AvrcpController *profile = AvrcpController::GetProfile(); in On()
90 AvrcpController *profile = AvrcpController::GetProfile(); in GetConnectionDevices()
124 AvrcpController *profile = AvrcpController::GetProfile(); in GetDeviceState()
157 AvrcpController *profile = AvrcpController::GetProfile(); in Connect()
189 AvrcpController *profile = AvrcpController::GetProfile(); in Disconnect()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp49 struct AvrcpController::impl {
437 AvrcpController::impl *impl_;
890 AvrcpController::impl::impl() in impl()
902 AvrcpController *AvrcpController::GetProfile(void) in GetProfile()
909 static AvrcpController instance; in GetProfile()
1454 int AvrcpController::GetFolderItems( in GetFolderItems()
1552 int AvrcpController::EnableNotification( in EnableNotification()
1629 int AvrcpController::ChangePath( in ChangePath()
1646 int AvrcpController::GetItemAttributes( in GetItemAttributes()
1707 AvrcpController::AvrcpController(void) in AvrcpController() function in OHOS::Bluetooth::AvrcpController
[all …]
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h415 class BLUETOOTH_API AvrcpController {
467 static AvrcpController *GetProfile(void);
479 void RegisterObserver(std::shared_ptr<AvrcpController::IObserver> observer);
487 void UnregisterObserver(std::shared_ptr<AvrcpController::IObserver> observer);
1030 AvrcpController();
1037 virtual ~AvrcpController();
1039 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(AvrcpController);
1043 friend class BluetoothNoDestructor<AvrcpController>;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_avrcp_ct_observer.h28 class NapiAvrcpControllerObserver : public AvrcpController::IObserver {
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp180 devices = AvrcpController::GetProfile()->GetDevicesByStates(connectState_); in GetAvrCTDeviceInfo()