Home
last modified time | relevance | path

Searched refs:FIRST_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.cpp22 constexpr size_t FIRST_PARAM = 0; member
80 args.GetDoubleArg(FIRST_PARAM, width); in GetImageDataSize()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhidump_helper.cpp23 constexpr int8_t FIRST_PARAM = 0; member
54 errCode = ProcessOneParam(args[FIRST_PARAM], result); in Dump()
58 errCode = ProcessTwoParam(args[FIRST_PARAM], args[SECOND_PARAM], result); in Dump()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp87 constexpr int32_t FIRST_PARAM = 0; member
163 &result[FIRST_PARAM], &callResult)); in GetBundleInstallerCompleted()
174 if (!args.Init(FIRST_PARAM, SECOND_PARAM)) { in GetBundleInstaller()
979 result[FIRST_PARAM] = BusinessError::CreateCommonError(env, callbackPtr->installResult.resultCode, in OperationCompleted()
983 result[FIRST_PARAM] = BusinessError::CreateCommonError(env, callbackPtr->installResult.resultCode, in OperationCompleted()
987 result[FIRST_PARAM] = BusinessError::CreateCommonError(env, callbackPtr->installResult.resultCode, in OperationCompleted()
991 result[FIRST_PARAM] = BusinessError::CreateCommonError(env, callbackPtr->installResult.resultCode, in OperationCompleted()
995 result[FIRST_PARAM] = BusinessError::CreateCommonError(env, callbackPtr->installResult.resultCode, in OperationCompleted()
1002 NAPI_CALL_RETURN_VOID(env, napi_get_null(env, &result[FIRST_PARAM])); in OperationCompleted()
1259 napi_typeof(env, args[FIRST_PARAM], in Uninstall()
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Duntar_file.h35 const int FIRST_PARAM = 0; member
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp365 return {std::get<FIRST_PARAM>(result), isFilter, errFileInfo}; in ParseFileByTypeFlag()
433 return {std::get<FIRST_PARAM>(result), isFilter, std::get<SECOND_PARAM>(result)}; in ParseIncrementalFileByTypeFlag()
H A Dext_extension.cpp850 int err = std::get<FIRST_PARAM>(result); in DealIncreUnPacketResult()
902 err = std::get<FIRST_PARAM>(unPacketRes); in DoIncrementalRestore()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp50 constexpr int FIRST_PARAM = 0; member
470 if (!attribute[FIRST_PARAM].empty()) { in InitShadow()
471 textShadow.SetOffsetX(FromString(attribute[FIRST_PARAM]).Value()); in InitShadow()

Completed in 10 milliseconds