Searched refs:GetValByIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/ |
H A D | ringtone_fetch_result_test.cpp | 113 auto ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); 117 ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); 121 ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); 125 ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); 129 ret = g_fetchResult->GetValByIndex(index, dataType, resultSet); 134 fetchResult->GetValByIndex(index, dataType, nativeRdbResultSet);
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/src/ |
H A D | ringtone_fetch_result.cpp | 213 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()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | fetch_result.cpp | 322 return GetValByIndex(index, dataType, resultSet); in GetRowValFromColumn() 326 variant<int32_t, int64_t, string, double> FetchResult<T>::GetValByIndex(int32_t index, ResultSetDat… 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()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/include/ |
H A D | ringtone_fetch_result.h | 61 …std::variant<int32_t, int64_t, std::string, double> GetValByIndex(int32_t index, RingtoneResultSet…
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | fetch_result.h | 75 …std::variant<int32_t, int64_t, std::string, double> GetValByIndex(int32_t index, ResultSetDataType…
|