Home
last modified time | relevance | path

Searched refs:TYPE_ID_REGEX (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp24 constexpr const char *TYPE_ID_REGEX = "[a-zA-Z0-9/.-]+$"; member
59 if (!std::regex_match(declarationType.typeId, std::regex(bundleName + TYPE_ID_REGEX))) { in CheckTypesFormat()
66 if (!std::regex_match(referenceTypes.typeId, std::regex(TYPE_ID_REGEX))) { in CheckTypesFormat()

Completed in 1 milliseconds