Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.h60 const int MAX_RES_VEC_LEN = 100; variable
H A Dnfc_notification.cpp87 if (resJson == nullptr || cJSON_GetArraySize(resJson) > MAX_RES_VEC_LEN) { in UpdateResourceMap()