/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/ |
H A D | reporthangupinfo_fuzzer.cpp | 69 iMSControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI() 80 satelliteControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_request_process.cpp | 356 call->HoldCall(); in HandleCallWaitingNumTwo() 381 call->HoldCall(); in HandleCallWaitingNumOne() 389 call->HoldCall(); in HandleCallWaitingNumOne() 418 call->HoldCall(); in HandleCallWaitingNumOneNext() 446 call->HoldCall(); in HandleCallWaitingNumZero() 463 call->HoldCall(); in HandleCallWaitingNumZero() 612 call->HoldCall(); in HoldRequest() 645 otherCall->HoldCall(); in UnHoldRequest() 902 int32_t ret = activeCall->HoldCall(); in IsDialCallForDsda()
|
H A D | satellite_call.cpp | 49 int32_t SatelliteCall::HoldCall() in HoldCall() function in OHOS::Telephony::SatelliteCall
|
H A D | ott_call.cpp | 114 int32_t OTTCall::HoldCall() in HoldCall() function in OHOS::Telephony::OTTCall 122 ret = ottCallConnectionPtr_->HoldCall(requestInfo); in HoldCall()
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | bluetooth_call_client.cpp | 139 int32_t BluetoothCallClient::HoldCall() in HoldCall() function in OHOS::Telephony::BluetoothCallClient 142 return g_bluetoothCallProxyPtr->HoldCall(); in HoldCall()
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/ |
H A D | bluetoothdialcall_fuzzer.cpp | 81 void HoldCall(const uint8_t *data, size_t size) in HoldCall() function 211 HoldCall(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | zero_branch_test.cpp | 110 satelliteControl.HoldCall(SIM1_SLOTID); 200 callService.HoldCall(satelliteCallInfo);
|
/ohos5.0/base/telephony/call_manager/frameworks/native/include/ |
H A D | i_bluetooth_call.h | 37 virtual int32_t HoldCall() = 0;
|
H A D | bluetooth_call_proxy.h | 81 int32_t HoldCall() override;
|
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/ |
H A D | bluetooth_call_service.h | 69 int32_t HoldCall() override;
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | ott_call_connection.h | 64 int32_t HoldCall(const OttCallRequestInfo &requestInfo);
|
H A D | cs_call.h | 33 int32_t HoldCall() override;
|
H A D | satellite_call.h | 32 int32_t HoldCall() override;
|
H A D | call_request_handler.h | 70 int32_t HoldCall(int32_t callId);
|
H A D | voip_call.h | 32 int32_t HoldCall() override;
|
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | bluetooth_call_test.h | 67 void HoldCall();
|
H A D | bluetooth_call_test.cpp | 227 …erFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_HOLD)] = &BluetoothCallTest::HoldCall; in InitFunMap() 341 void BluetoothCallTest::HoldCall() in HoldCall() function in OHOS::Telephony::BluetoothCallTest 349 int32_t ret = g_bluetoothCallPtr->HoldCall(); in HoldCall()
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | bluetooth_call_client.h | 89 int32_t HoldCall();
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 111 callObjectPtr->HoldCall(); in DialingProcess() 205 callObjectPtr->HoldCall(); in IMSCallFunc() 246 voipCall->HoldCall(); in VoIPCallFunc() 359 callObjectPtr->HoldCall(); in OttCallFunc()
|
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_service.cpp | 169 int32_t BluetoothCallService::HoldCall() in HoldCall() function in OHOS::Telephony::BluetoothCallService 182 return callControlManagerPtr_->HoldCall(callId); in HoldCall()
|
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | satellite_control.h | 116 int32_t HoldCall(int32_t slotId) override;
|
H A D | cs_control.h | 101 int32_t HoldCall(int32_t slotId) override;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
H A D | separateconference_fuzzer.cpp | 68 cSControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile_event_sender.h | 92 void HoldCall(const std::string &device, int chld) const;
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 70 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::HOLD_CALL)] = &CsTest::HoldCall; in SetUp() 169 int32_t CsTest::HoldCall(const sptr<CellularCallInterface> &telephonyService) const in HoldCall() function in OHOS::Telephony::CsTest 176 return telephonyService->HoldCall(callInfo); in HoldCall()
|