Searched refs:FIRST_PARAM (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_image_data.cpp | 22 constexpr size_t FIRST_PARAM = 0; member 80 args.GetDoubleArg(FIRST_PARAM, width); in GetImageDataSize()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | hidump_helper.cpp | 23 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 D | installer.cpp | 87 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 D | untar_file.h | 35 const int FIRST_PARAM = 0; member
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | untar_file.cpp | 365 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 D | ext_extension.cpp | 850 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 D | html_to_span.cpp | 50 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 12 milliseconds