Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dace_forward_compatibility.cpp31 constexpr char ARKUI_LIB_NAME_COMPATIBLE[] = "libace_compatible.dll"; member
34 constexpr char ARKUI_LIB_NAME_COMPATIBLE[] = "libace_compatible.dylib"; member
37 constexpr char ARKUI_LIB_NAME_COMPATIBLE[] = "libace_compatible.so"; member
40 constexpr char ARKUI_LIB_NAME_COMPATIBLE[] = "libace_compatible.z.so"; member
104 libName = ARKUI_LIB_NAME_COMPATIBLE; in GetAceLibName()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dace_forward_compatibility_test.cpp32 constexpr char ARKUI_LIB_NAME_COMPATIBLE[] = "libace_compatible.z.so"; in HWTEST_F() local
38 EXPECT_STREQ(AceForwardCompatibility::GetAceLibName(), ARKUI_LIB_NAME_COMPATIBLE); in HWTEST_F() local
120 * @tc.desc: test ARKUI_LIB_NAME_COMPATIBLE

Completed in 2 milliseconds