Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
Dicc_file.h150 const uint8_t BYTE_NUM5 = 0x05; variable
/base/telephony/core_service/services/sim/src/
Dsim_file.cpp913 } else if (indicator == BYTE_NUM5) { in ProcessVoiceMailCphs()
1667 …c_cast<unsigned char>((efCphsMwi_[0] & BYTE_NUM7) | (voiceMailCount == 0 ? BYTE_NUM5 : BYTE_NUM4)); in SetVoiceMailCount()
1710 efCff_[0] = static_cast<unsigned char>((efCff_[0] & BYTE_NUM7) | BYTE_NUM5); in SetVoiceCallForwarding()