Searched refs:postDial (Results 1 – 5 of 5) sorted by relevance
40 std::string &postDial) in ExtractAddressAndPostDial() argument60 postDial += c; in ExtractAddressAndPostDial()
45 …essAndPostDial(const std::string &phoneString, std::string &networkAddress, std::string &postDial);
310 std::shared_ptr<PostDialData> postDial = std::make_shared<PostDialData>(); in ProcessPostDialCallChar() local311 postDial->callId = GetIndex(); in ProcessPostDialCallChar()312 postDial->isIms = false; in ProcessPostDialCallChar()313 handle->SendEvent(EVENT_EXECUTE_POST_DIAL, postDial, PAUSE_DELAY_TIME); in ProcessPostDialCallChar()
399 std::shared_ptr<PostDialData> postDial = std::make_shared<PostDialData>(); in ProcessPostDialCallChar() local400 postDial->callId = GetIndex(); in ProcessPostDialCallChar()401 postDial->isIms = true; in ProcessPostDialCallChar()402 handle->SendEvent(EVENT_EXECUTE_POST_DIAL, postDial, PAUSE_DELAY_TIME); in ProcessPostDialCallChar()
504 std::shared_ptr<PostDialData> postDial = std::make_shared<PostDialData>(); in SendDtmfResponse() local505 postDial->callId = result->flag; in SendDtmfResponse()506 postDial->isIms = event->GetParam() == static_cast<int32_t>(CallType::TYPE_IMS); in SendDtmfResponse()507 this->SendEvent(EVENT_EXECUTE_POST_DIAL, postDial, DELAY_TIME); in SendDtmfResponse()