Home
last modified time | relevance | path

Searched refs:res1 (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.cpp474 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 Dzero_branch6_test.cpp627 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 Dcellular_data_test.cpp1274 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 Dintl_test_extent.cpp271 std::string res1 = tabooUtils->ReplaceCountryName("CN", "en", "China"); in HWTEST_F() local
272 EXPECT_EQ(res1, "China"); in HWTEST_F()

Completed in 11 milliseconds