Home
last modified time | relevance | path

Searched defs:offsetStr (Results 1 – 7 of 7) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/
Dfile_fd_source_plugin.cpp166 std::string offsetStr = fdUriMatch[2].str(); // 2: sub match offset subscript in ParseUriInfo() local
/foundation/multimedia/player_framework/services/utils/
Duri_helper.cpp260 std::string_view offsetStr = uri.substr(delim1 + delim1Len, delim2 - delim1 - delim1Len); in ParseFdUri() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_sql_builder.cpp106 …std::string offsetStr = (offset == AbsPredicates::INIT_OFFSET_VALUE) ? "" : std::to_string(offset); in BuildSqlStringFromPredicates() local
123 std::string offsetStr = in BuildSqlStringFromPredicates() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
Dfile_fd_source_plugin.cpp353 std::string offsetStr = fdUriMatch[2].str(); // 2: sub match offset subscript in ParseUriInfo() local
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
Dmetadata_extractor.cpp128 static int32_t offsetTimeToSeconds(const string& offsetStr, int32_t& offsetTime) in offsetTimeToSeconds()
/foundation/arkui/ace_engine/test/unittest/base/
Dbase_utils_test.cpp1603 const std::string offsetStr = "Start offset test string"; variable
/foundation/multimedia/player_framework/services/services/player/server/
Dplayer_server.cpp1137 … std::string offsetStr = uri.substr(pos2 + strlen("offset="), pos3 - pos2 - strlen("offset=")); in SetMediaSource() local