Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp99 const char *enableListName = "ohos-whiteList/app_aot_jit_enable_list.conf"; in HWTEST_F_L0() local
104 std::ofstream file(enableListName); in HWTEST_F_L0()
110 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName); in HWTEST_F_L0()
117 unlink(enableListName); in HWTEST_F_L0()
123 const char *enableListName = "ohos-AotWhiteListPassBy/app_aot_jit_enable_list.conf"; in HWTEST_F_L0() local
126 auto helper = std::make_unique<ohos::EnableAotJitListHelper>(enableListName); in HWTEST_F_L0()
296 const char *enableListName = "ohos-whiteList/app_aot_jit_enable_list.conf"; in HWTEST_F_L0() local
301 ohos::EnableAotJitListHelper *helper = new MockEnableAotJitListHelper(enableListName); in HWTEST_F_L0()
307 unlink(enableListName); in HWTEST_F_L0()
314 const char *enableListName in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
H A Dmock_enable_aot_list_helper.h25 const std::string &enableListName): ecmascript::ohos::EnableAotJitListHelper(enableListName) in MockEnableAotJitListHelper()
24 MockEnableAotJitListHelper( const std::string &enableListName) MockEnableAotJitListHelper() argument
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Denable_aot_list_helper.h46 explicit EnableAotJitListHelper(const std::string &enableListName) in EnableAotJitListHelper() argument
48 ReadEnableList(enableListName); in EnableAotJitListHelper()

Completed in 3 milliseconds