Searched refs:argc (Results 1 - 6 of 6) sorted by relevance
/interface/sdk_c/web/webview/interfaces/native/ |
H A D | native_interface_arkweb.h | 54 typedef char* (*NativeArkWeb_OnJavaScriptProxyCallback)(const char** argv, int32_t argc);
|
/interface/sdk_c/ark_runtime/jsvm/ |
H A D | jsvm.h | 1944 * @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 D | jsvm_types.h | 477 * from (argc, argv). Note that these flags are specific to VM. 482 int* argc; member
|
/interface/sdk_c/third_party/node/src/ |
H A D | js_native_api.h | 250 size_t argc, 255 size_t argc, 269 size_t* argc, // [in-out] Specifies the size of the provided argv array
|
H A D | node_api.h | 137 size_t argc,
|
/interface/sdk_c/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1165 UV_EXTERN char** uv_setup_args(int argc, char** argv);
|
Completed in 13 milliseconds