Home
last modified time | relevance | path

Searched defs:CallEtsFunction (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h29 …void CallEtsFunction(R *ret, std::string_view className, std::string_view methodName, Args &&...ar… in CallEtsFunction() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/ani_gtest/
Dani_gtest.h72 R CallEtsFunction(const std::string &moduleName, const std::string &fnName, Args &&...args) in CallEtsFunction() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h116 …[[nodiscard]] std::optional<R> CallEtsFunction(std::string_view pkg, std::string_view fnName, Args… in CallEtsFunction() function