Home
last modified time | relevance | path

Searched defs:errCode (Results 1226 - 1250 of 1751) sorted by relevance

1...<<41424344454647484950>>...71

/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp65 ErrCode Service::AppFileReady(const string &fileName, UniqueFd fd, int32_t errCode) in AppFileReady() argument
70 ErrCode Service::AppDone(ErrCode errCode) in AppDone() argument
150 void Service::OnAllBundlesFinished(ErrCode errCode) {} in OnAllBundlesFinished() argument
199 ErrCode Service::AppIncrementalFileReady(const string &fileName, UniqueFd fd, UniqueFd manifestFd, int32_t errCode) in AppIncrementalFileReady() argument
204 ErrCode Service::AppIncrementalDone(ErrCode errCode) in AppIncrementalDone() argument
251 void Service::OnSARestore(const std::string &bundleName, const std::string &result, const ErrCode &errCode) {} in OnSARestore() argument
75 ServiceResultReport(const std::string restoreRetInfo, BackupRestoreScenario sennario, ErrCode errCode) ServiceResultReport() argument
244 OnSABackup(const std::string &bundleName, const int &fd, const std::string &result, const ErrCode &errCode) OnSABackup() argument
/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp276 bool BJsonUtil::BuildExtensionErrInfo(std::string &jsonStr, int errCode, std::string errMsg) in BuildExtensionErrInfo() argument
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H A Dext_extension_mock.cpp25 UniqueFd BackupExtExtension::GetFileHandle(const string &fileName, int32_t &errCode) in GetFileHandle() argument
108 void BackupExtExtension::AppDone(ErrCode errCode) in AppDone() argument
174 void BackupExtExtension::AppIncrementalDone(ErrCode errCode) in AppIncrementalDone() argument
112 AppResultReport(const std::string restoreRetInfo, BackupRestoreScenario scenario, ErrCode errCode) AppResultReport() argument
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp447 ErrCode Service::AppIncrementalFileReady(const std::string &fileName, UniqueFd fd, UniqueFd manifestFd, int32_t errCode) in AppIncrementalFileReady() argument
498 ErrCode Service::AppIncrementalDone(ErrCode errCode) in AppIncrementalDone() argument
622 NotifyCallerCurAppIncrementDone(ErrCode errCode, const std::string &callerName) NotifyCallerCurAppIncrementDone() argument
[all...]
H A Dservice_stub.cpp222 int32_t errCode = data.ReadInt32(); in CmdAppFileReady() local
235 ErrCode errCode; in CmdAppDone() local
252 ErrCode errCode; in CmdResultReport() local
625 int32_t errCode = data.ReadInt32(); CmdAppIncrementalFileReady() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_other_test.cpp937 ErrCode errCode = BError(BError::Codes::OK).GetCode(); in HWTEST_F() local
973 ErrCode errCode = BError(BError::Codes::SA_INVAL_ARG).GetCode(); in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c308 void EncodeRstFrame(uint8_t *buffer, size_t length, size_t *frameLength, uint16_t transId, uint16_t errCode) in EncodeRstFrame() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp32 napi_value CreateJsError(napi_env env, int32_t errCode, const std::string& message) in CreateJsError() argument
/test/testfwk/arkxtest/uitest/test/
H A Dextension_test.cpp220 int32_t errCode = 0; in TEST_F() local
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp152 const auto errCode = reply.exception_.code_; in CallThroughMessage() local
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp96 Image_ErrorCode errCode = OH_PixelmapInitializationOptions_Create(&opts); in TestInitializationOptionsSetRowStrideNormal() local
146 Image_ErrorCode errCode = OH_PixelmapNative_ScaleWithAntiAliasing(pixelmapNative, x, y, TestNativeScaleWithAntiAliasingAbnormal() local
176 int32_t errCode = OH_PixelMap_ScaleWithAntiAliasing( TestScaleWithAntiAliasingAbnormal() local
189 Image_ErrorCode errCode = OH_PixelmapNative_GetNativeBuffer(pixelmapNative, nativeBUffer); TestNativeGetNativeBufferAbnormal() local
202 Image_ErrorCode errCode = OH_PixelmapNative_SetMetadata(pixelmapNative, HDR_METADATA_TYPE, value); TestNativeSetMetaDataNull() local
215 Image_ErrorCode errCode = OH_PixelmapNative_GetMetadata(pixelmapNative, HDR_METADATA_TYPE, value); TestNativeGetMetaDataNull() local
229 Image_ErrorCode errCode = OH_PixelmapNative_SetMemoryName(pixelmap, name, &len); TestNativeSetMemoryName() local
243 Image_ErrorCode errCode = OH_PixelmapNative_GetArgbPixels(pixelMap, result, &dataSize); TestNativeGetArgbPixels() local
256 Image_ErrorCode errCode = OH_PixelmapNative_GetColorSpaceNative(pixelmap, &getColorSpaceNative); TestNativeGetColorSpaceNative() local
269 Image_ErrorCode errCode = OH_PixelmapNative_SetColorSpaceNative(pixelmap, setColorSpaceNative); TestNativeSetColorSpaceNative() local
285 Image_ErrorCode errCode = OH_PixelmapInitializationOptions_Release(ops); TestNativeSetGetSrcPixelFormat() local
298 Image_ErrorCode errCode = OH_PixelmapNative_CreateEmptyPixelmap(options, pixelmap); TestNativeCreateEmptyPixelmap() local
312 Image_ErrorCode errCode = OH_PixelmapNative_ConvertAlphaFormat(srcpixelmap, dstpixelmap, isPremul); TestNativeConvertAlphaFormat() local
[all...]
/test/xts/acts/graphic/displayNdk/entry/src/main/cpp/
H A Dnapi_init.cpp50 static napi_value ThrowError(napi_env env, uint32_t errCode, const char* errorMessage) in ThrowError() argument
79 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayId(&displayId); in GetDefaultDisplayId() local
92 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayWidth(&displayWidth); in GetDefaultDisplayWidth() local
105 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayHeight(&displayHeight); GetDefaultDisplayHeight() local
118 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayRotation(&displayRotation); GetDefaultDisplayRotation() local
133 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayOrientation(&displayOrientation); GetDefaultDisplayOrientation() local
147 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayVirtualPixelRatio(&dmVirtualPixels); GetDefaultDisplayVirtualPixelRatio() local
161 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayRefreshRate(&dmRefreshRate); GetDefaultDisplayRefreshRate() local
175 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayDensityDpi(&dmDensityDpi); GetDefaultDisplayDensityDpi() local
189 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayDensityPixels(&dmDensityPixels); GetDefaultDisplayDensityPixels() local
203 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayScaledDensity(&dmScaledDensity); GetDefaultDisplayScaledDensity() local
217 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayDensityXdpi(&dmxDpi); GetDefaultDisplayDensityXdpi() local
230 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetDefaultDisplayDensityYdpi(&dmyDpi); GetDefaultDisplayDensityYdpi() local
243 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_CreateDefaultDisplayCutoutInfo(&cutOutInfo); CreateDefaultDisplayCutoutInfo() local
289 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_GetFoldDisplayMode(&displayMode); GetFoldDisplayMode() local
310 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_RegisterDisplayChangeListener( RegisterDisplayChangeListener() local
334 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_UnregisterDisplayChangeListener(listenerIndex); UnregisterDisplayChangeListener() local
349 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_RegisterFoldDisplayModeChangeListener( RegisterFoldDisplayModeChangeListener() local
372 NativeDisplayManager_ErrorCode errCode = OH_NativeDisplayManager_UnregisterFoldDisplayModeChangeListener(listenerIndex); UnregisterFoldDisplayModeChangeListener() local
[all...]
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
H A Dhidebugndk.cpp261 HiDebug_ErrorCode errCode = OH_HiDebug_GetGraphicsMemory(&value); in getGraphicsMemory() local
271 HiDebug_ErrorCode errCode = OH_HiDebug_GetGraphicsMemory(value); in getGraphicsMemoryArray() local
279 HiDebug_ErrorCode errCode = OH_HiDebug_GetGraphicsMemory(NULL); in getGraphicsMemoryNULL() local
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/
H A DImage.cpp154 Image_ErrorCode errCode = OH_ImageSourceNative_CreateFromData( in packToDataPixelMap() local
211 Image_ErrorCode errCode = OH_ImageSourceNative_CreateFromUri(inPath, inPathLen, &imgSource); in packPixelMapToFile() local
260 Image_ErrorCode errCode = OH_ImageSourceNative_CreateFromFd(inFD, &imgSource); in packToFileImageSource() local
302 Image_ErrorCode errCode = OH_ImageSourceNative_CreateFromRawFile(&rawSrc, &imgSource); packToDataImageSource() local
[all...]
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_impl.cpp128 CJLocation GetLastLocation(int32_t& errCode) in GetLastLocation() argument
144 bool IsLocationEnabled(int32_t& errCode) in IsLocationEnabled() argument
155 bool IsGeocoderAvailable(int32_t& errCode) in IsGeocoderAvailable() argument
167 GetCachedGnssLocationsSize(int32_t& errCode) GetCachedGnssLocationsSize() argument
183 GetCurrentLocation(int32_t& errCode) GetCurrentLocation() argument
196 GetCurrentLocationCurrent(CJCurrentLocationRequest request, int32_t& errCode) GetCurrentLocationCurrent() argument
203 GetCurrentLocationSingle(CJSingleLocationRequest request, int32_t& errCode) GetCurrentLocationSingle() argument
210 GetCurrentLocation(std::unique_ptr<Location::RequestConfig>& requestConfig, int32_t& errCode) GetCurrentLocation() argument
264 FlushCachedGnssLocations(int32_t& errCode) FlushCachedGnssLocations() argument
279 SendCommand(CJLocationCommand command, int32_t& errCode) SendCommand() argument
291 GetCountryCode(int32_t& errCode) GetCountryCode() argument
303 GetAddressesFromLocation(CJReverseGeoCodeRequest request, int32_t& errCode) GetAddressesFromLocation() argument
333 GetAddressesFromLocationName(CJGeoCodeRequest request, int32_t& errCode) GetAddressesFromLocationName() argument
823 GetGeofenceSupportedCoordTypes(int32_t& errCode) GetGeofenceSupportedCoordTypes() argument
[all...]
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp719 int errCode = JsObjToCommand(env, argv[0], asyncContext->command); CreateReverseGeocodeAsyncContext() local
[all...]
/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp565 void NetworkAbility::ReportLocationError(int32_t errCode, std::string errMsg, std::string uuid) in ReportLocationError() argument
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp510 auto errCode = JsUtils::Convert(ret); Subscribe() local
[all...]
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp539 int32_t errCode = AppAccountManager::VerifyCredential(name, owner, options, appAccountMgrCb); in verifyCredential() local
590 int32_t errCode = AppAccountManager::SetAuthenticatorProperties(owner, options, appAccountMgrCb); setAuthenticatorProperties() local
[all...]
/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp76 I18nErrorCode errCode = I18nErrorCode::SUCCESS; in HWTEST_F() local
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_module_test.cpp387 ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_NAME, OsAccountType::NORMAL, accountInfo); in HWTEST_F() local
414 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); in HWTEST_F() local
516 ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_NAME_TWO, OsAccountType::NORMAL, osAccountInfo); in HWTEST_F() local
534 ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_NAME_TWO, OsAccountType::NORMAL, osAccountInfo); HWTEST_F() local
565 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
611 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
635 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
658 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
683 ErrCode errCode = OsAccountManager::SetOsAccountConstraints(TEST_UID, constraints, true); HWTEST_F() local
745 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, HWTEST_F() local
871 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, info, testCallbackCreate); HWTEST_F() local
932 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
990 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
1027 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, info, testCallbackCreate); HWTEST_F() local
1066 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
1176 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
1229 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
1271 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
1319 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); HWTEST_F() local
1532 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, domainInfo, testCallback); CreateDomainAccount() local
2003 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldInfo, testCallback); HWTEST_F() local
2032 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldInfo, testCallback); HWTEST_F() local
2060 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(OsAccountType::NORMAL, oldInfo, testCallback); HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_dumprequest.c100 static const char* GetCrashDescription(const int32_t errCode) in GetCrashDescription() argument
H A Ddfx_signal_handler.c259 static const char* GetCrashDescription(const int32_t errCode) in GetCrashDescription() argument
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp231 ErrCode errCode = InnerAccountIAMManager::GetInstance().UpdateStorageUserAuth( in AddUserKey() local
446 ErrCode errCode = innerIamMgr_.UpdateStorageUserAuth(userId_, secureUid, token, oldSecret, {}); in InnerOnResult() local
[all...]
/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp356 ErrCode errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, in GetAccountInfoDigestFromFile() local
388 ErrCode errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, in GenerateAccountInfoDigestStr() local
422 ErrCode errCode = accountFileOperator_->GetFileContentByPath(Constants::ACCOUNT_INFO_DIGEST_FILE_PATH, DeleteAccountInfoDigest() local
[all...]

Completed in 27 milliseconds

1...<<41424344454647484950>>...71