Searched defs:layoutFiles (Results 1 – 3 of 3) sorted by relevance
219 …std::vector<std::string> layoutFiles { "/data/updater/ui/imageview.json", "/data/updater/ui/boxpro… variable239 std::vector<std::string> layoutFiles { "/data/updater/ui/subpage.json" }; variable259 std::vector<std::string> layoutFiles { file }; variable
34 bool LoadLayout(const std::vector<std::string> &layoutFiles, std::vector<UxPageInfo> &vec) const in LoadLayout() argument125 bool LayoutParser::LoadLayout(const std::vector<std::string> &layoutFiles, std::vector<UxPageInfo> … in LoadLayout() argument
65 std::vector<std::string> layoutFiles {configPathItem}; in InitConfig() local