Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbase_test.cpp22 BaseTest::BaseTest() : globObj_(0), attrsObj_(0), styleObj_(0), componentNameId_(0) {} in BaseTest()
29 globObj_ = jerry_get_global_object(); in SetUp()
31 JerrySetNamedProperty(globObj_, "attrs", attrsObj_); in SetUp()
34 JerrySetNamedProperty(globObj_, "staticStyle", styleObj_); in SetUp()
43 jerry_release_value(globObj_); in TearDown()
51 Component *component = ComponentFactory::CreateComponent(componentKeyId, globObj_, children); in GetRenderedComponent()
H A Dbase_test.h50 jerry_value_t globObj_; member in OHOS::ACELite::BaseTest
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dopacity_tdd_test.cpp112 UIView* uiView = GetContainerView(componentNameId_, globObj_, textObject); in SetOpacityTest003()
157 UIView* uiView = GetContainerView(componentNameId_, globObj_, divObject); in SetOpacityTest004()

Completed in 2 milliseconds