Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp344 constexpr const char *customUtdRegexRule = R"(^([A-Za-z]\w*)(\.\w+)+(\.[A-Za-z\d-]+)+)"; in IsUtd() local
345 if (std::regex_match(typeId, std::regex(customUtdRegexRule))) { in IsUtd()

Completed in 2 milliseconds