Searched refs:focusTypeTable (Results 1 – 1 of 1) sorted by relevance
2337 static const std::map<std::string, int32_t> focusTypeTable = { in ConvertStringToFocusType() local2342 if (focusTypeTable.find(str) == focusTypeTable.end()) { in ConvertStringToFocusType()2345 return focusTypeTable.at(str); in ConvertStringToFocusType()