Home
last modified time | relevance | path

Searched refs:TONE_CATEGORY_NOTIFICATION (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h34 constexpr int32_t TONE_CATEGORY_NOTIFICATION = 4; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_attrs/
H A Dtone_attrs_napi.cpp315 … toneAttrsCategory == TONE_CATEGORY_NOTIFICATION || toneAttrsCategory == TONE_CATEGORY_ALARM) { in SetCategory()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp1032 TONE_CATEGORY_NOTIFICATION : TONE_CATEGORY_TEXT_MESSAGE; in GetDefaultSystemToneAttrs()
1071 TONE_CATEGORY_NOTIFICATION : TONE_CATEGORY_TEXT_MESSAGE; in GetSystemToneAttrList()
1357 case TONE_CATEGORY_NOTIFICATION: in AddCustomizedTone()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp956 toneAttrs_->SetCategory(TONE_CATEGORY_NOTIFICATION);
1571 toneAttrs->SetCategory(TONE_CATEGORY_NOTIFICATION);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Djs-apis-systemSoundManager-sys.md26 | TONE_CATEGORY_NOTIFICATION<sup>12+</sup> | 4 | 通知铃声类别。 |
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi.cpp250 napi_create_int32(env, TONE_CATEGORY_NOTIFICATION, &toneCategoryNotification); in CreateToneCategoryNotificationObject()
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Djs-apis-systemSoundManager-sys.md26 | TONE_CATEGORY_NOTIFICATION<sup>12+</sup> | 4 | Notification alert tone.|