Searched refs:CallBooleanMethod (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_1.cpp | 41 EXPECT_DEATH(env_->CallBooleanMethod(nullptr, nullptr), ""); in TEST_F() 87 EXPECT_DEATH(env_->CallBooleanMethod(obj, nullptr), ""); in TEST_F()
|
| D | calling_methods_test_4.cpp | 65 …EXPECT_DEATH(env_->CallBooleanMethod(nullptr, booleanId, static_cast<ets_boolean>(1), static_cast<… in TEST_F() 79 EXPECT_DEATH(env_->CallBooleanMethod(nullptr, booleanId), ""); in TEST_F()
|
| D | calling_methods_test_6.cpp | 313 …EXPECT_EQ(env->CallBooleanMethod(obj, boolean_id, static_cast<ets_boolean>(1), static_cast<ets_int… in TEST_F()
|
| D | calling_methods_test_2.cpp | 122 …EXPECT_EQ(env_->CallBooleanMethod(obj, booleanId, static_cast<ets_boolean>(1), static_cast<ets_int… in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 216 ets_boolean (*CallBooleanMethod)(EtsEnv *env, ets_object obj, ets_method p_method, ...); member 650 ets_boolean CallBooleanMethod(ets_object obj, ets_method method_id, ...) in CallBooleanMethod() function
|
| D | ets_napi_native_interface.cpp | 760 NO_UB_SANITIZE static ets_boolean CallBooleanMethod(EtsEnv *env, ets_object obj, ets_method methodI… in CallBooleanMethod() function 2807 CallBooleanMethod,
|