Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp32 const char * const SPLIT_COMMA = ","; variable
136 if (std::count(line.begin(), line.end(), SPLIT_COMMA[0]) > MAX_SPLIT_COMMA_NUM) { in IsValidLine()
195 std::size_t pos1 = line.find(SPLIT_COMMA); in SplitCombinationKey()
199 pos1 = line.find(SPLIT_COMMA); in SplitCombinationKey()