Home
last modified time | relevance | path

Searched refs:CallBooleanMethodList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h51 return env->CallBooleanMethodList(obj, methodId, args); in CallBooleanMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h217 …ets_boolean (*CallBooleanMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list arg… member
654 ets_boolean res = native_interface->CallBooleanMethodList(this, obj, method_id, args); in CallBooleanMethod()
658 ets_boolean CallBooleanMethodList(ets_object obj, ets_method method_id, va_list args) in CallBooleanMethodList() function
660 return native_interface->CallBooleanMethodList(this, obj, method_id, args); in CallBooleanMethodList()
Dets_napi_native_interface.cpp751 NO_UB_SANITIZE static ets_boolean CallBooleanMethodList(EtsEnv *env, ets_object obj, ets_method met… in CallBooleanMethodList() function
765 ets_boolean res = CallBooleanMethodList(env, obj, methodId, args); in CallBooleanMethod()
2808 CallBooleanMethodList,