/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 42 virtual int32_t PressButton(const RawAddress &device, int32_t button) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 37 int32_t PressButton(const RawAddress &device, int32_t button) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 37 virtual int32_t PressButton(const RawAddress &device, int32_t button) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 652 virtual int PressButton(const RawAddress &rawAddr, uint8_t button) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 158 int PressButton(const std::string &addr, uint8_t button, uint8_t label) in PressButton() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 563 int PressButton(const BluetoothRemoteDevice &device, uint8_t button);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 199 int PressButton(const RawAddress &rawAddr, uint8_t button) override;
|
H A D | avrcp_ct_service.cpp | 518 int AvrcpCtService::PressButton(const RawAddress &rawAddr, uint8_t button) in PressButton() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 206 int ret = profile_->PressButton(device, button);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 888 int32_t BluetoothAvrcpCtServer::PressButton(const RawAddress &device, int32_t button) in PressButton() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 894 … result = pimpl->service_->PressButton(BluetoothRawAddress(device), static_cast<uint8_t>(button)); in PressButton()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 206 int32_t result = PressButton(RawAddress(data.ReadString()), data.ReadInt32()); in PressButtonnner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 194 int32_t BluetoothAvrcpCtProxy::PressButton(const RawAddress &device, int32_t button) in PressButton() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1042 int AvrcpController::PressButton(const BluetoothRemoteDevice &device, uint8_t button) in PressButton() function in OHOS::Bluetooth::AvrcpController 1067 result = proxy->PressButton(rawAddr, static_cast<int32_t>(button)); in PressButton()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 1032 … int result = stub::MediaService::GetInstance()->PressButton(rawAddr.GetAddress(), button, label); in OnButtonPressed() 1058 … int result = stub::MediaService::GetInstance()->PressButton(rawAddr.GetAddress(), button, label); in HoldButton()
|