Home
last modified time | relevance | path

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

/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp86 std::string strRequstType = ""; in ReportData() local
88 strRequstType = payload["type"].asString(); in ReportData()
93 if (strRequstType.length() == 0) { in ReportData()
97 int requstType = GetRequestType(strRequstType); in ReportData()
433 int TaskController::GetRequestType(std::string strRequstType)
435 auto iter = msgType_.find(strRequstType);
439 return msgType_[strRequstType];
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp216 std::string strRequstType = "test"; in HWTEST_F() local
217 int ret = TaskController::GetInstance().GetRequestType(strRequstType); in HWTEST_F()
220 ret = TaskController::GetInstance().GetRequestType(strRequstType); in HWTEST_F()
223 ret = TaskController::GetInstance().GetRequestType(strRequstType); in HWTEST_F()
/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h63 int GetRequestType(std::string strRequstType);

Completed in 4 milliseconds