Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp26 constexpr const int32_t MAX_UTD_SIZE = 50; variable
116 if (typeIds.size() > MAX_UTD_SIZE) { in CheckTypesRelation()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp27 static constexpr const int32_t MAX_UTD_SIZE = 50; variable
52 if (size == 0 || size > MAX_UTD_SIZE) { in CreateStrArrByVector()