Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h67 void NewAppStart(int uid, int pid, const std::string& bundleName, int appType);
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp239 fore.NewAppStart(uid, tid, "", -1);
254 fore.NewAppStart(uid, tid, "", -1);
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp478 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 Dconcurrent_fuzzer.cpp819 TaskController::GetInstance().NewAppStart(uid, pid, bundleName, -1); in FuzzTaskControllerNewAppStart()