Searched refs:TONE_CATEGORY_ALARM (Results 1 – 7 of 7) sorted by relevance
35 constexpr int32_t TONE_CATEGORY_ALARM = 8; variable
27 | 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;
315 … toneAttrsCategory == TONE_CATEGORY_NOTIFICATION || toneAttrsCategory == TONE_CATEGORY_ALARM) { in SetCategory()
1202 sourceTypeMap_[ringtoneAsset->GetSourceType()], TONE_CATEGORY_ALARM); in GetDefaultAlarmToneAttrs()1233 sourceTypeMap_[ringtoneAsset->GetSourceType()], TONE_CATEGORY_ALARM); in GetAlarmToneAttrList()1361 case TONE_CATEGORY_ALARM: in AddCustomizedTone()
960 toneAttrs_->SetCategory(TONE_CATEGORY_ALARM);1573 toneAttrs->SetCategory(TONE_CATEGORY_ALARM);
27 | 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;
257 napi_create_int32(env, TONE_CATEGORY_ALARM, &toneCategoryAlarm); in CreateToneCategoryAlarmObject()