Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_config.cpp131 …uint32_t unitLen = (numEndIndex == (len - 1)) ? 1 : 2; // 1 2, means the length of the storage unit in SetMaxStorageSizeItem() local
132 char unitChr = value[len - unitLen]; in SetMaxStorageSizeItem()