Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h51 virtual int StartDial(const BluetoothRawAddress &device, const std::string &number, BluetoothHfpHfCall &call) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h53 int StartDial(const BluetoothRawAddress &device, const std::string &number, BluetoothHfpHfCall &call) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h49 int StartDial(const BluetoothRawAddress &device, const std::string &number, BluetoothHfpHfCall &call) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h371 std::optional<HandsFreeUnitCall> StartDial(const BluetoothRemoteDevice &device, const std::string &number);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h370 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 Dhfp_hf_service.h320 std::optional<HandsFreeUnitCalls> StartDial(const RawAddress &device, const std::string &number) override;
H A Dhfp_hf_service.cpp554 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 Dbluetooth_hfp_hf.cpp408 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 Dbluetooth_hfp_hf_server.cpp416 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 Dhfp_hf_test.cpp349 * @tc.name: StartDial
359 std::optional<HandsFreeUnitCall> call = profile_->StartDial(device, number); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp377 int BluetoothHfpHfProxy::StartDial( in StartDial() function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp445 int result = StartDial(*device, number, *call); in StartDialInner()

Completed in 8 milliseconds