Home
last modified time | relevance | path

Searched refs:NotificationToneType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_setting_test/src/
H A Dringtone_setting_manager_test.cpp105 int32_t toneType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE);
106 int32_t sourceType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE_NOT);
110 toneType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE_MAX);
111 sourceType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE_MAX);
155 toneType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE);
156 sourceType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE_NOT);
190 toneType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE);
219 toneType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE);
354 toneType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE);
355 sourceType = static_cast<int32_t>(NotificationToneType::NOTIFICATION_TONE_TYPE);
/ohos5.0/foundation/multimedia/ringtone_library/interfaces/inner_api/native/
H A Dringtone_type.h69 enum NotificationToneType : int32_t { enum