Home
last modified time | relevance | path

Searched refs:RejectCall (Results 1 - 25 of 59) sorted by relevance

123

/base/telephony/call_manager/test/fuzztest/rejectcall_fuzzer/
H A Drejectcall_fuzzer.cpp29 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 Di_bluetooth_call.h34 virtual int32_t RejectCall() = 0;
H A Dbluetooth_call_proxy.h52 * RejectCall
57 int32_t RejectCall() override;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h64 void RejectCall();
H A Dbluetooth_call_test.cpp218 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 Dbluetooth_call_service.h40 * RejectCall
45 int32_t RejectCall() override;
/base/telephony/call_manager/services/call/src/
H A Dcall_status_policy.cpp61 ret = call->RejectCall(); in FilterResultsDispose()
H A Dsatellite_call.cpp39 int32_t SatelliteCall::RejectCall() in RejectCall() function in OHOS::Telephony::SatelliteCall
H A Dvoip_call.cpp74 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 Dcall_request_handler.cpp57 int32_t CallRequestHandler::RejectCall(int32_t callId, bool isSendSms, std::string &content) in RejectCall() function in OHOS::Telephony::CallRequestHandler
H A Dcall_superprivacy_control_manager.cpp89 DelayedSingleton<CallControlManager>::GetInstance()->RejectCall(info.callId, false, in CloseAllCall()
H A Dcs_call.cpp39 int32_t CSCall::RejectCall() in RejectCall() function in OHOS::Telephony::CSCall
/base/telephony/call_manager/services/call/include/
H A Dsatellite_call.h30 int32_t RejectCall() override;
H A Dcs_call.h31 int32_t RejectCall() override;
H A Dvoip_call.h30 int32_t RejectCall() override;
H A Dcall_request_handler.h68 int32_t RejectCall(int32_t callId, bool isSendSms, std::string &content);
H A Dott_call.h32 int32_t RejectCall() override;
H A Dims_call.h33 int32_t RejectCall() override;
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dvoip_call_connection.h41 int32_t RejectCall(const VoipCallEventInfo &events);
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h68 int32_t RejectCall();
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp42 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 Dcall_fuzzer.cpp109 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 Dbluetooth_call_proxy.cpp36 int32_t BluetoothCallProxy::RejectCall() in RejectCall() function in OHOS::Telephony::BluetoothCallProxy
H A Dbluetooth_call_client.cpp115 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 Dbluetooth_call_service.cpp76 int32_t BluetoothCallService::RejectCall() in RejectCall() function in OHOS::Telephony::BluetoothCallService
91 return callControlManagerPtr_->RejectCall(callId, rejectWithMessage, textMessage); in RejectCall()

Completed in 10 milliseconds

123