Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp208 void* mem, int flowbufIndex, int* argIndex, int* strLen) in FlowbufStrAtIndex()
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
255 char* flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
256 flowbufIndex++; in ConstructArgv()
260 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
261 flowbufIndex++; in ConstructArgv()
268 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, in ConstructArgv()
207 FlowbufStrAtIndex( void* mem, int flowbufIndex, int* argIndex, int* strLen) FlowbufStrAtIndex() argument
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp1028 char* WebviewJavaScriptResultCallBack::FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen) in FlowbufStrAtIndex() argument
1033 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
1068 char* flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1069 flowbufIndex++; in ConstructArgv()
1080 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1081 flowbufIndex++; in ConstructArgv()
1094 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, in ConstructArgv()
1227 int flowbufIndex = 0; GetJavaScriptResultFlowbuf() local
[all...]
H A Dwebview_javascript_result_callback.h518 char* FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen);
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_javascript_result_callback.h175 char* FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen);

Completed in 6 milliseconds