Searched defs:ets_class (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/ |
| D | EtsnapiNameTest.cpp | 31 [[maybe_unused]] ets_class) in ETS_EtsnapiNameTest_ETSGLOBAL_nativeInGlobal() argument 37 … [[maybe_unused]] ets_class, in ETS_EtsnapiNameTest_EtsnapiNameTest_objectArg() argument 52 [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class, [[maybe_unused]] ets_object obj1, in ETS_EtsnapiNameTest_EtsnapiNameTest_methodOverloaded__Lstd_core_Object_2Lstd_core_String_2_3D() argument 60 … [[maybe_unused]] ets_class, 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 77 … [[maybe_unused]] ets_class) in ETS_EtsnapiNameTest_EtsnapiNameTest_methodOverloaded__() argument
|
| D | InnerNativeTest.cpp | 21 … [[maybe_unused]] ets_class) in ETS_InterfaceNativeTest_InnerNativeTest_Inner_innerNative() argument 27 [[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class) in ETS_InterfaceNativeTest_InnerNativeTest_Inner_InnerInner_innerNative() argument
|
| D | EtsnapiVersionHookTest.cpp | 22 … [[maybe_unused]] ets_class) in ETS_EtsnapiVersionHookTest_EtsnapiVersionHookTest_hello() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | effective_types_test.cpp | 63 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
|
| D | registering_native_methods_test.cpp | 35 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/ |
| D | ets_napi.h | 84 typedef __ets_class *ets_class; typedef 104 typedef ets_object ets_class; typedef
|