/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 41 virtual bool AcceptIncomingCall(const BluetoothRawAddress &device, int flag) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 43 bool AcceptIncomingCall(const BluetoothRawAddress &device, int flag) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 39 bool AcceptIncomingCall(const BluetoothRawAddress &device, int flag) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 301 bool AcceptIncomingCall(const BluetoothRemoteDevice &device, int flag) in AcceptIncomingCall() function 306 … return proxy->AcceptIncomingCall(BluetoothRawAddress(device.GetDeviceAddr()), (int32_t)flag); in AcceptIncomingCall() 633 bool HandsFreeUnit::AcceptIncomingCall(const BluetoothRemoteDevice &device, int flag) in AcceptIncomingCall() function in OHOS::Bluetooth::HandsFreeUnit 642 return pimpl->AcceptIncomingCall(device, flag); in AcceptIncomingCall()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 289 bool AcceptIncomingCall(const BluetoothRemoteDevice &device, int flag);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 273 virtual bool AcceptIncomingCall(const RawAddress &device, int flag) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 223 bool AcceptIncomingCall(const RawAddress &device, int flag) override;
|
H A D | hfp_hf_service.cpp | 402 bool HfpHfService::AcceptIncomingCall(const RawAddress &device, int flag) in AcceptIncomingCall() function in OHOS::bluetooth::HfpHfService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 317 bool BluetoothHfpHfServer::AcceptIncomingCall(const BluetoothRawAddress &device, int flag) { in AcceptIncomingCall() function in OHOS::Bluetooth::BluetoothHfpHfServer 321 return pimpl->HfpHfService_->AcceptIncomingCall(addr, (int)flag); in AcceptIncomingCall()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 293 EXPECT_EQ(profile_->AcceptIncomingCall(device, 0), true);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 224 bool BluetoothHfpHfProxy::AcceptIncomingCall(const BluetoothRawAddress &device, int flag) in AcceptIncomingCall() function in OHOS::Bluetooth::BluetoothHfpHfProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 289 int result = AcceptIncomingCall(*device, flag); in AcceptIncomingCallInner()
|