Searched refs:GetAlarmtoneType (Results 1 – 4 of 4) sorted by relevance
85 EXPORT int32_t GetAlarmtoneType() const;
213 int32_t RingtoneAsset::GetAlarmtoneType() const in GetAlarmtoneType() function in OHOS::Media::RingtoneAsset
210 auto assetType = g_ringtoneAsset->GetAlarmtoneType();
170 …<< "GetAlarmtoneType() = " << to_string(ringtoneAsset->GetAlarmtoneType()) << endl; in RingtoneQuery()