Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp255 socperfGameBoostSwitch_ = InitFeatureSwitch(SUB_ITEM_KEY_NAME_SOCPERF_GAME_BOOST); in InitResTypes()
398 if (socperfGameBoostSwitch_ && focusAppType_ == APP_TYPE_GAME) { in HandleEventClick()
415 if (!socperfGameBoostSwitch_ || data == nullptr) { in HandleGameBoost()
481 if (socperfGameBoostSwitch_ && focusAppType_ == APP_TYPE_GAME) { in HandleEventSlide()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h51 bool socperfGameBoostSwitch_ = false; variable