Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp41 constexpr int32_t NOTIFY_MAX_NUM = 32; variable
576 if (context->notifyMap_[notifyType].size() >= NOTIFY_MAX_NUM) { in SendListNotify()