Home
last modified time | relevance | path

Searched refs:GetValByIndex (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp113 auto ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); in HWTEST_F()
117 ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); in HWTEST_F()
121 ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); in HWTEST_F()
125 ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); in HWTEST_F()
129 ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); in HWTEST_F()
134 fetchResult->GetValByIndex(index, dataType, nativeRdbResultSet); in HWTEST_F()
/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_fetch_result.cpp213 return GetValByIndex(index, dataType, resultSet); in GetRowValFromColumn()
217 variant<int32_t, int64_t, string, double> RingtoneFetchResult<T>::GetValByIndex(int32_t index, in GetValByIndex() function in OHOS::Media::RingtoneFetchResult
289 map.emplace(move(name), move(GetValByIndex(index, memberType, resultSet))); in SetRingtoneAsset()
/foundation/multimedia/ringtone_library/interfaces/inner_api/native/
H A Dringtone_fetch_result.h61 std::variant<int32_t, int64_t, std::string, double> GetValByIndex(int32_t index, RingtoneResultSetDataType dataType,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp322 return GetValByIndex(index, dataType, resultSet); in GetRowValFromColumn()
326 variant<int32_t, int64_t, string, double> FetchResult<T>::GetValByIndex(int32_t index, ResultSetDataType dataType, in GetValByIndex() function in OHOS::Media::FetchResult
438 get<string>(GetValByIndex(index, memberType, resultSet)))); in SetFileAsset()
440 map.emplace(move(name), move(GetValByIndex(index, memberType, resultSet))); in SetFileAsset()
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfetch_result.h75 std::variant<int32_t, int64_t, std::string, double> GetValByIndex(int32_t index, ResultSetDataType dataType,

Completed in 3 milliseconds