Searched refs:IsValidLine (Results 1 - 2 of 2) sorted by relevance
/foundation/distributedhardware/distributed_input/common/include/ | ||
H A D | white_list_util.h | 73 bool IsValidLine(const std::string &line) const; |
H A D | white_list_util.cpp | 98 if ((++lineNum > MAX_LINE_NUM) || !IsValidLine(line)) { in Init() 130 bool WhiteListUtil::IsValidLine(const std::string &line) const in IsValidLine() function in OHOS::DistributedHardware::DistributedInput::WhiteListUtil |
Completed in 1 milliseconds