Home
last modified time | relevance | path

Searched refs:BYTE_NUM (Results 1 – 7 of 7) sorted by relevance

/base/telephony/core_service/services/sim/include/
Dusim_function_handle.h33 const int BYTE_NUM = 8; variable
Druim_file.h69 const uint8_t BYTE_NUM = 0xFF; variable
Dicc_file_controller.h89 const uint8_t BYTE_NUM = 0xff; variable
Dicc_file.h133 const uint8_t BYTE_NUM = 0xff; variable
/base/telephony/core_service/services/sim/src/
Druim_file.cpp312 if ((spnData[numBytes] & BYTE_NUM) == BYTE_NUM) { in ProcessGetSpnDone()
Dsim_file.cpp291 displayConditionOfSpn_ = (BYTE_NUM & value); in ProcessSpnGeneral()
690 int index = (dataByte != nullptr) ? (dataByte.get()[0] & BYTE_NUM) : 0; in ProcessGetMbiDone()
691 if (index != 0 && index != BYTE_NUM) { in ProcessGetMbiDone()
801 if ((value & BYTE_NUM) == BYTE_NUM) { in ProcessGetMwisDone()
1497 if ((indexOfMailbox_) && (indexOfMailbox_ != BYTE_NUM)) { in UpdateVoiceMail()
Dicc_file_controller.cpp594 fileSize = data[LENGTH_OF_RECORD] & BYTE_NUM; in GetFileAndDataSize()
595 … dataSize = ((data[SIZE_ONE_OF_FILE] & BYTE_NUM) << OFFSET) + (data[SIZE_TWO_OF_FILE] & BYTE_NUM); in GetFileAndDataSize()