| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/ |
| D | call_object_method_boolean_test.cpp | 77 ASSERT_EQ(env_->Object_CallMethod_Boolean(object, method, &res, arg1, arg2), ANI_OK); in TEST_F() 98 … ASSERT_EQ(env_->c_api->Object_CallMethod_Boolean(env_, object, method, &res, arg1, arg2), ANI_OK); in TEST_F() 113 ASSERT_EQ(env_->Object_CallMethod_Boolean(object, method, &res, arg1, arg2), ANI_OK); in TEST_F() 134 ASSERT_EQ(env_->Object_CallMethod_Boolean(object, nullptr, &res, arg1, arg2), ANI_INVALID_ARGS); in TEST_F() 152 … ASSERT_EQ(env_->Object_CallMethod_Boolean(object, method, nullptr, arg1, arg2), ANI_INVALID_ARGS); in TEST_F() 172 ASSERT_EQ(env_->Object_CallMethod_Boolean(nullptr, method, &res, arg1, arg2), ANI_INVALID_ARGS); in TEST_F() 198 ASSERT_EQ(env_->Object_CallMethod_Boolean(object, method, &result), ANI_OK); in TEST_F() 223 …ASSERT_EQ(env_->Object_CallMethod_Boolean(object, method, &result, arg1, arg2, arg3, arg4), ANI_OK… in TEST_F() 237 ASSERT_EQ(env_->Object_CallMethod_Boolean(object, method, &result), ANI_OK); in TEST_F() 271 ASSERT_EQ(env_->Object_CallMethod_Boolean(object, method, &result, arg1, arg2), ANI_OK); in TEST_F() [all …]
|
| D | object_new_test.cpp | 100 ASSERT_EQ(env->Object_CallMethod_Boolean(object, checkMethod, &result), ANI_OK); in TestObjectNewV() 431 ASSERT_EQ(env_->Object_CallMethod_Boolean(testObject, checkMethod, &result), ANI_OK); in TEST_F() 449 ASSERT_EQ(env_->Object_CallMethod_Boolean(testObject1, checkMethod, &result), ANI_OK); in TEST_F() 513 ASSERT_EQ(env_->Object_CallMethod_Boolean(object, checkMethod, &result), ANI_OK); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/native_api/ |
| D | arkts_esvalue.cpp | 82 status = env->Object_CallMethod_Boolean(esvalue, g_isEcmaObjectMethod, &isEcmaObject); in UnwrapESValue()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/interop_js/ |
| D | hybridgref_ani.cpp | 111 …[[maybe_unused]] auto status = env->Object_CallMethod_Boolean(esvalue, g_methodIsNumber, &isNumber… in ESValueToNumber() 125 env->Object_CallMethod_Boolean(ref, g_methodIsUndefined, &isUndef); in ESValueIsUndefined()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/arraybuffer_ops/ |
| D | arraybuffer_get_info_test.cpp | 164 ASSERT_EQ(env_->Object_CallMethod_Boolean(array, resizableGetter, &isResizable), ANI_OK); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/ |
| D | ani.h | 4300 …ani_status (*Object_CallMethod_Boolean)(ani_env *env, ani_object object, ani_method method, ani_bo… member 7142 …ani_status Object_CallMethod_Boolean(ani_object object, ani_method method, ani_boolean *result, ..… in Object_CallMethod_Boolean() function
|
| D | ani_interaction_api.cpp | 4360 NO_UB_SANITIZE static ani_status Object_CallMethod_Boolean(ani_env *env, ani_object object, ani_met… in Object_CallMethod_Boolean() function 6709 Object_CallMethod_Boolean,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/docs/ |
| D | ani.md | 1384 ### Object_CallMethod_Boolean subsection 1386 `ani_status (*Object_CallMethod_Boolean)(ani_env *env, ani_object object, ani_method method, ani_bo… 2691 ### Object_CallMethod_Boolean subsection 2693 `ani_status (*Object_CallMethod_Boolean)(ani_env *env, ani_object object, ani_method method, ani_bo…
|