Home
last modified time | relevance | path

Searched refs:AnswerCall (Results 1 - 25 of 55) sorted by relevance

123

/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h33 virtual int32_t AnswerCall() = 0;
H A Dbluetooth_call_proxy.h44 * AnswerCall
49 int32_t AnswerCall() override;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h63 void AnswerCall();
H A Dbluetooth_call_test.cpp217 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_ANSWER)] = &BluetoothCallTest::AnswerCall; in InitFunMap()
285 void BluetoothCallTest::AnswerCall() in AnswerCall() function in OHOS::Telephony::BluetoothCallTest
289 int32_t ret = bluetoothCallClient.AnswerCall(); in AnswerCall()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h32 * AnswerCall
37 int32_t AnswerCall() override;
/base/telephony/call_manager/services/call/include/
H A Dsatellite_call.h29 int32_t AnswerCall(int32_t videoState) override;
H A Dcs_call.h30 int32_t AnswerCall(int32_t videoState) override;
H A Dvoip_call.h29 int32_t AnswerCall(int32_t videoState) override;
H A Dcall_request_handler.h67 int32_t AnswerCall(int32_t callId, int32_t videoState);
H A Dott_call.h31 int32_t AnswerCall(int32_t videoState) override;
H A Dims_call.h32 int32_t AnswerCall(int32_t videoState) override;
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dvoip_call_connection.h40 int32_t AnswerCall(const VoipCallEventInfo &events, int32_t videoState);
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h61 int32_t AnswerCall();
/base/telephony/call_manager/services/call/src/
H A Dsatellite_call.cpp34 int32_t SatelliteCall::AnswerCall(int32_t videoState) in AnswerCall() function in OHOS::Telephony::SatelliteCall
H A Dvoip_call.cpp49 int32_t VoIPCall::AnswerCall(int32_t videoState) in AnswerCall() function in OHOS::Telephony::VoIPCall
51 TELEPHONY_LOGI("VoIPCall::AnswerCall"); in AnswerCall()
58 DelayedSingleton<VoipCallConnection>::GetInstance()->AnswerCall(voipcallInfo, videoState); in AnswerCall()
H A Dcall_request_handler.cpp47 int32_t CallRequestHandler::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() function in OHOS::Telephony::CallRequestHandler
H A Dcall_request_process.cpp104 int32_t ret = call->AnswerCall(videoState); in AnswerRequest()
106 TELEPHONY_LOGE("AnswerCall failed!"); in AnswerRequest()
146 int32_t ret = call->AnswerCall(videoState); in AnswerRequestForDsda()
148 TELEPHONY_LOGE("AnswerCall failed!"); in AnswerRequestForDsda()
270 int32_t ret = call->AnswerCall(videoState); in HoldOrDisconnectedCall()
315 incomingCall->AnswerCall(videoState); in HandleDsdaIncomingCall()
424 incomingCall->AnswerCall(static_cast<int32_t>(incomingCall->GetVideoStateType())); in HandleCallWaitingNumOneNext()
469 incomingCall->AnswerCall(static_cast<int32_t>(incomingCall->GetVideoStateType())); in HandleCallWaitingNumZero()
497 int32_t ret = incomingCall->AnswerCall(videoState); in DisconnectOtherSubIdCall()
H A Dcall_superprivacy_control_manager.cpp152 DelayedSingleton<CallControlManager>::GetInstance()->AnswerCall(callId, videoState); in CloseAnswerSuperPrivacyMode()
H A Dcs_call.cpp34 int32_t CSCall::AnswerCall(int32_t videoState) in AnswerCall() function in OHOS::Telephony::CSCall
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp29 void AnswerCall(const uint8_t *data, size_t size) in AnswerCall() function
207 AnswerCall(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp69 callObjectPtr->AnswerCall(videoState); in CSCallFunc()
201 callObjectPtr->AnswerCall(videoState); in IMSCallFunc()
242 voipCall->AnswerCall(videoState); in VoIPCallFunc()
356 callObjectPtr->AnswerCall(videoState); in OttCallFunc()
468 callObjectPtr->AnswerCall(videoState); in SatelliteCallFunc()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp31 int32_t BluetoothCallProxy::AnswerCall() in AnswerCall() function in OHOS::Telephony::BluetoothCallProxy
H A Dbluetooth_call_client.cpp104 int32_t BluetoothCallClient::AnswerCall() in AnswerCall() function in OHOS::Telephony::BluetoothCallClient
108 return g_bluetoothCallProxyPtr->AnswerCall(); in AnswerCall()
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp39 int32_t BluetoothCallService::AnswerCall() in AnswerCall() function in OHOS::Telephony::BluetoothCallService
69 return callControlManagerPtr_->AnswerCall(callId, static_cast<int32_t>(videoState)); in AnswerCall()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp108 int32_t VoipCallConnection::AnswerCall(const VoipCallEventInfo &events, int32_t videoState) in AnswerCall() function in OHOS::Telephony::VoipCallConnection
113 TELEPHONY_LOGI("Voipconnect AnswerCall voipCallManagerInterfacePtr_ is null"); in AnswerCall()

Completed in 13 milliseconds

123