Home
last modified time | relevance | path

Searched refs:appTypeCache_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp364 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()
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h122 std::unordered_map<std::string, int> appTypeCache_; variable