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 D | fms_form_sys_event_receiver_test.cpp | 229 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 D | unittest_utils.h | 22 #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 D | my_xnode.cpp | 132 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 D | my_xcomponent.cpp | 267 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 D | drawing_demo.cpp | 202 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 D | drawing_demo.h | 60 int GetPerformanceParam(std::shared_ptr<TestBase>& testCase);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | concurrent_map_test.cpp | 28 std::string testCase; member 118 ASSERT_EQ(it.second.testCase, value.testCase); 126 ASSERT_EQ(it.second.testCase, value.testCase);
|
H A D | lru_bucket_test.cpp | 29 std::string testCase; member 287 ASSERT_TRUE(value.testCase == "update");
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/ |
H A D | auth_session_test2.cpp | 218 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 D | select_overlay_test_ng.cpp | 1928 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 …]
|