Home
last modified time | relevance | path

Searched refs:SwitchCall (Results 1 – 25 of 141) sorted by relevance

123456

/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp71 iMSControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
82 satelliteControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp159 int32_t BluetoothCallClient::SwitchCall() in SwitchCall() function in OHOS::Telephony::BluetoothCallClient
162 return g_bluetoothCallProxyPtr->SwitchCall(); in SwitchCall()
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp107 void SwitchCall(const uint8_t *data, size_t size) in SwitchCall() function
213 SwitchCall(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp112 satelliteControl.SwitchCall(SIM1_SLOTID);
207 ASSERT_NE(callService.SwitchCall(satelliteCallInfo), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h39 virtual int32_t SwitchCall() = 0;
H A Dbluetooth_call_proxy.h97 int32_t SwitchCall() override;
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h85 int32_t SwitchCall() override;
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dott_call_connection.h81 int32_t SwitchCall(const OttCallRequestInfo &requestInfo);
H A Dcs_call.h35 int32_t SwitchCall() override;
H A Dsatellite_call.h34 int32_t SwitchCall() override;
H A Dcall_request_handler.h72 int32_t SwitchCall(int32_t callId);
H A Dvoip_call.h34 int32_t SwitchCall() override;
H A Dott_call.h36 int32_t SwitchCall() override;
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h69 void SwitchCall();
H A Dbluetooth_call_test.cpp229 …ncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_SWITCH)] = &BluetoothCallTest::SwitchCall; in InitFunMap()
398 void BluetoothCallTest::SwitchCall() in SwitchCall() function in OHOS::Telephony::BluetoothCallTest
406 int32_t ret = g_bluetoothCallPtr->SwitchCall(); in SwitchCall()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h103 int32_t SwitchCall();
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp113 callObjectPtr->SwitchCall(); in DialingProcess()
206 callObjectPtr->SwitchCall(); in IMSCallFunc()
248 voipCall->SwitchCall(); in VoIPCallFunc()
361 callObjectPtr->SwitchCall(); in OttCallFunc()
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp209 int32_t BluetoothCallService::SwitchCall() in SwitchCall() function in OHOS::Telephony::BluetoothCallService
222 return callControlManagerPtr_->SwitchCall(callId); in SwitchCall()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dsatellite_call.cpp59 int32_t SatelliteCall::SwitchCall() in SwitchCall() function in OHOS::Telephony::SatelliteCall
H A Dott_call.cpp146 int32_t OTTCall::SwitchCall() in SwitchCall() function in OHOS::Telephony::OTTCall
154 ret = ottCallConnectionPtr_->SwitchCall(requestInfo); in SwitchCall()
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h132 int32_t SwitchCall(int32_t slotId) override;
H A Dcs_control.h127 int32_t SwitchCall(int32_t slotId) override;
H A Dims_control.h91 int32_t SwitchCall(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp70 cSControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp72 …equestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SWITCH_CALL)] = &CsTest::SwitchCall; in SetUp()
189 int32_t CsTest::SwitchCall(const sptr<CellularCallInterface> &telephonyService) const in SwitchCall() function in OHOS::Telephony::CsTest
196 return telephonyService->SwitchCall(callInfo); in SwitchCall()

123456