Searched refs:XCOMPONENT_LIBRARY_NAME (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_property_test_ng.cpp | 64 const std::string XCOMPONENT_LIBRARY_NAME = "native_render"; variable 106 testProperty.libraryName = XCOMPONENT_LIBRARY_NAME; in SetUpTestSuite() 163 …xComponent.Create(XCOMPONENT_ID, XCOMPONENT_SURFACE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponen… 174 EXPECT_EQ(xComponentPattern->GetLibraryName(), XCOMPONENT_LIBRARY_NAME); 211 …xComponent.Create(XCOMPONENT_ID, XCOMPONENT_SURFACE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponen… 243 …xComponent.Create(XCOMPONENT_ID, XCOMPONENT_SURFACE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponen… 419 …xComponent.Create(XCOMPONENT_ID, XCOMPONENT_NODE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponentCo… 888 EXPECT_EQ(result, XCOMPONENT_LIBRARY_NAME); 1455 …xComponent.Create(XCOMPONENT_ID, XCOMPONENT_NODE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponentCo… 1546 …xComponent.Create(XCOMPONENT_ID, XCOMPONENT_NODE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponentCo… [all …]
|
H A D | xcomponent_test_ng.cpp | 63 const std::string XCOMPONENT_LIBRARY_NAME = "native_render"; variable 161 testProperty.libraryName = XCOMPONENT_LIBRARY_NAME; in SetUpTestSuite() 995 …xComponent.Create(XCOMPONENT_ID, XCOMPONENT_NODE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponentCo… 1045 XCOMPONENT_SURFACE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponentController)); 1055 EXPECT_EQ(xComponentPattern->GetLibraryName(), XCOMPONENT_LIBRARY_NAME); 1068 …xComponent2.Create(XCOMPONENT_ID, XCOMPONENT_COMPONENT_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xCompo… 1104 XCOMPONENT_SURFACE_TYPE_VALUE, XCOMPONENT_LIBRARY_NAME, xComponentController));
|