Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.h35 bool CheckTypesFormat(CustomUtdCfgs &typeCfgs, const std::string &bundleName);
H A Dutd_cfgs_checker.cpp45 if (!CheckTypesFormat(typeCfgs, bundleName)) { in CheckTypeDescriptors()
46 LOG_ERROR(UDMF_CLIENT, "CheckTypesFormat not pass, bundleName: %{public}s.", bundleName.c_str()); in CheckTypeDescriptors()
56 bool UtdCfgsChecker::CheckTypesFormat(CustomUtdCfgs &typeCfgs, const std::string &bundleName) in CheckTypesFormat() function in OHOS::UDMF::UtdCfgsChecker

Completed in 1 milliseconds