Searched refs:res1 (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | event_loop_test.cpp | 474 auto res1 = currentLooper_->AddEvent(eventhandler, pipelineEvent, nullptr); in HWTEST_F() local 476 EXPECT_NE(0, res1); in HWTEST_F() 484 res1 = currentLooper_->AddTimerEvent(eventhandler, pipelineEvent, nullptr, 1, false); in HWTEST_F() 486 EXPECT_NE(0, res1); in HWTEST_F() 490 res1 = currentLooper_->AddEvent(eventhandler, pipelineEvent, nullptr); in HWTEST_F() 491 EXPECT_EQ(0, res1); in HWTEST_F() 494 res1 = currentLooper_->AddTimerEvent(eventhandler, pipelineEvent, nullptr, 2, false); in HWTEST_F() 496 EXPECT_EQ(0, res1); in HWTEST_F() 503 res1 = currentLooper_->AddEvent(eventhandler, pipelineEvent, nullptr); in HWTEST_F() 505 EXPECT_NE(0, res1); in HWTEST_F() [all...] |
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch6_test.cpp | 627 int32_t res1 = proxy->UnInit(); in HWTEST_F() local 641 EXPECT_NE(res1, TELEPHONY_SUCCESS); in HWTEST_F()
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_test.cpp | 1274 bool res1 = false; in HWTEST_F() local 1275 CellularDataTest::GetIntelligenceSwitchStateTest(res1); in HWTEST_F() 1276 ASSERT_TRUE(res1 == true); in HWTEST_F()
|
/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test_extent.cpp | 271 std::string res1 = tabooUtils->ReplaceCountryName("CN", "en", "China"); in HWTEST_F() local 272 EXPECT_EQ(res1, "China"); in HWTEST_F()
|
Completed in 11 milliseconds