Home
last modified time | relevance | path

Searched refs:PressButton (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h42 virtual int32_t PressButton(const RawAddress &device, int32_t button) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h37 int32_t PressButton(const RawAddress &device, int32_t button) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h37 virtual int32_t PressButton(const RawAddress &device, int32_t button) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h652 virtual int PressButton(const RawAddress &rawAddr, uint8_t button) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h158 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 Dbluetooth_avrcp_ct.h563 int PressButton(const BluetoothRemoteDevice &device, uint8_t button);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h199 int PressButton(const RawAddress &rawAddr, uint8_t button) override;
H A Davrcp_ct_service.cpp518 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 Davrcp_ct_test.cpp206 int ret = profile_->PressButton(device, button);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp888 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 Dbluetooth_avrcp_ct_stub.cpp206 int32_t result = PressButton(RawAddress(data.ReadString()), data.ReadInt32()); in PressButtonnner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp194 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 Dbluetooth_avrcp_ct.cpp1042 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 Davrcp_tg_service.cpp1032 … 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()