/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 36 virtual void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 32 void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 61 void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnPressButton() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 63 impl_->OnPressButton(rawAddr, button, result); in OnPressButton() 320 void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) in OnPressButton() function 328 observer->OnPressButton(rawAddr, in OnPressButton()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 84 virtual void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 71 virtual void OnPressButton(const std::string &addr, uint8_t button) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 68 void OnPressButton(const RawAddress &rawAddr, uint8_t button, int result) override in OnPressButton() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 74 impl_->OnPressButton(device, static_cast<uint8_t>(button), static_cast<int>(result)); in OnPressButton() 462 void OnPressButton(const BluetoothRemoteDevice &device, uint8_t button, int result) in OnPressButton() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 155 stub->OnPressButton(RawAddress(addr), button, result); in OnPressButtonInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 69 void OnPressButton(const std::string &addr, uint8_t button) override;
|
H A D | avrcp_tg_service.cpp | 40 void AvrcpTgService::ObserverImpl::OnPressButton(const std::string &addr, uint8_t button) in OnPressButton() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 53 void BluetoothAvrcpCtObserverProxy::OnPressButton(const RawAddress &rawAddr, uint8_t button, int re… in OnPressButton() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 568 myObserver_->OnPressButton(rawAddr, button, result); in OnButtonPressed()
|