Home
last modified time | relevance | path

Searched refs:disconnectionReason_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h158 DisConnectionReason disconnectionReason_ = DisConnectionReason::REASON_NORMAL; variable
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1167 disconnectionReason_ = DisConnectionReason::REASON_GSM_AND_CALLING_ONLY; in HandleVoiceCallChanged()
1174 disconnectionReason_ = DisConnectionReason::REASON_NORMAL; in HandleVoiceCallChanged()
1178 … TELEPHONY_LOGI("Slot%{public}d: disconnectionReason_=%{public}d", slotId_, disconnectionReason_); in HandleVoiceCallChanged()
1553 return disconnectionReason_; in GetDisConnectionReason()