Home
last modified time | relevance | path

Searched refs:Object_CallMethod_Int (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dcall_object_method_void_test.cpp57 ASSERT_EQ(env_->Object_CallMethod_Int(object, getMethod, &sum), ANI_OK); in TEST_F()
73 ASSERT_EQ(env_->Object_CallMethod_Int(object, getMethod, &sum), ANI_OK); in TEST_F()
89 ASSERT_EQ(env_->Object_CallMethod_Int(object, getMethod, &sum), ANI_OK); in TEST_F()
184 ASSERT_EQ(env_->Object_CallMethod_Int(object, checkMethod, &result), ANI_OK); in TEST_F()
189 ASSERT_EQ(env_->Object_CallMethod_Int(object, checkMethod, &result), ANI_OK); in TEST_F()
208 ASSERT_EQ(env_->Object_CallMethod_Int(object, checkMethod, &result), ANI_OK); in TEST_F()
222 ASSERT_EQ(env_->Object_CallMethod_Int(object, checkMethod, &result), ANI_OK); in TEST_F()
227 ASSERT_EQ(env_->Object_CallMethod_Int(object, checkMethod, &result), ANI_OK); in TEST_F()
263 ASSERT_EQ(env_->Object_CallMethod_Int(object, checkMethod, &result), ANI_OK); in TEST_F()
267 ASSERT_EQ(env_->Object_CallMethod_Int(object, checkMethod, &result), ANI_OK); in TEST_F()
[all …]
Dcall_object_method_int_test.cpp57 ASSERT_EQ(env_->Object_CallMethod_Int(object, method, &sum, arg1, arg2), ANI_OK); in TEST_F()
70 ASSERT_EQ(env_->c_api->Object_CallMethod_Int(env_, object, method, &sum, arg1, arg2), ANI_OK); in TEST_F()
83 …ASSERT_EQ(env_->c_api->Object_CallMethod_Int(nullptr, object, method, &sum, arg1, arg2), ANI_INVAL… in TEST_F()
95 ASSERT_EQ(env_->Object_CallMethod_Int(object, nullptr, &sum, arg1, arg2), ANI_INVALID_ARGS); in TEST_F()
106 ASSERT_EQ(env_->Object_CallMethod_Int(object, method, nullptr, arg1, arg2), ANI_INVALID_ARGS); in TEST_F()
118 ASSERT_EQ(env_->Object_CallMethod_Int(nullptr, method, &sum, arg1, arg2), ANI_INVALID_ARGS); in TEST_F()
138 ASSERT_EQ(env_->Object_CallMethod_Int(object, method, &result), ANI_OK); in TEST_F()
212 …ASSERT_EQ(env_->Object_CallMethod_Int(object, method, &result, arg1, arg2, arg3, arg4, arg5), ANI_… in TEST_F()
226 ASSERT_EQ(env_->Object_CallMethod_Int(object, method, &result), ANI_OK); in TEST_F()
260 ASSERT_EQ(env_->Object_CallMethod_Int(object, method, &result, arg1, arg2), ANI_OK); in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/bind_ops/
Dclass_bind_native_methods_test.cpp135 ASSERT_EQ(env_->Object_CallMethod_Int(object, intFooMethod, &fooResult), ANI_OK); in TEST_F()
174 ASSERT_EQ(env_->Object_CallMethod_Int(object, intFooMethod, &fooResult), ANI_OK); in TEST_F()
213 ASSERT_EQ(env_->Object_CallMethod_Int(object, intFooMethod, &fooResult), ANI_OK); in TEST_F()
339 ASSERT_EQ(env_->Object_CallMethod_Int(object, fooMethod, &result, 0, 1), ANI_OK); in TEST_F()
342 ASSERT_EQ(env_->Object_CallMethod_Int(object, fooMethodOverride, &result, 0, 1, 2U), ANI_OK); in TEST_F()
Dmodule_bind_native_functions_test.cpp200 ASSERT_EQ(env_->Object_CallMethod_Int(object, intFooMethod, &fooResult), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_find_method_test.cpp1098 ASSERT_EQ(env_->Object_CallMethod_Int(object, method, &fooVal), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani.h4481 …ani_status (*Object_CallMethod_Int)(ani_env *env, ani_object object, ani_method method, ani_int *r… member
7207 ani_status Object_CallMethod_Int(ani_object object, ani_method method, ani_int *result, ...) in Object_CallMethod_Int() function
Dani_interaction_api.cpp4528 NO_UB_SANITIZE static ani_status Object_CallMethod_Int(ani_env *env, ani_object object, ani_method … in Object_CallMethod_Int() function
6721 Object_CallMethod_Int,
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/docs/
Dani.md1336 ### Object_CallMethod_Int subsection
1338 `ani_status (*Object_CallMethod_Int)(ani_env *env, ani_object object, ani_method method, ani_int *r…