Home
last modified time | relevance | path

Searched refs:GetNotificationtoneType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/include/
H A Dringtone_asset.h73 EXPORT int32_t GetNotificationtoneType() const;
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_asset.cpp173 int32_t RingtoneAsset::GetNotificationtoneType() const in GetNotificationtoneType() function in OHOS::Media::RingtoneAsset
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_asset_test.cpp178 auto assetType = g_ringtoneAsset->GetNotificationtoneType();
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner/src/
H A Dringtone_test.cpp165 …tNotificationtoneType() = " << to_string(ringtoneAsset->GetNotificationtoneType()) << end… in RingtoneQuery()