Lines Matching defs:UtdCfgsChecker
15 #define LOG_TAG "UtdCfgsChecker"
28 UtdCfgsChecker::UtdCfgsChecker()
32 UtdCfgsChecker::~UtdCfgsChecker()
36 UtdCfgsChecker &UtdCfgsChecker::GetInstance()
38 static auto instance = new UtdCfgsChecker();
42 bool UtdCfgsChecker::CheckTypeDescriptors(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs,
56 bool UtdCfgsChecker::CheckTypesFormat(CustomUtdCfgs &typeCfgs, const std::string &bundleName)
102 bool UtdCfgsChecker::CheckTypesRelation(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs,
138 bool UtdCfgsChecker::CheckBelongingToTypes(const std::vector<TypeDescriptorCfg> &typeCfgs,
170 bool UtdCfgsChecker::CanConstructDAG(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs,