Home
last modified time | relevance | path

Searched refs:GetGamePid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp558 HWTEST_F(ConcurrentTaskControllerTest, GetGamePid, TestSize.Level1)
562 int gamePid = TaskController::GetInstance().GetGamePid(testMsg);
565 gamePid = TaskController::GetInstance().GetGamePid(testMsg);
568 gamePid = TaskController::GetInstance().GetGamePid(testMsg);
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h90 int GetGamePid(const std::string &gameMsg) const;
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp769 int newGamePid = GetGamePid(gameMsg); in ModifyGameState()
789 int TaskController::GetGamePid(const std::string &gameMsg) const in GetGamePid() function in OHOS::ConcurrentTask::TaskController