Searched refs:FlowbufStrAtIndex (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_javascript_result_callback.cpp | 207 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 D | webview_javascript_result_callback.h | 173 char* FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen);
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.cpp | 1028 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 D | webview_javascript_result_callback.h | 518 char* FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen);
|