Searched refs:staticsApps_ (Results 1 – 2 of 2) sorted by relevance
93 staticsApps_.clear(); in Initialize()95 staticsApps_.push_back(std::move(store.bundleName)); in Initialize()110 newMeta.staticsInfo = staticsApps_; in Initialize()263 for (size_t i = 0; i < staticsApps_.size(); i++) { in ConvertStatics()264 if (staticsApps_[i] == app) { in ConvertStatics()297 meta.staticsInfo = staticsApps_; in GetMatrixMetaData()508 meta.staticsInfo = staticsApps_; in UpdateConsistentMeta()545 for (size_t i = 0; i < staticsApps_.size(); i++) { in GetCode()546 if (staticsApps_[i] == metaData.appId) { in GetCode()690 meta.staticsInfo = staticsApps_; in UpdateLevel()[all …]
160 std::vector<std::string> staticsApps_; variable