Home
last modified time | relevance | path

Searched refs:GetSchedPolicyShortenedName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/unittest/
H A Dprocess_group_sub_test.cpp155 const char* policyName = GetSchedPolicyShortenedName(SP_DEFAULT);
168 const char* policyName = GetSchedPolicyShortenedName(SP_FOREGROUND);
181 const char* policyName = GetSchedPolicyShortenedName(SP_BACKGROUND);
H A Dprocess_group_test.cpp90 const char* policyStr = GetSchedPolicyShortenedName(policy); in GetSchedPolicyShortenedNameTest()
103 const char* policyStr = GetSchedPolicyShortenedName(policy); in GetSchedPolicyFullNameTest()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/include/
H A Dsched_policy.h95 const char* GetSchedPolicyShortenedName(SchedPolicy policy);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dsched_policy.cpp62 const char* GetSchedPolicyShortenedName(SchedPolicy policy) in GetSchedPolicyShortenedName() function