/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_javascript_result_callback.cpp | 208 void* mem, int flowbufIndex, int* argIndex, int* strLen) in FlowbufStrAtIndex() argument 212 if (argIndex == nullptr) { in FlowbufStrAtIndex() 216 *argIndex = -1; in FlowbufStrAtIndex() 225 *argIndex = -1; in FlowbufStrAtIndex() 238 *argIndex = *entry; in FlowbufStrAtIndex() 251 int argIndex = -1; in ConstructArgv() local 257 while (argIndex == currIndex) { in ConstructArgv() 260 flowbufStr = FlowbufStrAtIndex(ashmem, flowbufIndex, &argIndex, &strLen); in ConstructArgv() 265 while (argIndex == currIndex) { in ConstructArgv() 275 while (argIndex == currIndex) { in ConstructArgv() [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | console_log_impl.cpp | 54 for (jerry_length_t argIndex = 0; argIndex < argc; argIndex++) { in LogNative() local 55 jerry_value_t strVal = jerry_value_to_string(args[argIndex]); in LogNative()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_permission/src/ |
H A D | db_permission_handler.cpp | 72 size_t argIndex = 0; in ParseFileIdFromPredicates() local 76 ++argIndex; in ParseFileIdFromPredicates() 79 if (argIndex >= values.size()) { in ParseFileIdFromPredicates() 83 fileId = values[argIndex]; in ParseFileIdFromPredicates()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_file_operations.cpp | 390 size_t argIndex = 0; in ReplaceSelectionAndArgsInQuery() local 393 argIndex++; in ReplaceSelectionAndArgsInQuery() 396 if (argIndex > selectionArgs.size() - 1) { in ReplaceSelectionAndArgsInQuery() 401 const string &arg = selectionArgs[argIndex]; in ReplaceSelectionAndArgsInQuery() 408 selectionArgs[argIndex] = argInstead; in ReplaceSelectionAndArgsInQuery()
|
H A D | medialibrary_album_operations.cpp | 132 size_t argIndex = 0; in ReplaceRelativePath() local 135 argIndex++; in ReplaceRelativePath() 138 if (argIndex > selectionArgs.size() - 1) { in ReplaceRelativePath() 143 const string &arg = selectionArgs[argIndex]; in ReplaceRelativePath() 151 selectionArgs[argIndex] = "1"; in ReplaceRelativePath() 167 size_t argIndex = 0; in ReplaceMediaType() local 170 argIndex++; in ReplaceMediaType() 173 if (argIndex > selectionArgs.size() - 1) { in ReplaceMediaType() 181 selectionArgs[argIndex] = "1"; in ReplaceMediaType()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.cpp | 1034 *argIndex = -1; in FlowbufStrAtIndex() 1040 *argIndex = -1; in FlowbufStrAtIndex() 1051 *argIndex = *entry; in FlowbufStrAtIndex() 1064 int argIndex = -1; in ConstructArgv() local 1070 while (argIndex == currIndex) { in ConstructArgv() 1085 while (argIndex == currIndex) { in ConstructArgv() 1102 while (argIndex == currIndex) { in ConstructArgv() 1226 int argIndex = -1; in GetJavaScriptResultFlowbuf() local 1231 if (argIndex == -1) { in GetJavaScriptResultFlowbuf() 1237 args.insert(args.begin() + argIndex, insertArg); in GetJavaScriptResultFlowbuf() [all …]
|
H A D | webview_javascript_result_callback.h | 518 char* FlowbufStrAtIndex(void* mem, int flowbufIndex, int* argIndex, int* strLen);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_button_bridge.h | 66 int32_t argIndex);
|
H A D | arkts_native_toggle_bridge.cpp | 82 …llInfo* runtimeCallInfo, EcmaVM* vm, std::vector<ArkUI_Float32>& fontSizesVector, int32_t argIndex) in PushToggleDimension() argument 84 Local<JSValueRef> arg = runtimeCallInfo->GetCallArgRef(argIndex); in PushToggleDimension()
|
H A D | arkts_native_button_bridge.cpp | 445 …llInfo* runtimeCallInfo, EcmaVM* vm, std::vector<ArkUI_Float32>& fontSizesVector, int32_t argIndex) in PushButtonDimension() argument 447 Local<JSValueRef> arg = runtimeCallInfo->GetCallArgRef(argIndex); in PushButtonDimension()
|
/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/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_arg.h | 77 uint32_t argIndex; member 80 : argType(type), argIndex(index), argName(name) {} in WebGLArgInfo()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_photo_access_helper_napi.cpp | 496 size_t argIndex = 0; in ReplaceSelection() local 499 argIndex++; in ReplaceSelection() 502 if (argIndex > selectionArgs.size() - 1) { in ReplaceSelection() 507 const string &arg = selectionArgs[argIndex]; in ReplaceSelection() 521 selectionArgs[argIndex] = argInstead; in ReplaceSelection()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 1434 size_t argIndex = 0; in ReplaceSelection() local 1437 argIndex++; in ReplaceSelection() 1440 if (argIndex > selectionArgs.size() - 1) { in ReplaceSelection() 1445 const string &arg = selectionArgs[argIndex]; in ReplaceSelection() 1459 selectionArgs[argIndex] = argInstead; in ReplaceSelection()
|