Home
last modified time | relevance | path

Searched refs:ret8 (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp299 NativeComponent* ret8 = image.GetComponent(type); in HWTEST_F() local
300 ASSERT_NE(ret8, nullptr); in HWTEST_F()
302 ret8 = image.GetComponent(type); in HWTEST_F()
303 ASSERT_NE(ret8, nullptr); in HWTEST_F()
307 ret8 = image.GetComponent(type); in HWTEST_F()
308 ASSERT_NE(ret8, nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/base/
H A Djson_util_test.cpp1076 bool ret8 = jsonValue.PutExtAttr("editable", value3, filter); in HWTEST_F() local
1081 EXPECT_FALSE(ret8); in HWTEST_F()
1130 bool ret8 = jsonValue.PutFixedAttr("editable", value3, filter, NG::FIXED_ATTR_EDITABLE); in HWTEST_F() local
1135 EXPECT_FALSE(ret8); in HWTEST_F()
H A Dmatrix4_test.cpp499 bool ret8 = mtrixN4Obj.SetEntry(ROW_NUM, 0, 1.0f); in HWTEST_F() local
500 EXPECT_EQ(ret8, false); in HWTEST_F()
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dnet_policy_manager_test.cpp102 int32_t ret8 = DelayedSingleton<NetPolicyClient>::GetInstance()->ResetPolicies("100000"); in TearDownTestCase() local
103 std::cout << "Result ret8" << ret8 << std::endl; in TearDownTestCase()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp872 auto ret8 = rtspSdp->GetBandwidth(); in HWTEST_F() local
873 EXPECT_EQ(ret8[0], "X-YZ:128"); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test.cpp479 OHOS::Rosen::ParticleParams ret8 = rosenRenderContext->ConvertParticleOptionToParams(particleOption, rectF); in HWTEST_F() local
480 EXPECT_EQ(ret8.opacity_.updator_, OHOS::Rosen::ParticleUpdator::RANDOM); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp1555 int32_t ret8 = windowHotAreas[1].width; in HWTEST_F() local
1556 EXPECT_EQ(ret8, -20); in HWTEST_F()
1613 int32_t ret8 = windowHotAreas[1].width; in HWTEST_F() local
1614 EXPECT_EQ(ret8, 60); in HWTEST_F()
1646 int32_t ret8 = windowHotAreas[1].width; in HWTEST_F() local
1647 EXPECT_EQ(ret8, 60); in HWTEST_F()
1683 int32_t ret8 = windowHotAreas[1].width; in HWTEST_F() local
1684 EXPECT_EQ(ret8, 30); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp268 auto ret8 = WindowManagerLite::GetInstance().UnregisterWindowModeChangedListener(listener3); in HWTEST_F() local
270 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, ret8); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp711 bool ret8 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_START); in HWTEST_F() local
721 EXPECT_TRUE(ret8); in HWTEST_F()

Completed in 28 milliseconds