Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dplmn_file.h41 static const uint32_t OFFSET_ALL = 8; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dplmn_file.cpp25 this->rat_ = (aValue << OFFSET_ALL) | bValue; in PlmnFile()