Home
last modified time | relevance | path

Searched refs:SECOND_PARAM (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_image_data.cpp23 constexpr size_t SECOND_PARAM = 1; member
81 args.GetDoubleArg(SECOND_PARAM, height); in GetImageDataSize()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Duntar_file.h36 const int SECOND_PARAM = 1; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhidump_helper.cpp24 constexpr int8_t SECOND_PARAM = 1; member
58 errCode = ProcessTwoParam(args[FIRST_PARAM], args[SECOND_PARAM], result); in Dump()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp364 errFileInfo = std::get<SECOND_PARAM>(result); in ParseFileByTypeFlag()
433 return {std::get<FIRST_PARAM>(result), isFilter, std::get<SECOND_PARAM>(result)}; in ParseIncrementalFileByTypeFlag()
H A Dext_extension.cpp856 EndFileInfo tmpEndInfo = std::get<SECOND_PARAM>(result); in DealIncreUnPacketResult()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp88 constexpr int32_t SECOND_PARAM = 1; member
152 NAPI_CALL_RETURN_VOID(env, napi_new_instance(env, m_classBundleInstaller, 0, nullptr, &result[SECOND_PARAM])); in GetBundleInstallerCompleted()
155 NAPI_CALL_RETURN_VOID(env, napi_resolve_deferred(env, callbackPtr->deferred, result[SECOND_PARAM])); in GetBundleInstallerCompleted()
174 if (!args.Init(FIRST_PARAM, SECOND_PARAM)) { in GetBundleInstaller()
185 if (argc == SECOND_PARAM) { in GetBundleInstaller()
186 napi_value arg = args.GetArgv(argc - SECOND_PARAM); in GetBundleInstaller()
1638 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, asyncCallbackInfo->appIndex, &result[SECOND_PARAM])); in CreateAppCloneComplete()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp51 constexpr int SECOND_PARAM = 1; member
473 if (!attribute[SECOND_PARAM].empty()) { in InitShadow()
474 textShadow.SetOffsetY(FromString(attribute[SECOND_PARAM]).Value()); in InitShadow()

Completed in 10 milliseconds