Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Dbase_state.h37 const uint32_t THREE_BYTES_LEN = 24; variable
53 uint32_t res = (curState_ << THREE_BYTES_LEN) + (curPhase_ << TWO_BYTES_LEN) + in GetHashValue()