/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/ |
H A D | reporthangupinfo_fuzzer.cpp | 71 iMSControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI() 82 satelliteControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | bluetooth_call_client.cpp | 159 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 D | bluetoothdialcall_fuzzer.cpp | 107 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 D | zero_branch_test.cpp | 112 satelliteControl.SwitchCall(SIM1_SLOTID); 207 ASSERT_NE(callService.SwitchCall(satelliteCallInfo), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/call_manager/frameworks/native/include/ |
H A D | i_bluetooth_call.h | 39 virtual int32_t SwitchCall() = 0;
|
H A D | bluetooth_call_proxy.h | 97 int32_t SwitchCall() override;
|
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/ |
H A D | bluetooth_call_service.h | 85 int32_t SwitchCall() override;
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | ott_call_connection.h | 81 int32_t SwitchCall(const OttCallRequestInfo &requestInfo);
|
H A D | cs_call.h | 35 int32_t SwitchCall() override;
|
H A D | satellite_call.h | 34 int32_t SwitchCall() override;
|
H A D | call_request_handler.h | 72 int32_t SwitchCall(int32_t callId);
|
H A D | voip_call.h | 34 int32_t SwitchCall() override;
|
H A D | ott_call.h | 36 int32_t SwitchCall() override;
|
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | bluetooth_call_test.h | 69 void SwitchCall();
|
H A D | bluetooth_call_test.cpp | 229 …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 D | bluetooth_call_client.h | 103 int32_t SwitchCall();
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 113 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 D | bluetooth_call_service.cpp | 209 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 D | satellite_call.cpp | 59 int32_t SatelliteCall::SwitchCall() in SwitchCall() function in OHOS::Telephony::SatelliteCall
|
H A D | ott_call.cpp | 146 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 D | satellite_control.h | 132 int32_t SwitchCall(int32_t slotId) override;
|
H A D | cs_control.h | 127 int32_t SwitchCall(int32_t slotId) override;
|
H A D | ims_control.h | 91 int32_t SwitchCall(int32_t slotId) override;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
H A D | separateconference_fuzzer.cpp | 70 cSControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 72 …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()
|