Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h88 bool UpdateUidToAppTypeMap(const std::shared_ptr<ResData>& data);
89 bool UpdateUidToAppTypeMap(const std::shared_ptr<ResData>& data, const int32_t appType);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp324 UpdateUidToAppTypeMap(data, appType); in HandleAppAbilityStart()
331 bool SocPerfPlugin::UpdateUidToAppTypeMap(const std::shared_ptr<ResData>& data, int32_t appType) in UpdateUidToAppTypeMap() function in OHOS::ResourceSchedule::SocPerfPlugin
622 UpdateUidToAppTypeMap(data); in HandleAppStateChange()
628 bool SocPerfPlugin::UpdateUidToAppTypeMap(const std::shared_ptr<ResData>& data) in UpdateUidToAppTypeMap() function in OHOS::ResourceSchedule::SocPerfPlugin