Home
last modified time | relevance | path

Searched refs:SwitchCall (Results 1 - 25 of 116) sorted by relevance

12345

/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h39 virtual int32_t SwitchCall() = 0;
H A Dbluetooth_call_proxy.h92 * SwitchCall
97 int32_t SwitchCall() override;
/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp71 iMSControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
82 satelliteControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/include/
H A Dott_call_connection.h76 * SwitchCall
81 int32_t SwitchCall(const OttCallRequestInfo &requestInfo);
H A Dsatellite_call.h34 int32_t SwitchCall() override;
H A Dcs_call.h35 int32_t SwitchCall() override;
H A Dvoip_call.h34 int32_t SwitchCall() override;
H A Dcall_request_handler.h72 int32_t SwitchCall(int32_t callId);
H A Dott_call.h36 int32_t SwitchCall() override;
H A Dims_call.h37 int32_t SwitchCall() override;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h69 void SwitchCall();
H A Dbluetooth_call_test.cpp224 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_SWITCH)] = &BluetoothCallTest::SwitchCall; in InitFunMap()
353 void BluetoothCallTest::SwitchCall() in SwitchCall() function in OHOS::Telephony::BluetoothCallTest
356 std::cout << "------SwitchCall------" << std::endl; in SwitchCall()
357 int32_t ret = bluetoothCallClient.SwitchCall(); in SwitchCall()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h80 * SwitchCall
85 int32_t SwitchCall() override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h103 int32_t SwitchCall();
/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 Dcall_request_handler.cpp100 int32_t CallRequestHandler::SwitchCall(int32_t callId) in SwitchCall() function in OHOS::Telephony::CallRequestHandler
H A Dott_call.cpp146 int32_t OTTCall::SwitchCall() in SwitchCall() function in OHOS::Telephony::OTTCall
154 ret = ottCallConnectionPtr_->SwitchCall(requestInfo); in SwitchCall()
/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h127 * SwitchCall
132 int32_t SwitchCall(int32_t slotId) override;
H A Dcs_control.h117 * CSControl SwitchCall
127 int32_t SwitchCall(int32_t slotId) override;
H A Dims_control.h86 * SwitchCall
91 int32_t SwitchCall(int32_t slotId) override;
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp70 cSControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp112 satelliteControl.SwitchCall(SIM1_SLOTID); in HWTEST_F()
207 ASSERT_NE(callService.SwitchCall(satelliteCallInfo), TELEPHONY_SUCCESS); in HWTEST_F()
/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()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp61 int32_t BluetoothCallProxy::SwitchCall() in SwitchCall() function in OHOS::Telephony::BluetoothCallProxy
/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()

Completed in 10 milliseconds

12345