Home
last modified time | relevance | path

Searched refs:res2 (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.cpp479 auto res2 = currentLooper_->AddEventForResult(eventhandler, pipelineEvent); in HWTEST_F() local
481 ASSERT_EQ(res2.get(), true); in HWTEST_F()
492 res2 = currentLooper_->AddEventForResult(eventhandler, nullptr); in HWTEST_F()
493 ASSERT_EQ(res2.get(), false); in HWTEST_F()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp628 bool res2 = proxy->IsSelectVirtualModem(); in HWTEST_F() local
642 EXPECT_FALSE(res2); in HWTEST_F()
/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp1280 bool res2 = true; in HWTEST_F() local
1281 CellularDataTest::GetIntelligenceSwitchStateTest(res2); in HWTEST_F()
1282 ASSERT_TRUE(res2 == false); in HWTEST_F()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp1238 string res2 = formatter2->Format(123); in HWTEST_F() local
1239 EXPECT_EQ(res2, "123"); in HWTEST_F()
H A Dintl_test_extent.cpp273 std::string res2 = tabooUtils->ReplaceLanguageName("zh", "en", "chinese"); in HWTEST_F() local
274 EXPECT_EQ(res2, "chinese"); in HWTEST_F()

Completed in 13 milliseconds