Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dconstants.h32 constexpr uint32_t MAX_COMP_SIZE = 128; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp267 if (compSize == 0 || compSize > MAX_COMP_SIZE) { in GetCompPathAndVersion()