/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf.h | 51 virtual int StartDial(const BluetoothRawAddress &device, const std::string &number, BluetoothHfpHfCall &call) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_hf_server.h | 53 int StartDial(const BluetoothRawAddress &device, const std::string &number, BluetoothHfpHfCall &call) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_hf_proxy.h | 49 int StartDial(const BluetoothRawAddress &device, const std::string &number, BluetoothHfpHfCall &call) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 371 std::optional<HandsFreeUnitCall> StartDial(const BluetoothRemoteDevice &device, const std::string &number);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 370 virtual std::optional<HandsFreeUnitCalls> StartDial(const RawAddress &device, const std::string &number) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 320 std::optional<HandsFreeUnitCalls> StartDial(const RawAddress &device, const std::string &number) override;
|
H A D | hfp_hf_service.cpp | 554 std::optional<HandsFreeUnitCalls> HfpHfService::StartDial(const RawAddress &device, const std::string &number) in StartDial() function in OHOS::bluetooth::HfpHfService
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 408 std::optional<HandsFreeUnitCall> StartDial(const BluetoothRemoteDevice &device, const std::string &number) in StartDial() function 414 proxy->StartDial(BluetoothRawAddress(device.GetDeviceAddr()), number, calls); in StartDial() 745 std::optional<HandsFreeUnitCall> HandsFreeUnit::StartDial( in StartDial() function in OHOS::Bluetooth::HandsFreeUnit 755 return pimpl->StartDial(device, number); in StartDial()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 416 int BluetoothHfpHfServer::StartDial(const BluetoothRawAddress &device, const std::string &number, in StartDial() function in OHOS::Bluetooth::BluetoothHfpHfServer 425 ret = pimpl->HfpHfService_->StartDial(addr, number); in StartDial()
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 349 * @tc.name: StartDial 359 std::optional<HandsFreeUnitCall> call = profile_->StartDial(device, number); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_proxy.cpp | 377 int BluetoothHfpHfProxy::StartDial( in StartDial() function in OHOS::Bluetooth::BluetoothHfpHfProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_stub.cpp | 445 int result = StartDial(*device, number, *call); in StartDialInner()
|