Home
last modified time | relevance | path

Searched refs:TONE_CATEGORY_ALARM (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.h35 constexpr int32_t TONE_CATEGORY_ALARM = 8; variable
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Djs-apis-systemSoundManager-sys.md27 | TONE_CATEGORY_ALARM<sup>12+</sup> | 8 | 闹钟铃声类别。 |
278 let categoryValue = systemSoundManager.TONE_CATEGORY_ALARM; // 需更改为实际所需类型常量
1614 let categoryValue = systemSoundManager.TONE_CATEGORY_ALARM;
1678 let categoryValue = systemSoundManager.TONE_CATEGORY_ALARM;
/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.cpp1202 sourceTypeMap_[ringtoneAsset->GetSourceType()], TONE_CATEGORY_ALARM); in GetDefaultAlarmToneAttrs()
1233 sourceTypeMap_[ringtoneAsset->GetSourceType()], TONE_CATEGORY_ALARM); in GetAlarmToneAttrList()
1361 case TONE_CATEGORY_ALARM: 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.cpp960 toneAttrs_->SetCategory(TONE_CATEGORY_ALARM);
1573 toneAttrs->SetCategory(TONE_CATEGORY_ALARM);
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Djs-apis-systemSoundManager-sys.md27 | TONE_CATEGORY_ALARM<sup>12+</sup> | 8 | Alarm alert tone.|
278 let categoryValue = systemSoundManager.TONE_CATEGORY_ALARM; // Change the value to the required con…
1620 let categoryValue = systemSoundManager.TONE_CATEGORY_ALARM;
1684 let categoryValue = systemSoundManager.TONE_CATEGORY_ALARM;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi.cpp257 napi_create_int32(env, TONE_CATEGORY_ALARM, &toneCategoryAlarm); in CreateToneCategoryAlarmObject()