Home
last modified time | relevance | path

Searched refs:argc (Results 1 - 6 of 6) sorted by relevance

/interface/sdk_c/web/webview/interfaces/native/
H A Dnative_interface_arkweb.h54 typedef char* (*NativeArkWeb_OnJavaScriptProxyCallback)(const char** argv, int32_t argc);
/interface/sdk_c/ark_runtime/jsvm/
H A Djsvm.h1944 * @param argc: The count of elements in the argv array.
1954 size_t argc,
1991 * @param argc: Specifies the length of the provided argv array and receives the
1992 * actual count of arguments. argc can optionally be ignored by passing NULL.
2008 size_t* argc,
2034 * @param argc: The count of elements in the argv array.
2036 * the constructor. If argc is zero this parameter may be omitted by passing in NULL.
2045 size_t argc,
2890 * @param argc: The count of elements in the argv array.
2904 size_t argc,
[all...]
H A Djsvm_types.h477 * from (argc, argv). Note that these flags are specific to VM.
482 int* argc; member
/interface/sdk_c/third_party/node/src/
H A Djs_native_api.h250 size_t argc,
255 size_t argc,
269 size_t* argc, // [in-out] Specifies the size of the provided argv array
H A Dnode_api.h137 size_t argc,
/interface/sdk_c/third_party/libuv/include/uv_ndk/
H A Duv.h1165 UV_EXTERN char** uv_setup_args(int argc, char** argv);

Completed in 13 milliseconds