Searched defs:offsetStr (Results 1 – 4 of 4) sorted by relevance
130 …std::string offsetStr = (offset == AbsPredicates::INIT_OFFSET_VALUE) ? "" : std::to_string(offset); in BuildSqlStringFromPredicates() local147 std::string offsetStr = in BuildSqlStringFromPredicates() local165 …std::string offsetStr = (offset == AbsPredicates::INIT_OFFSET_VALUE) ? "" : std::to_string(offset); in BuildSqlStringFromPredicatesNoWhere() local
243 std::string_view offsetStr = uri.substr(delim1 + delim1Len, delim2 - delim1 - delim1Len); in ParseFdUri() local
129 static int32_t offsetTimeToSeconds(const string& offsetStr, int32_t& offsetTime) in offsetTimeToSeconds()
1123 … std::string offsetStr = uri.substr(pos2 + strlen("offset="), pos3 - pos2 - strlen("offset=")); in SetMediaSource() local