Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file.h168 const uint8_t BYTE_NUM4 = 0x0A; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp1028 if (indicator == BYTE_NUM4) { in ProcessVoiceMailCphs()
1141 … callForwardingStatus = ((efCff_[0] & BYTE_NUM3) == BYTE_NUM4) ? CALL_FORWARDING_STATUS_ENABLED in ProcessGetCffDone()
2008 …c_cast<unsigned char>((efCphsMwi_[0] & BYTE_NUM7) | (voiceMailCount == 0 ? BYTE_NUM5 : BYTE_NUM4)); in SetVoiceMailCount()
2049 efCff_[0] = static_cast<unsigned char>((efCff_[0] & BYTE_NUM7) | BYTE_NUM4); in SetVoiceCallForwarding()