Home
last modified time | relevance | path

Searched refs:Dial (Results 1 – 25 of 108) sorted by relevance

12345

/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp97 satelliteControl.Dial(cellularCallInfo, true);
99 satelliteControl.Dial(cellularCallInfo_new, true);
196 callService.Dial(satelliteCallInfo);
H A Dsatellite_test.h185 ret = telephonyService->Dial(SatelliteCellularCallInfo); in TestDialCallBySatellite()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp65 iMSControl->Dial(callInfo, isEcc); in DoSomethingInterestingWithMyAPI()
76 satelliteControl->Dial(callInfo, isEcc); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp76 satelliteCallClient->Dial(callInfo, static_cast<CLIRMode>(mode)); in TestSatelliteCallClientWithCallInfo()
102 proxy->Dial(callInfo, static_cast<CLIRMode>(mode)); in TestSatelliteCallProxyWithCallInfo()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.h95 int32_t Dial(const sptr<CellularCallInterface> &telephonyService) const;
173 ret = telephonyService->Dial(callInfo); in TestDialCallByCs()
H A Dcs_test.cpp66 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::DIAL)] = &CsTest::Dial; in SetUp()
114 int32_t CsTest::Dial(const sptr<CellularCallInterface> &telephonyService) const in Dial() function in OHOS::Telephony::CsTest
129 return telephonyService->Dial(callInfo); in Dial()
/ohos5.0/drivers/peripheral/ril/
H A DREADME_zh.md47 | int32_t Dial(int32_t slotId, int32_t serialId, const DialInfo &dialInfo) | 拨打电话,slotId 表示卡槽ID,ser…
99 int32_t ret = g_rilInterface->Dial(slotId, serialId, dialInfo);
H A DREADME.md47 | int32_t Dial(int32_t slotId, int32_t serialId, const DialInfo &dialInfo) | Makes a call. **slotId…
99 int32_t ret = g_rilInterface->Dial(slotId, serialId, dialInfo);
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_interface.h36 virtual int32_t Dial(const SatelliteCallInfo &callInfo, CLIRMode mode) = 0;
H A Dsatellite_call_proxy.h31 int32_t Dial(const SatelliteCallInfo &callInfo, CLIRMode mode) override;
H A Dsatellite_call_client.h78 int32_t Dial(const SatelliteCallInfo &callInfo, CLIRMode mode);
/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_client.cpp149 int32_t SatelliteCallClient::Dial(const SatelliteCallInfo &callInfo, CLIRMode mode) in Dial() function in OHOS::Telephony::SatelliteCallClient
158 return satelliteCallProxy_->Dial(callInfo, mode); in Dial()
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h47 int32_t Dial(const CellularCallInfo &callInfo, bool isEcc) override;
H A Dcs_control.h47 int32_t Dial(const CellularCallInfo &callInfo, bool isEcc) override;
H A Dims_control.h42 int32_t Dial(const CellularCallInfo &callInfo, bool isEcc) override;
H A Dcontrol_base.h53 virtual int32_t Dial(const CellularCallInfo &callInfo, bool isEcc) = 0;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-tel-guide.md75 void (*Dial)(ReqDataInfo *requestInfo, const void *data, size_t dataLen);
87 .Dial = ReqDial, // 拨打电话接口
399 .Dial = ReqDial, // 拨打电话接口
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h39 int32_t Dial(const sptr<ImsCallInterface> &imsCallSerivce) const;
/ohos5.0/base/telephony/call_manager/
H A DREADME.md89 **Table 2** Parameters of the Dial API
150 2. Call the **Dial** API in callback or Promise mode.
151 3. Obtain the dialup result. The **Dial** API works in asynchronous mode. The dialup result is r…
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_satellite.cpp59 … return DelayedSingleton<SatelliteCallClient>::GetInstance()->Dial(callInfo, dialRequest.clirMode); in DialRequest()
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h479 void (*Dial)(const ReqDataInfo *requestInfo, const HRilDial *data, size_t dataLen); member
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h47 int Dial(const CellularCallInfo &callInfo);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H A Dgetcallrestriction_fuzzer.cpp233 void Dial(const uint8_t *data, size_t size) in Dial() function
437 Dial(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_interface.h33 virtual int32_t Dial(const CellularCallInfo &callInfo) = 0;
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h39 int32_t Dial(const ImsCallInfo &callInfo, CLIRMode mode) override;

12345