Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp266 size_t compSize = static_cast<size_t>(cJSON_GetArraySize(components)); in GetCompPathAndVersion() local
267 if (compSize == 0 || compSize > MAX_COMP_SIZE) { in GetCompPathAndVersion()