Home
last modified time | relevance | path

Searched refs:FlowbufStrAtIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp207 char* WebviewJavaScriptResultCallBackImpl::FlowbufStrAtIndex( in FlowbufStrAtIndex() function in OHOS::Webview::WebviewJavaScriptResultCallBackImpl
255 char* flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
260 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
268 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
278 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_javascript_result_callback.h173 char* FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen);
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp1028 char* WebviewJavaScriptResultCallBack::FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex… in FlowbufStrAtIndex() function in OHOS::NWeb::WebviewJavaScriptResultCallBack
1068 char* flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1080 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1094 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1111 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1230 char* flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in GetJavaScriptResultFlowbuf()
H A Dwebview_javascript_result_callback.h518 char* FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen);