Searched refs:appTypeCache_ (Results 1 – 2 of 2) sorted by relevance
364 appTypeCache_.clear(); in Release()610 appTypeCache_[bundleName] = appType; in NewAppStart()1011 if (appTypeCache_.find(bundleName) != appTypeCache_.end()) { in IsVideoApp()1012 return appTypeCache_[bundleName] == APP_TYPE_VIDEO || in IsVideoApp()1013 appTypeCache_[bundleName]== APP_TYPE_VIDEO_CLIP; in IsVideoApp()
122 std::unordered_map<std::string, int> appTypeCache_; variable