Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DFixLocationParser.cpp37 std::vector<std::string> locationStrRecords; in getLocationFromInputStr() local
38 ParseUtils::splitStr(locationStr, LINE_SEPARATOR, locationStrRecords); in getLocationFromInputStr()
39 if (locationStrRecords.empty()) { in getLocationFromInputStr()
44 ParseUtils::splitStr(locationStrRecords[0], COMMA_SEPARATOR, locationValues); in getLocationFromInputStr()