Home
last modified time | relevance | path

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

/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp554 * @tc.name: GetGamePid
555 * @tc.desc: Test whether the GetGamePid interface are normal.
558 HWTEST_F(ConcurrentTaskControllerTest, GetGamePid, TestSize.Level1) in HWTEST_F()
562 int gamePid = TaskController::GetInstance().GetGamePid(testMsg); in HWTEST_F()
565 gamePid = TaskController::GetInstance().GetGamePid(testMsg); in HWTEST_F()
568 gamePid = TaskController::GetInstance().GetGamePid(testMsg); in HWTEST_F()
/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h88 int GetGamePid(const std::string &gameMsg) const;
/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp751 int newGamePid = GetGamePid(gameMsg); in ModifyGameState()
771 int TaskController::GetGamePid(const std::string &gameMsg) const in GetGamePid() function in OHOS::ConcurrentTask::TaskController

Completed in 4 milliseconds