| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/ |
| D | call_object_method_void_test.cpp | 57 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 …]
|
| D | call_object_method_int_test.cpp | 57 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/ |
| D | class_bind_native_methods_test.cpp | 135 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()
|
| D | module_bind_native_functions_test.cpp | 200 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/ |
| D | class_find_method_test.cpp | 1098 ASSERT_EQ(env_->Object_CallMethod_Int(object, method, &fooVal), ANI_OK); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/ |
| D | ani.h | 4481 …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
|
| D | ani_interaction_api.cpp | 4528 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/ |
| D | ani.md | 1336 ### Object_CallMethod_Int subsection 1338 `ani_status (*Object_CallMethod_Int)(ani_env *env, ani_object object, ani_method method, ani_int *r…
|