Home
last modified time | relevance | path

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

/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;
/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;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h37 int32_t PressButton(const RawAddress &device, int32_t button) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h73 * @brief Responds the data of the <b>PressButton</b>.
652 virtual int PressButton(const RawAddress &rawAddr, uint8_t button) = 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 in stub::MediaService
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h563 int PressButton(const BluetoothRemoteDevice &device, uint8_t button);
/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
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp196 * @tc.name: PressButton
206 int ret = profile_->PressButton(device, button); in HWTEST_F()
/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()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp191 int32_t BluetoothAvrcpCtProxy::PressButton(const RawAddress &device, int32_t button) in PressButton() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
195 HILOGE("[PressButton] fail: write interface token failed."); in PressButton()
200 HILOGE("[PressButton] fail: write result failed"); in PressButton()
205 HILOGE("[PressButton] fail: write result failed"); in PressButton()
214 HILOGE("BluetoothAvrcpCtProxy::PressButton done fail, error: %{public}d", error); in PressButton()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1039 int AvrcpController::PressButton(const BluetoothRemoteDevice &device, uint8_t button) in PressButton() function in OHOS::Bluetooth::AvrcpController
1064 result = proxy->PressButton(rawAddr, static_cast<int32_t>(button)); in PressButton()
/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()
/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()

Completed in 27 milliseconds