Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp208 void* mem, int flowbufIndex, int* argIndex, int* strLen) in FlowbufStrAtIndex() argument
215 if (flowbufIndex >= MAX_ENTRIES) { in FlowbufStrAtIndex()
220 int* entry = header + (flowbufIndex * INDEX_SIZE); in FlowbufStrAtIndex()
230 for (i = 0; i < flowbufIndex; i++) { in FlowbufStrAtIndex()
253 int flowbufIndex = 0; in ConstructArgv() local
256 flowbufIndex++; in ConstructArgv()
260 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
261 flowbufIndex++; in ConstructArgv()
269 flowbufIndex++; in ConstructArgv()
278 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
[all …]
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp1033 if (flowbufIndex >= MAX_ENTRIES) { in FlowbufStrAtIndex()
1038 int* entry = header + (flowbufIndex * INDEX_SIZE); in FlowbufStrAtIndex()
1045 for (i = 0; i < flowbufIndex; i++) { in FlowbufStrAtIndex()
1066 int flowbufIndex = 0; in ConstructArgv() local
1069 flowbufIndex++; in ConstructArgv()
1080 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1081 flowbufIndex++; in ConstructArgv()
1095 flowbufIndex++; in ConstructArgv()
1112 flowbufIndex++; in ConstructArgv()
1227 int flowbufIndex = 0; in GetJavaScriptResultFlowbuf() local
[all …]
H A Dwebview_javascript_result_callback.h518 char* FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen);
/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);