Home
last modified time | relevance | path

Searched defs:EtsEnv (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DInnerNativeTest.cpp20 …s_int ETS_CALL ETS_InterfaceNativeTest_InnerNativeTest_Inner_innerNative([[maybe_unused]] EtsEnv *, in ETS_InterfaceNativeTest_InnerNativeTest_Inner_innerNative() argument
27 [[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class) in ETS_InterfaceNativeTest_InnerNativeTest_Inner_InnerInner_innerNative() argument
DEtsnapiNameTest.cpp30 ETS_EXPORT ets_int ETS_CALL ETS_EtsnapiNameTest_ETSGLOBAL_nativeInGlobal([[maybe_unused]] EtsEnv *, in ETS_EtsnapiNameTest_ETSGLOBAL_nativeInGlobal() argument
36 ETS_EXPORT ets_int ETS_CALL ETS_EtsnapiNameTest_EtsnapiNameTest_objectArg([[maybe_unused]] EtsEnv *, in ETS_EtsnapiNameTest_EtsnapiNameTest_objectArg() argument
59 …ets_int ETS_CALL ETS_EtsnapiNameTest_EtsnapiNameTest_methodOverloaded__I([[maybe_unused]] EtsEnv *, in ETS_EtsnapiNameTest_EtsnapiNameTest_methodOverloaded__I() argument
68 [[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class, [[maybe_unused]] ets_boolean boo, in ETS_EtsnapiNameTest_EtsnapiNameTest_methodOverloaded__ZBCDFIJS() argument
76 … ets_int ETS_CALL ETS_EtsnapiNameTest_EtsnapiNameTest_methodOverloaded__([[maybe_unused]] EtsEnv *, in ETS_EtsnapiNameTest_EtsnapiNameTest_methodOverloaded__() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Deffective_types_test.cpp63 static ets_int effective_types_foo_I(EtsEnv *, ets_class, ets_int v) in effective_types_foo_I() argument
71 static ets_int effective_types_foo_D(EtsEnv *, ets_class, ets_double v) in effective_types_foo_D() argument
79 static ets_double effective_types_foo(EtsEnv *, ets_class) in effective_types_foo() argument
84 static ets_double effective_types_fooUnity(EtsEnv *, ets_class, ets_double v) in effective_types_fooUnity() argument
Dregistering_native_methods_test.cpp35 static ets_int NativeMethods_foo_native(EtsEnv *, ets_class) in NativeMethods_foo_native() argument
41 static ets_long NativeMethods_long_foo_native(EtsEnv *, ets_class) in NativeMethods_long_foo_native() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h167 typedef ets_env EtsEnv; typedef