Home
last modified time | relevance | path

Searched refs:CallStaticBooleanMethod (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/
Dregister_native_methods_test.cpp79 ets_boolean result = env_->CallStaticBooleanMethod(cls, method); in TEST_F()
107 ets_boolean result = env_->CallStaticBooleanMethod(cls, method); in TEST_F()
133 ets_boolean result = env_->CallStaticBooleanMethod(cls, method); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dstack_reference_check_test.cpp88 ets_boolean res_true = env->CallStaticBooleanMethod(cls_A, method, ets_str); in TEST_F()
138 …ets_boolean res_true = env->CallStaticBooleanMethod(cls_A, method, ets_str1, ets_str2, ets_str3, e… in TEST_F()
Dcalling_methods_test_3.cpp42 EXPECT_DEATH(env_->CallStaticBooleanMethod(nullptr, nullptr), ""); in TEST_F()
88 EXPECT_DEATH(env_->CallStaticBooleanMethod(cls, nullptr), ""); in TEST_F()
206 …EXPECT_EQ(env_->CallStaticBooleanMethod(cls, booleanId, static_cast<ets_boolean>(1)), static_cast<… in TEST_F()
387 EXPECT_EQ(env_->CallStaticBooleanMethod(nullptr, booleanId, static_cast<ets_boolean>(1)), in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h37 *ret = env_->CallStaticBooleanMethod(cls, fn, args...); in CallEtsFuntion()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h316 ets_boolean (*CallStaticBooleanMethod)(EtsEnv *env, ets_class cls, ets_method p_method, ...); member
1051 ets_boolean CallStaticBooleanMethod(ets_class cls, ets_method method_id, ...) in CallStaticBooleanMethod() function
Dets_napi_native_interface.cpp1549 NO_UB_SANITIZE static ets_boolean CallStaticBooleanMethod(EtsEnv *env, ets_class cls, ets_method me… in CallStaticBooleanMethod() function
2887 CallStaticBooleanMethod,