Home
last modified time | relevance | path

Searched refs:taskNum (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lifecycle_test2.cpp109 int32_t taskNum = 0; in GetTaskCount() local
111 taskNum += std::stoi(matches.str()); in GetTaskCount()
114 return taskNum; in GetTaskCount()
H A Dsession_lifecycle_test.cpp124 int32_t taskNum = 0; in GetTaskCount() local
126 taskNum += std::stoi(matches.str()); in GetTaskCount()
129 return taskNum; in GetTaskCount()
H A Dscene_session_manager_lifecycle_test.cpp108 int32_t taskNum = 0; in GetTaskCount() local
110 taskNum += std::stoi(matches.str()); in GetTaskCount()
113 return taskNum; in GetTaskCount()
H A Dscene_session_manager_test2.cpp144 int32_t taskNum = 0; in GetTaskCount() local
146 taskNum += std::stoi(matches.str()); in GetTaskCount()
149 return taskNum; in GetTaskCount()
H A Dsession_test.cpp131 int32_t taskNum = 0; in GetTaskCount() local
133 taskNum += std::stoi(matches.str()); in GetTaskCount()
136 return taskNum; in GetTaskCount()
H A Dsession_test2.cpp133 int32_t taskNum = 0; in GetTaskCount() local
135 taskNum += std::stoi(matches.str()); in GetTaskCount()
138 return taskNum; in GetTaskCount()
H A Dsession_test3.cpp108 int32_t taskNum = 0; in GetTaskCount() local
110 taskNum += std::stoi(matches.str()); in GetTaskCount()
113 return taskNum; in GetTaskCount()
H A Dscene_session_manager_test.cpp110 int32_t taskNum = 0; in GetTaskCount() local
112 taskNum += std::stoi(matches.str()); in GetTaskCount()
115 return taskNum; in GetTaskCount()
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_pattern_test.cpp266 uint32_t taskNum = taskExecutor->GetTotalTaskNum(TaskExecutor::TaskType::UI); in HWTEST_F() local
267 EXPECT_EQ(taskNum, 0); in HWTEST_F()
274 EXPECT_EQ(taskNum, taskNum1); in HWTEST_F()
285 EXPECT_EQ(taskNum, taskNum1); in HWTEST_F()

Completed in 20 milliseconds