Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_fetch_result.cpp74 RingtoneFetchResult<T>::RingtoneFetchResult(const shared_ptr<DataShare::DataShareResultSet> &result… in RingtoneFetchResult() function in OHOS::Media::RingtoneFetchResult
82 RingtoneFetchResult<T>::RingtoneFetchResult() : resultset_(nullptr) in RingtoneFetchResult() function in OHOS::Media::RingtoneFetchResult
87 RingtoneFetchResult<T>::~RingtoneFetchResult() in ~RingtoneFetchResult()
93 void RingtoneFetchResult<T>::Close() in Close()
102 int32_t RingtoneFetchResult<T>::GetCount() in GetCount()
151 unique_ptr<T> RingtoneFetchResult<T>::GetNextObject() in GetNextObject()
162 unique_ptr<T> RingtoneFetchResult<T>::GetLastObject() in GetLastObject()
173 bool RingtoneFetchResult<T>::IsAtLastRow() in IsAtLastRow()
309 unique_ptr<T> RingtoneFetchResult<T>::GetObject() in GetObject()
326 template class RingtoneFetchResult<RingtoneAsset>; variable
[all …]
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp44 shared_ptr<RingtoneFetchResult<RingtoneAsset>> g_fetchResult;
53 g_fetchResult = make_shared<RingtoneFetchResult<RingtoneAsset>>(dataShare); in SetUpTestCase()
79 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt…
94 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt…
132 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt…
146 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt…
188 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
236 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/include/
H A Dringtone_fetch_result.h38 class RingtoneFetchResult {
40 …EXPORT explicit RingtoneFetchResult(const std::shared_ptr<DataShare::DataShareResultSet> &resultse…
41 EXPORT RingtoneFetchResult();
42 EXPORT virtual ~RingtoneFetchResult();
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp524 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in SetRingtoneUri()
553 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in GetRingtoneUriByType()
796 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in SetSystemToneUri()
830 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in GetShotToneUriByType()
852 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in GetPresetShotToneUriByType()
874 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in GetNotificationToneUriByType()
896 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in GetPresetNotificationToneUri()
963 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in GetDefaultRingtoneAttrs()
998 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in GetRingtoneAttrList()
1041 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in GetDefaultSystemToneAttrs()
[all …]
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_data_manager.cpp167 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt… in DeleteFileFromResultSet()
397 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt… in GetRingtoneAssetFromId()
421 …shared_ptr<RingtoneFetchResult<VibrateAsset>> fetchResult = make_shared<RingtoneFetchResult<Vibrat… in GetVibrateAssetFromId()
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_data_manager_test.cpp186 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
207 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
228 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
249 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
269 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
394 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
426 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_test/src/
H A Dringtone_unittest.cpp477 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
497 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
517 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
536 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet));
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner/src/
H A Dringtone_read_test.cpp168 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in main()
H A Dringtone_test.cpp148 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in RingtoneQuery()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.cpp180 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in ChangeUri()
209 auto results = make_unique<RingtoneFetchResult<VibrateAsset>>(move(resultSet)); in ChangeHapticsUri()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp342 auto results = make_unique<RingtoneFetchResult<RingtoneAsset>>(move(resultSet)); in ChangeUri()
370 auto results = make_unique<RingtoneFetchResult<VibrateAsset>>(move(resultSet)); in ChangeHapticsUri()