/base/telephony/call_manager/test/fuzztest/rejectcall_fuzzer/ |
H A D | rejectcall_fuzzer.cpp | 29 void RejectCall(const uint8_t *data, size_t size) in RejectCall() function 53 RejectCall(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | i_bluetooth_call.h | 34 virtual int32_t RejectCall() = 0;
|
H A D | bluetooth_call_proxy.h | 52 * RejectCall 57 int32_t RejectCall() override;
|
/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | bluetooth_call_test.h | 64 void RejectCall();
|
H A D | bluetooth_call_test.cpp | 218 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_REJECT)] = &BluetoothCallTest::RejectCall; in InitFunMap() 293 void BluetoothCallTest::RejectCall() in RejectCall() function in OHOS::Telephony::BluetoothCallTest 297 int32_t ret = bluetoothCallClient.RejectCall(); in RejectCall()
|
/base/telephony/call_manager/services/bluetooth/include/ |
H A D | bluetooth_call_service.h | 40 * RejectCall 45 int32_t RejectCall() override;
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_status_policy.cpp | 61 ret = call->RejectCall(); in FilterResultsDispose()
|
H A D | satellite_call.cpp | 39 int32_t SatelliteCall::RejectCall() in RejectCall() function in OHOS::Telephony::SatelliteCall
|
H A D | voip_call.cpp | 74 int32_t VoIPCall::RejectCall() in RejectCall() function in OHOS::Telephony::VoIPCall 76 TELEPHONY_LOGI("VoIPCall::RejectCall enter"); in RejectCall() 83 DelayedSingleton<VoipCallConnection>::GetInstance()->RejectCall(voipcallInfo); in RejectCall()
|
H A D | call_request_handler.cpp | 57 int32_t CallRequestHandler::RejectCall(int32_t callId, bool isSendSms, std::string &content) in RejectCall() function in OHOS::Telephony::CallRequestHandler
|
H A D | call_superprivacy_control_manager.cpp | 89 DelayedSingleton<CallControlManager>::GetInstance()->RejectCall(info.callId, false, in CloseAllCall()
|
H A D | cs_call.cpp | 39 int32_t CSCall::RejectCall() in RejectCall() function in OHOS::Telephony::CSCall
|
/base/telephony/call_manager/services/call/include/ |
H A D | satellite_call.h | 30 int32_t RejectCall() override;
|
H A D | cs_call.h | 31 int32_t RejectCall() override;
|
H A D | voip_call.h | 30 int32_t RejectCall() override;
|
H A D | call_request_handler.h | 68 int32_t RejectCall(int32_t callId, bool isSendSms, std::string &content);
|
H A D | ott_call.h | 32 int32_t RejectCall() override;
|
H A D | ims_call.h | 33 int32_t RejectCall() override;
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | voip_call_connection.h | 41 int32_t RejectCall(const VoipCallEventInfo &events);
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | bluetooth_call_client.h | 68 int32_t RejectCall();
|
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/ |
H A D | bluetoothdialcall_fuzzer.cpp | 42 void RejectCall(const uint8_t *data, size_t size) in RejectCall() function 208 RejectCall(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 109 callObjectPtr->RejectCall(); in DialingProcess() 202 callObjectPtr->RejectCall(); in IMSCallFunc() 244 voipCall->RejectCall(); in VoIPCallFunc() 357 callObjectPtr->RejectCall(); in OttCallFunc() 469 callObjectPtr->RejectCall(); in SatelliteCallFunc()
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | bluetooth_call_proxy.cpp | 36 int32_t BluetoothCallProxy::RejectCall() in RejectCall() function in OHOS::Telephony::BluetoothCallProxy
|
H A D | bluetooth_call_client.cpp | 115 int32_t BluetoothCallClient::RejectCall() in RejectCall() function in OHOS::Telephony::BluetoothCallClient 119 return g_bluetoothCallProxyPtr->RejectCall(); in RejectCall()
|
/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_service.cpp | 76 int32_t BluetoothCallService::RejectCall() in RejectCall() function in OHOS::Telephony::BluetoothCallService 91 return callControlManagerPtr_->RejectCall(callId, rejectWithMessage, textMessage); in RejectCall()
|