Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp91 constexpr int32_t MAX_SOUND_ITEM_LENGTH = 2048; variable
2161 if (length > MAX_SOUND_ITEM_LENGTH) { in CheckSoundPermission()