Searched refs:consParam (Results 1 - 1 of 1) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 1894 napi_value consParam[INTEGER_TWO][INTEGER_THREE] = {{0}}; in CreateWebMessagePorts() local 1897 NAPI_CALL(env, napi_create_int32(env, nwebId, &consParam[i][INTEGER_ZERO])); in CreateWebMessagePorts() 1898 NAPI_CALL(env, napi_create_string_utf8(env, ports[i].c_str(), ports[i].length(), &consParam[i][INTEGER_ONE])); in CreateWebMessagePorts() 1899 NAPI_CALL(env, napi_get_boolean(env, isExtentionType, &consParam[i][INTEGER_TWO])); in CreateWebMessagePorts() 1900 NAPI_CALL(env, napi_new_instance(env, msgPortcons, INTEGER_THREE, consParam[i], &msgPortObj)); in CreateWebMessagePorts() 4948 napi_value consParam[INTEGER_ONE] = {0}; in CreateWebPrintDocumentAdapter() local 4950 &consParam[INTEGER_ZERO])); in CreateWebPrintDocumentAdapter() 4952 status = napi_new_instance(env, webPrintDoc, INTEGER_ONE, &consParam[INTEGER_ZERO], &proxy); in CreateWebPrintDocumentAdapter()
|
Completed in 12 milliseconds