Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.h233 bool SendKeyPressed();
H A Dhfp_hf_service.h250 bool SendKeyPressed(const RawAddress &device) override;
H A Dhfp_hf_profile.cpp353 bool HfpHfProfile::SendKeyPressed() in SendKeyPressed() function in OHOS::bluetooth::HfpHfProfile
H A Dhfp_hf_statemachine.cpp524 if (!profile_.SendKeyPressed()) { in PrecessSendKeyPressed()
H A Dhfp_hf_service.cpp523 bool HfpHfService::SendKeyPressed(const RawAddress &device) in SendKeyPressed() function in OHOS::bluetooth::HfpHfService
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h44 virtual bool SendKeyPressed(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h46 bool SendKeyPressed(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h42 bool SendKeyPressed(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h309 bool SendKeyPressed(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h300 virtual bool SendKeyPressed(const RawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp328 bool SendKeyPressed(const BluetoothRemoteDevice &device) in SendKeyPressed() function
333 return proxy->SendKeyPressed(BluetoothRawAddress(device.GetDeviceAddr())); in SendKeyPressed()
669 bool HandsFreeUnit::SendKeyPressed(const BluetoothRemoteDevice &device) in SendKeyPressed() function in OHOS::Bluetooth::HandsFreeUnit
671 return pimpl->SendKeyPressed(device); in SendKeyPressed()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp344 bool BluetoothHfpHfServer::SendKeyPressed(const BluetoothRawAddress &device) { in SendKeyPressed() function in OHOS::Bluetooth::BluetoothHfpHfServer
348 return pimpl->HfpHfService_->SendKeyPressed(addr); in SendKeyPressed()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp344 bool BluetoothHfpHfProxy::SendKeyPressed(const BluetoothRawAddress &device) in SendKeyPressed() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp315 int result = SendKeyPressed(*device); in SendKeyPressedInner()

Completed in 11 milliseconds