Searched defs:ConfigInfo (Results 1 – 4 of 4) sorted by relevance
25 struct ConfigInfo { struct26 ConfigInfo(const std::string& path) : path(path) {}; in ConfigInfo() argument35 std::shared_ptr<ConfigInfo> GetConfigInfoByType(const std::string& type); argument
23 struct ConfigInfo { struct24 std::string businessDomain;25 uint32_t abInstallTimeout = 1800; // 1800s26 std::string moduleLibPath;
49 struct ConfigInfo { struct
56 struct ConfigInfo { struct