Searched refs:NewAppStart (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 67 void NewAppStart(int uid, int pid, const std::string& bundleName, int appType);
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 239 fore.NewAppStart(uid, tid, "", -1); 254 fore.NewAppStart(uid, tid, "", -1);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 478 NewAppStart(uid, pid, bundleName, ParseAppType(payload)); in DealSystemRequest() 592 void TaskController::NewAppStart(int uid, int pid, const std::string& bundleName, int appType) in NewAppStart() function in OHOS::ConcurrentTask::TaskController
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 819 TaskController::GetInstance().NewAppStart(uid, pid, bundleName, -1); in FuzzTaskControllerNewAppStart()
|