Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp26 class AvrcpControllerObserverCommon : public AvrcpController::IObserver {
39 static AvrcpController *profile_;
77 * @tc.desc: Gets the static instance of the <b>AvrcpController</b> class.
82 profile_ = AvrcpController::GetProfile(); in HWTEST_F()
95 profile_ = AvrcpController::GetProfile(); in HWTEST_F()
109 profile_ = AvrcpController::GetProfile(); in HWTEST_F()
125 profile_ = AvrcpController::GetProfile(); in HWTEST_F()
139 profile_ = AvrcpController::GetProfile(); in HWTEST_F()
153 profile_ = AvrcpController::GetProfile(); in HWTEST_F()
169 profile_ = AvrcpController in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_avrcp_ct.cpp42 napi_define_class(env, "AvrcpController", NAPI_AUTO_LENGTH, AvrcpControllerConstructor, nullptr, in DefineAvrcpControllerJSClass()
64 AvrcpController *profile = AvrcpController::GetProfile(); in On()
86 AvrcpController *profile = AvrcpController::GetProfile(); in GetConnectionDevices()
120 AvrcpController *profile = AvrcpController::GetProfile(); in GetDeviceState()
153 AvrcpController *profile = AvrcpController::GetProfile(); in Connect()
185 AvrcpController *profil in Disconnect()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp46 struct AvrcpController::impl {
50 explicit ObserverImpl(AvrcpController::impl *impl) : impl_(impl) in ObserverImpl()
434 AvrcpController::impl *impl_;
881 BluetoothObserverList<AvrcpController::IObserver> observers_;
887 AvrcpController::impl::impl() in impl()
899 AvrcpController *AvrcpController::GetProfile(void) in GetProfile()
903 static BluetoothNoDestructor<AvrcpController> instance; in GetProfile()
906 static AvrcpController instance; in GetProfile()
915 void AvrcpController
1704 AvrcpController::AvrcpController(void) AvrcpController() function in OHOS::Bluetooth::AvrcpController
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h415 class BLUETOOTH_API AvrcpController { class
418 * @brief This abstract class declares a set of methods for observing the <b>AvrcpController::IObserver</b> class.
425 * @brief A constructor used to create an <b>AvrcpController::IObserver</b> instance.
432 * @brief A destructor used to delete the <b>AvrcpController::IObserver</b> instance.
461 * @brief Gets the static instance of the <b>AvrcpController</b> class.
467 static AvrcpController *GetProfile(void);
476 * @param[in] observer The pointer to the <b>AvrcpController::IObserver</b>.
479 void RegisterObserver(std::shared_ptr<AvrcpController::IObserver> observer);
484 * @param[in] observer The pointer to the <b>AvrcpController::IObserver</b>.
487 void UnregisterObserver(std::shared_ptr<AvrcpController
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_avrcp_ct_observer.h28 class NapiAvrcpControllerObserver : public AvrcpController::IObserver {
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp180 devices = AvrcpController::GetProfile()->GetDevicesByStates(connectState_); in GetAvrCTDeviceInfo()

Completed in 5 milliseconds