Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DFixLocationParser.cpp28 const std::string& locationStr) { in getLocationFromInputStr() argument
34 if (locationStr.empty()) { in getLocationFromInputStr()
38 ParseUtils::splitStr(locationStr, LINE_SEPARATOR, locationStrRecords); in getLocationFromInputStr()