Searched refs:call_status (Results 1 – 2 of 2) sorted by relevance
269 if ((TelCallState)nowInfo->call_status == TelCallState::CALL_STATUS_DIALING) { in UpdateNumberLocation()313 if ((TelCallState)nowInfo->call_status == TelCallState::CALL_STATUS_DIALING) { in UpdateContactInfo()428 fun("callStatus", std::to_string(nowInfo->call_status)); in GetSendString()477 info->call_status = (int32_t)callState; in CallStateUpdated()605 TELEPHONY_LOGI("callId %{public}d, state %{public}d.", id.first, id.second->call_status); in CheckTelCallState()606 if ((TelCallState)id.second->call_status == state) { in CheckTelCallState()
41 int32_t call_status = -1; member