Searched refs:numArgs (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_napi.cpp | 344 ARKTS_INLINE void FormatArguments(int32_t numArgs, ARKTS_Value args[], Local<JSValueRef>* result) in FormatArguments() argument 346 for (int32_t i = 0;i < numArgs; ++i) { in FormatArguments() 351 ARKTS_Value ARKTS_Call(ARKTS_Env env, ARKTS_Value func, ARKTS_Value thisArg, int32_t numArgs, ARKTS_Value args[]) in ARKTS_Call() argument 355 ARKTS_ASSERT_P(numArgs <= MAX_CALL_ARGS, "too many arguments, 255 most"); in ARKTS_Call() 363 FormatArguments(numArgs, args, formattedArgs); in ARKTS_Call() 365 auto result = funcHandle.Call(vm, thisHandle, formattedArgs, numArgs); in ARKTS_Call() 372 ARKTS_Value ARKTS_New(ARKTS_Env env, ARKTS_Value clazz, int32_t numArgs, ARKTS_Value args[]) in ARKTS_New() argument 376 ARKTS_ASSERT_P(numArgs <= MAX_CALL_ARGS, "too many arguments, 255 most"); in ARKTS_New() 382 FormatArguments(numArgs, args, formattedArgs); in ARKTS_New() 384 auto result = funcHandle.Constructor(vm, formattedArgs, numArgs); in ARKTS_New() [all...] |
H A D | ark_interop_napi.h | 104 int32_t numArgs, ARKTS_Value args[]); 105 EXPORT ARKTS_Value ARKTS_New(ARKTS_Env env, ARKTS_Value clazz, int32_t numArgs, ARKTS_Value args[]);
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_stub.cpp | 114 const size_t numArgs = args.size(); in Dump() local 115 ZLOGE(LABEL, "Invalid call on Stub, fd:%{public}d args:%{public}zu", fd, numArgs); in Dump()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1057 ArkUI_Int32 numArgs; member 1137 ArkUIVMContext vmContext, ArkUI_Int32 methodId, ArkUI_Int32 numArgs, ArkUIEventCallbackArg* args);
|
Completed in 30 milliseconds