Home
last modified time | relevance | path

Searched refs:EVENT_EXECUTE_POST_DIAL (Results 1 – 4 of 4) sorted by relevance

/base/telephony/cellular_call/services/common/include/
Dcellular_call_data_struct.h331 EVENT_EXECUTE_POST_DIAL = 600, enumerator
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_cs.cpp313 handle->SendEvent(EVENT_EXECUTE_POST_DIAL, postDial, PAUSE_DELAY_TIME); in ProcessPostDialCallChar()
Dcellular_call_connection_ims.cpp402 handle->SendEvent(EVENT_EXECUTE_POST_DIAL, postDial, PAUSE_DELAY_TIME); in ProcessPostDialCallChar()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_handler.cpp73 requestFuncMap_[DtmfHandlerId::EVENT_EXECUTE_POST_DIAL] = &CellularCallHandler::ExecutePostDial; in InitBasicFuncMap()
507 this->SendEvent(EVENT_EXECUTE_POST_DIAL, postDial, DELAY_TIME); in SendDtmfResponse()