Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_1.cpp41 EXPECT_DEATH(env_->CallBooleanMethod(nullptr, nullptr), ""); in TEST_F()
87 EXPECT_DEATH(env_->CallBooleanMethod(obj, nullptr), ""); in TEST_F()
Dcalling_methods_test_4.cpp65 …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()
Dcalling_methods_test_6.cpp313 …EXPECT_EQ(env->CallBooleanMethod(obj, boolean_id, static_cast<ets_boolean>(1), static_cast<ets_int… in TEST_F()
Dcalling_methods_test_2.cpp122 …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/
Dets_napi.h216 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
Dets_napi_native_interface.cpp760 NO_UB_SANITIZE static ets_boolean CallBooleanMethod(EtsEnv *env, ets_object obj, ets_method methodI… in CallBooleanMethod() function
2807 CallBooleanMethod,