Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/exclusive_worker/
Dexclusive_worker_tests.cpp63 …static bool CallStaticBooleanMethod(ani_env *env, std::string_view methodName, std::string_view si… in CallStaticBooleanMethod() function in ark::ets::test::EtsNativeExclusiveWorkerTest
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h324 ets_boolean (*CallStaticBooleanMethod)(EtsEnv *env, ets_class cls, ets_method p_method, ...); member
1083 ets_boolean CallStaticBooleanMethod(ets_class cls, ets_method method_id, ...) in CallStaticBooleanMethod() function
Dets_napi_native_interface.cpp1553 NO_UB_SANITIZE static ets_boolean CallStaticBooleanMethod(EtsEnv *env, ets_class cls, ets_method me… in CallStaticBooleanMethod() function