Home
last modified time | relevance | path

Searched refs:testCase (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp229 testCase->SetSerialQueue(nullptr);
263 testCase->SetSerialQueue(nullptr);
300 testCase->SetSerialQueue(nullptr);
331 testCase->SetSerialQueue(nullptr);
589 EXPECT_TRUE(testCase != nullptr);
615 EXPECT_TRUE(testCase != nullptr);
637 EXPECT_TRUE(testCase != nullptr);
661 EXPECT_TRUE(testCase != nullptr);
729 ASSERT_NE(nullptr, testCase);
744 ASSERT_NE(nullptr, testCase);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/common/include/
H A Dunittest_utils.h22 #define AVCODEC_GTEST_RUN_TASK(testSuit, testCase) … argument
25 …_test.runTask(_test.m_threadNum, TC_##testSuit##_##testCase, #testSuit, #testCase); …
28 #define AVCODEC_MTEST_P(testSuit, testCase, level, tnum) … argument
29 …void TC_##testSuit##_##testCase(); …
30 …HWTEST_P(testSuit, testCase, level) …
33 …AVCODEC_GTEST_RUN_TASK(testSuit, testCase); …
35 void TC_##testSuit##_##testCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xnode.cpp132 if (testCase == nullptr) { in NapiGetPixelMapWidth()
137 auto width = testCase->GetBitmapWidth(); in NapiGetPixelMapWidth()
165 if (testCase == nullptr) { in NapiGetPixelMapHeight()
170 auto height = testCase->GetBitmapHeight(); in NapiGetPixelMapHeight()
180 if (testCase == nullptr) { in TestFunction()
185 testCase->ClipCanvasToDrawSize(canvas); in TestFunction()
186 testCase->TestFunctionGpu(canvas); in TestFunction()
193 if (testCase == nullptr) { in TestPerformance()
198 testCase->SetTestCount(testCount); in TestPerformance()
199 testCase->TestPerformanceGpu(canvas); in TestPerformance()
[all …]
H A Dmy_xcomponent.cpp267 if (testCase == nullptr) { in TestPerformanceCpu()
274 usedTime_ = testCase->GetTime(); in TestPerformanceCpu()
281 if (testCase == nullptr) { in TestPerformanceGpu()
288 usedTime_ = testCase->GetTime(); in TestPerformanceGpu()
295 if (testCase == nullptr) { in TestFunctionCpu()
300 testCase->SetFileName(caseName); in TestFunctionCpu()
301 testCase->TestFunctionCpu(env); in TestFunctionCpu()
318 if (testCase == nullptr) { in TestStabilityCpuInner()
340 if (testCase == nullptr) { in TestFunctionGpu()
345 testCase->SetFileName(caseName); in TestFunctionGpu()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.cpp202 auto testCase = iter.second(); in TestFunction() local
203 if (testCase == nullptr) { in TestFunction()
212 testCase->SetFileName(iter.first); in TestFunction()
213 testCase->TestFunctionCpu(); in TestFunction()
251 testCase = iter->second(); in GetPerformanceParam()
252 if (testCase == nullptr) { in GetPerformanceParam()
270 int ret = GetPerformanceParam(testCase); in TestPerformance()
271 if (ret != RET_OK || testCase == nullptr) { in TestPerformance()
292 testCase->SetTestCount(testCount_); in TestPerformance()
295 testCase->TestPerformanceCpu(); in TestPerformance()
[all …]
H A Ddrawing_demo.h60 int GetPerformanceParam(std::shared_ptr<TestBase>& testCase);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dconcurrent_map_test.cpp28 std::string testCase; member
118 ASSERT_EQ(it.second.testCase, value.testCase);
126 ASSERT_EQ(it.second.testCase, value.testCase);
H A Dlru_bucket_test.cpp29 std::string testCase; member
287 ASSERT_TRUE(value.testCase == "update");
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H A Dauth_session_test2.cpp218 static void ServerWait(int32_t waitTime, int32_t testCase);
289 void AuthSessionTest::ServerWait(int32_t waitTime, int32_t testCase) in ServerWait() argument
297 if (testCase == 3 && sessionSet_.empty()) { in ServerWait()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp1928 OffsetF testCase(4, 5); variable
1929 infoMenu.menuOffset = testCase;
1931 EXPECT_EQ(pattern->info_->menuInfo.menuOffset, testCase);
2979 OffsetF testCase(4, 5); variable
2980 infoMenu.menuOffset = testCase;
2984 EXPECT_EQ(pattern->info_->menuInfo.menuOffset, testCase);
3077 OffsetF testCase(4, 5); variable
3078 infoMenu.menuOffset = testCase;
3174 OffsetF testCase(0, 0); variable
3175 infoMenu.menuOffset = testCase;
[all …]