Home
last modified time | relevance | path

Searched refs:SendNoCarrier (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h249 virtual bool SendNoCarrier(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h45 bool SendNoCarrier(const BluetoothRawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h49 virtual bool SendNoCarrier(const BluetoothRawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h48 bool SendNoCarrier(const BluetoothRawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h284 bool SendNoCarrier(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp349 bool BluetoothHfpAgServer::SendNoCarrier(const BluetoothRawAddress &device) { in SendNoCarrier() function in OHOS::Bluetooth::BluetoothHfpAgServer
353 return pimpl->HfpAgService_ ->SendNoCarrier(addr); in SendNoCarrier()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h253 bool SendNoCarrier(const RawAddress &device) override;
H A Dhfp_ag_service.cpp674 bool HfpAgService::SendNoCarrier(const RawAddress &device) in SendNoCarrier() function in OHOS::bluetooth::HfpAgService
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp297 bool SendNoCarrier(const BluetoothRemoteDevice &device) in SendNoCarrier() function
302 return proxy->SendNoCarrier(BluetoothRawAddress(device.GetDeviceAddr())); in SendNoCarrier()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp319 int result = SendNoCarrier(*device); in SendNoCarrierInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp305 bool BluetoothHfpAgProxy::SendNoCarrier(const BluetoothRawAddress &device) in SendNoCarrier() function in OHOS::Bluetooth::BluetoothHfpAgProxy