Searched refs:CallStaticBooleanMethod (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/ |
| D | register_native_methods_test.cpp | 79 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/ |
| D | stack_reference_check_test.cpp | 88 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()
|
| D | calling_methods_test_3.cpp | 42 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/ |
| D | native_test_helper.h | 37 *ret = env_->CallStaticBooleanMethod(cls, fn, args...); in CallEtsFuntion()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 316 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
|
| D | ets_napi_native_interface.cpp | 1549 NO_UB_SANITIZE static ets_boolean CallStaticBooleanMethod(EtsEnv *env, ets_class cls, ets_method me… in CallStaticBooleanMethod() function 2887 CallStaticBooleanMethod,
|