Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlayout_info_test.cpp29 int32_t infoLength = 2; // 2: len in HWTEST_F_L0() local
30 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0()
40 int32_t infoLength = 3; in HWTEST_F_L0() local
42 defaultAttr.SetNormalAttr(infoLength); in HWTEST_F_L0()
44 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0()
49 EXPECT_EQ(layoutInfoHandle->GetAttr(0).GetNormalAttr(), static_cast<uint32_t>(infoLength)); in HWTEST_F_L0()
55 int32_t infoLength = 5; in HWTEST_F_L0() local
57 defaultAttr.SetNormalAttr(infoLength); in HWTEST_F_L0()
60 JSHandle<LayoutInfo> layoutInfoHandle = factory->CreateLayoutInfo(infoLength); in HWTEST_F_L0()
65 layoutInfoHandle->SetSortedIndex(thread, 0, infoLength in HWTEST_F_L0()
72 int infoLength = 5; HWTEST_F_L0() local
115 int infoLength = 5; GetAllKeysCommon() local
[all...]

Completed in 1 milliseconds