Home
last modified time | relevance | path

Searched refs:flowbufStr (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp255 char* flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv() local
258 argv.push_back(std::string(flowbufStr)); in ConstructArgv()
260 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
266 argv.push_back(std::string(flowbufStr)); in ConstructArgv()
268 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
276 argv.push_back(std::string(flowbufStr)); in ConstructArgv()
278 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp1068 char* flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv() local
1073 s = napi_create_string_utf8(jsObj->GetEnv(), flowbufStr, strLen, &napiValue); in ConstructArgv()
1080 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1088 s = napi_create_string_utf8(jsObj->GetEnv(), flowbufStr, strLen, &napiValue); in ConstructArgv()
1094 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1105 s = napi_create_string_utf8(jsObj->GetEnv(), flowbufStr, strLen, &napiValue); in ConstructArgv()
1111 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv()
1230 char* flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in GetJavaScriptResultFlowbuf() local
1235 std::string str(flowbufStr); in GetJavaScriptResultFlowbuf()

Completed in 4 milliseconds