/foundation/resourceschedule/ffrt/test/ut/ |
H A D | qos_interface_test.cpp | 79 unsigned int uaFlag = 0x1fff; in HWTEST_F() local 82 EXPECT_EQ(0, FFRTAuthEnable(uid, uaFlag, status)); in HWTEST_F() 120 unsigned int uaFlag = 0x1fff; in HWTEST_F() local 122 FFRTAuthEnable(uid, uaFlag, status); in HWTEST_F() 135 unsigned int uaFlag = 0x1fff; in HWTEST_F() local 138 FFRTAuthEnable(uid, uaFlag, status); in HWTEST_F() 139 EXPECT_EQ(0, FFRTAuthGet(uid, &uaFlag, &status)); in HWTEST_F()
|
/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | qos_interface_test.cpp | 84 unsigned int uaFlag = AF_RTG_ALL; in HWTEST_F() local 86 int ret = AuthEnable(pid, uaFlag, status); in HWTEST_F() 115 unsigned int uaFlag = AF_RTG_ALL; in HWTEST_F() local 117 AuthEnable(pid, uaFlag, status); in HWTEST_F() 120 AuthEnable(pid, uaFlag, status); in HWTEST_F() 131 unsigned int uaFlag = AF_RTG_ALL; in HWTEST_F() local 133 AuthEnable(pid, uaFlag, status); in HWTEST_F() 136 AuthEnable(pid, uaFlag, status); in HWTEST_F() 165 unsigned int *uaFlag = &uaFlag1; in HWTEST_F() local
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_cgroup_qos.cpp | 186 unsigned int uaFlag = 0x1fff; in HWTEST_F() local 188 FFRTAuthEnable(uid, uaFlag, status); in HWTEST_F() 209 unsigned int uaFlag = 0x1fff; in HWTEST_F() local 211 FFRTAuthEnable(uid, uaFlag, status); in HWTEST_F() 218 unsigned int uaFlag = 0x1fff; in HWTEST_F() local 221 FFRTAuthEnable(uid, uaFlag, status); in HWTEST_F() 222 FFRTAuthGet(uid, &uaFlag, &status); in HWTEST_F()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | qos_interface.h | 192 int FFRTAuthEnable(unsigned int uid, unsigned int uaFlag, unsigned int status); 195 int FFRTAuthGet(unsigned int uid, unsigned int *uaFlag, unsigned int *status);
|
H A D | qos_interface.cpp | 94 int FFRTAuthEnable(unsigned int uid, unsigned int uaFlag, unsigned int status) in FFRTAuthEnable() argument 106 data.rtgUaFlag = uaFlag; in FFRTAuthEnable() 191 int FFRTAuthGet(unsigned int uid, unsigned int *uaFlag, unsigned int *status) in FFRTAuthGet() argument 211 *uaFlag = data.rtgUaFlag; in FFRTAuthGet()
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | qos_interface.cpp | 85 int AuthEnable(unsigned int pid, unsigned int uaFlag, unsigned int status) in AuthEnable() argument 97 data.rtgUaFlag = uaFlag; in AuthEnable()
|
H A D | concurrent_task_controller.cpp | 520 unsigned int uaFlag = AF_RTG_APP; in NewForeground() local 522 int ret = AuthEnable(pidParam, uaFlag, status); in NewForeground() 593 unsigned int uaFlag = AF_RTG_APP; in NewAppStart() local 596 int ret = AuthEnable(pidParam, uaFlag, status); in NewAppStart() 636 unsigned int uaFlag = AF_RTG_ALL; in AuthSystemProcess() local 638 int ret = AuthEnable(pid, uaFlag, status); in AuthSystemProcess()
|
/foundation/resourceschedule/qos_manager/services/include/ |
H A D | qos_interface.h | 181 int AuthEnable(unsigned int pid, unsigned int uaFlag, unsigned int status);
|
/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 293 unsigned int uaFlag = GetData<unsigned int>(); in FuzzQosInterfaceAuthEnable() local 295 AuthEnable(pid, uaFlag, status); in FuzzQosInterfaceAuthEnable()
|