Home
last modified time | relevance | path

Searched refs:TelCallStatus (Results 1 – 3 of 3) sorted by relevance

/base/telephony/cellular_data/services/include/common/
Dcellular_data_constant.h107 enum TelCallStatus { enum
/base/telephony/cellular_data/services/include/
Dcellular_data_handler.h117 int32_t lastCallState_ = (int32_t)TelCallStatus::CALL_STATUS_IDLE;
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp821 …if (state != TelCallStatus::CALL_STATUS_IDLE && state != TelCallStatus::CALL_STATUS_DISCONNECTED) { in HandleVoiceCallChanged()
1108 bool inCall = (lastCallState_ != TelCallStatus::CALL_STATUS_IDLE && in IsRestrictedMode()
1109 lastCallState_ != TelCallStatus::CALL_STATUS_DISCONNECTED); in IsRestrictedMode()