Home
last modified time | relevance | path

Searched refs:RejectIncomingCall (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h43 virtual bool RejectIncomingCall(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h45 bool RejectIncomingCall(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h41 bool RejectIncomingCall(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h307 bool RejectIncomingCall(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h291 virtual bool RejectIncomingCall(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h241 bool RejectIncomingCall(const RawAddress &device) override;
H A Dhfp_hf_service.cpp432 bool HfpHfService::RejectIncomingCall(const RawAddress &device) in RejectIncomingCall() function in OHOS::bluetooth::HfpHfService
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp318 bool RejectIncomingCall(const BluetoothRemoteDevice &device) in RejectIncomingCall() function
323 return proxy->RejectIncomingCall(BluetoothRawAddress(device.GetDeviceAddr())); in RejectIncomingCall()
656 bool HandsFreeUnit::RejectIncomingCall(const BluetoothRemoteDevice &device) in RejectIncomingCall() function in OHOS::Bluetooth::HandsFreeUnit
666 return pimpl->RejectIncomingCall(device); in RejectIncomingCall()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp335 bool BluetoothHfpHfServer::RejectIncomingCall(const BluetoothRawAddress &device) { in RejectIncomingCall() function in OHOS::Bluetooth::BluetoothHfpHfServer
339 return pimpl->HfpHfService_->RejectIncomingCall(addr); in RejectIncomingCall()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp316 * @tc.name: RejectIncomingCall
325 EXPECT_EQ(profile_->RejectIncomingCall(device), true); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp244 bool BluetoothHfpHfProxy::RejectIncomingCall(const BluetoothRawAddress &device) in RejectIncomingCall() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp328 int result = RejectIncomingCall(*device); in RejectIncomingCallInner()

Completed in 9 milliseconds