Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dcall_object_method_boolean_test.cpp77 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 …]
Dobject_new_test.cpp100 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/
Darkts_esvalue.cpp82 status = env->Object_CallMethod_Boolean(esvalue, g_isEcmaObjectMethod, &isEcmaObject); in UnwrapESValue()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/interop_js/
Dhybridgref_ani.cpp111 …[[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/
Darraybuffer_get_info_test.cpp164 ASSERT_EQ(env_->Object_CallMethod_Boolean(array, resizableGetter, &isResizable), ANI_OK); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani.h4300 …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
Dani_interaction_api.cpp4360 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/
Dani.md1384 ### 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…