Home
last modified time | relevance | path

Searched defs:retCode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/
Dmain.cpp34 ani_status retCode; member
41 ani_status retCode = env->ArrayBuffer_GetInfo(buffer, &data, &length); in GetArrayInfo() local
48 … if (auto retCode = env->Object_GetFieldByName_Ref(array, "buffer", &buffer); retCode != ANI_OK) { in GetUint8ArrayInfo() local
64 ani_status retCode = env->Object_GetFieldByName_Int(array, fieldName.c_str(), &value); in GetUint8ArrayInfo() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin_ut/
Dplugin_ut_variables_api.cpp274 int retCode = Test(g_ctx, g_impl, ES2PANDA_STATE_PARSED, Handle); in main() local
Dplugin_ut_new_array_instance_expression_api.cpp234 int retCode = Test(g_ctx, g_impl, ES2PANDA_STATE_PARSED, ETSArrayExpressionHandle); in main() local
Dplugin_ut_binary_expression_api.cpp255 int retCode = Test(g_ctx, g_impl, ES2PANDA_STATE_PARSED, BinaryExpressionHandle); in main() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textencoder.cpp24 #define ANI_RETURN_NULLOPT_ON_FAILURE(retCode, ...) \ argument
29 #define ANI_RETURN_NULLPTR_ON_FAILURE(retCode, ...) \ argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp1648 auto cb = [&status](uint8_t retCode) { in HWTEST_F_L0()