Home
last modified time | relevance | path

Searched refs:PostDialProceed (Results 1 – 25 of 33) sorted by relevance

12

/base/telephony/call_manager/services/call/include/
Dcarrier_call.h41 int32_t PostDialProceed(bool proceed) override;
Dott_call.h41 int32_t PostDialProceed(bool proceed) override;
Dcall_base.h53 virtual int32_t PostDialProceed(bool proceed) = 0;
Dcall_control_manager.h68 int32_t PostDialProceed(int32_t callId, bool proceed);
/base/telephony/cellular_call/services/control/include/
Dcs_control.h184 int32_t PostDialProceed(const CellularCallInfo &callInfo, const bool proceed);
Dims_control.h186 int32_t PostDialProceed(const CellularCallInfo &callInfo, const bool proceed);
/base/telephony/call_manager/services/call/src/
Dcarrier_call.cpp328 int32_t CarrierCall::PostDialProceed(bool proceed) in PostDialProceed() function in OHOS::Telephony::CarrierCall
339 return cellularCallConnectionPtr_->PostDialProceed(callInfo, proceed); in PostDialProceed()
Dott_call.cpp182 int32_t OTTCall::PostDialProceed(bool proceed) in PostDialProceed() function in OHOS::Telephony::OTTCall
Dcall_control_manager.cpp459 int32_t CallControlManager::PostDialProceed(int32_t callId, bool proceed) in PostDialProceed() function in OHOS::Telephony::CallControlManager
469 int32_t ret = call->PostDialProceed(proceed); in PostDialProceed()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h160 int PostDialProceed(const CellularCallInfo &callInfo, const bool proceed);
/base/telephony/call_manager/interfaces/innerkits/
Dcellular_call_interface.h178 virtual int32_t PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) = 0;
Dcall_manager_client.h265 int32_t PostDialProceed(int32_t callId, bool proceed);
Dcellular_call_proxy.h191 int32_t PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) override;
/base/telephony/call_manager/frameworks/native/include/
Dcall_manager_service_proxy.h218 int32_t PostDialProceed(int32_t callId, bool proceed) override;
Di_call_manager_service.h59 virtual int32_t PostDialProceed(int32_t callId, bool proceed) = 0;
Dcall_manager_proxy.h75 int32_t PostDialProceed(int32_t callId, bool proceed);
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_client.cpp330 int32_t CallManagerClient::PostDialProceed(int32_t callId, bool proceed) in PostDialProceed() function in OHOS::Telephony::CallManagerClient
333 return g_callManagerProxy->PostDialProceed(callId, proceed); in PostDialProceed()
Dcall_manager_proxy.cpp668 int32_t CallManagerProxy::PostDialProceed(int32_t callId, bool proceed) in PostDialProceed() function in OHOS::Telephony::CallManagerProxy
675 int32_t errCode = callManagerServicePtr_->PostDialProceed(callId, proceed); in PostDialProceed()
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_service.h253 int32_t PostDialProceed(int32_t callId, bool proceed) override;
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_service.h260 int32_t PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) override;
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp363 int CellularCallConnection::PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) in PostDialProceed() function in OHOS::Telephony::CellularCallConnection
369 int errCode = cellularCallInterfacePtr_->PostDialProceed(callInfo, proceed); in PostDialProceed()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp749 int32_t CellularCallService::PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) in PostDialProceed() function in OHOS::Telephony::CellularCallService
765 return imsControl->PostDialProceed(callInfo, proceed); in PostDialProceed()
772 return csControl->PostDialProceed(callInfo, proceed); in PostDialProceed()
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp477 int32_t CallManagerService::PostDialProceed(int32_t callId, bool proceed) in PostDialProceed() function in OHOS::Telephony::CallManagerService
488 return callControlManagerPtr_->PostDialProceed(callId, proceed); in PostDialProceed()
/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager.h103 static napi_value PostDialProceed(napi_env env, napi_callback_info info);
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp597 int32_t CSControl::PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) in PostDialProceed() function in OHOS::Telephony::CSControl

12