Home
last modified time | relevance | path

Searched defs:err (Results 2426 - 2450 of 18802) sorted by relevance

1...<<919293949596979899100>>...753

/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dudp_send_context.cpp138 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dtcp_server_send_context.cpp126 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
143 char err[MAX_ERR_NUM] = {0}; in GetErrorMessage() local
H A Dconnect_context.cpp115 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dtcp_send_context.cpp114 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_preferences.cpp118 KITS::ErrorCode err = DelayedSingleton<NfcDataShareImpl>::GetInstance()-> in UpdateNfcState() local
/foundation/communication/nfc/services/src/utils/
H A Dapp_state_observer.cpp59 auto err = appMgrProxy_->RegisterApplicationStateObserver(appStateAwareObserver_); in SubscribeAppState() local
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_manager.cpp59 int32_t err = impl.Register(result); in RegisterService() local
87 int32_t err = impl.UnRegister(itr->second); in UnRegisterService() local
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dsend_context.cpp153 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
169 auto err = BaseContext::GetErrorCode(); in GetErrorMessage() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_cursor_test.cpp216 auto err = rdbCursor->GetColumnName(1, colName); in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_sink.cpp61 int32_t err = InitDCameraPipNodes(sourceConfig, targetConfig); in CreateDataProcessPipeline() local
101 int32_t err = pipNodeRanks_[i]->InitNode(curNodeSourceCfg, targetConfig, curNodeProcessedCfg); in InitDCameraPipNodes() local
143 int32_t err = pipelineHead_->ProcessData(dataBuffers); in ProcessData() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_global_config.cpp56 void SqliteGlobalConfig::Log(const void *data, int err, const char *msg) in Log() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbrdutils_fuzzer/rddbopen_fuzzer/
H A Drddbopen_fuzzer.cpp62 errno_t err = memcpy_s(&fa, DOUBLE_SIZE, uc, DOUBLE_SIZE); in ConvertToDouble() local
79 errno_t err = memcpy_s(&fa, INT_SIZE, uc, INT_SIZE); in ConvertToFloat() local
/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/
H A Db_session_backup_test.cpp32 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() argument
37 static void OnBundleFinished(ErrCode err, const BundleName name) in OnBundleFinished() argument
42 static void OnAllBundlesFinished(ErrCode err) in OnAllBundlesFinished() argument
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task_runner.cpp83 int32_t err = resultSet.GetColumnIndex(key, index); in GetString() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/
H A Dservice_reverse_test.cpp60 static void OnBundleStartedTest(ErrCode err, const BundleName name) in OnBundleStartedTest() argument
66 static void OnBundleFinishedTest(ErrCode err, const BundleName name) in OnBundleFinishedTest() argument
72 static void OnAllBundlesFinishedTest(ErrCode err) in OnAllBundlesFinishedTest() argument
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_local_mock.cpp41 int err = stat(path.c_str(), &statBuf); in GetAttr() local
H A Dlibfuse_mock.cpp26 int fuse_reply_err(fuse_req_t req, int err) in fuse_reply_err() argument
/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_incremental_backup_test.cpp227 ErrCode err = 0; in HWTEST_F() local
253 ErrCode err = -1; in HWTEST_F() local
279 ErrCode err = 0; in HWTEST_F() local
304 ErrCode err = 0; in HWTEST_F() local
328 ErrCode err = -1; in HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_jsonutil/
H A Db_jsonutil_other_test.cpp236 int err = 0; in HWTEST_F() local
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdb_utils.cpp44 int32_t err = resultSet->GetColumnIndex(key, index); in GetInt() local
65 int32_t err = resultSet->GetColumnIndex(key, index); in GetLong() local
86 int32_t err = resultSet->GetColumnIndex(key, index); GetString() local
[all...]
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_app_gallery/
H A Dapp_gallery_dispose_proxy.cpp98 RecordDoDisposeRes(const std::string &bundleName, AppGalleryDisposeProxy::DisposeOperation disposeOperation, int32_t err) RecordDoDisposeRes() argument
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/session/
H A Db_incremental_session_test.cpp76 auto err = backupSession->Init(callbacks); in HWTEST_F() local
138 auto err = backupSession->AppendBundles(bundlesToBackup); in HWTEST_F() local
167 auto err = backupSession->Release(); HWTEST_F() local
197 auto err = restoreSession->Init(callbacks); HWTEST_F() local
260 auto err = restoreSession->AppendBundles(move(remoteCap1), bundlesToRestore); HWTEST_F() local
290 auto err = restoreSession->Release(); HWTEST_F() local
320 auto err = restoreSession->PublishFile(fileInfo); HWTEST_F() local
352 auto err = restoreSession->GetFileHandle(bundleName, fileName); HWTEST_F() local
384 auto err = restoreSession->AppendBundles(move(remoteCap), bundlesToRestore, detailInfos); HWTEST_F() local
414 auto err = restoreAsyncSession->Init(callbacks); HWTEST_F() local
477 auto err = restoreAsyncSession->AppendBundles(move(remoteCap1), bundlesToRestore); HWTEST_F() local
508 auto err = restoreAsyncSession->PublishFile(fileInfo); HWTEST_F() local
540 auto err = restoreAsyncSession->GetFileHandle(bundleName, fileName); HWTEST_F() local
572 auto err = restoreAsyncSession->AppendBundles(move(remoteCap), bundlesToRestore, detailInfos); HWTEST_F() local
601 auto err = restoreAsyncSession->Release(); HWTEST_F() local
632 auto err = backupSession->AppendBundles(bundlesToBackup, infos); HWTEST_F() local
663 auto err = restoreSession->PublishSAFile(fileInfo, move(fd)); HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h83 int err = write(file, &cmd, sizeof(T)); in SetCmd() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_ffi.cpp49 int err = FileFsImpl::Close(file); in FfiOHOSFileFsCloseByFd() local
62 int err = FileFsImpl::Close(instance); in FfiOHOSFileFsClose() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H A Dhash_file.cpp31 static tuple<int, string> HashFinal(int err, const unique_ptr<unsigned char[]> &hashBuf, size_t hashLen) in HashFinal() argument
75 int err = ForEachFileSegment(fpath, md5Update); in HashWithMD5() local
88 int err = ForEachFileSegment(fpath, sha1Update); in HashWithSHA1() local
101 int err = ForEachFileSegment(fpath, sha256Update); in HashWithSHA256() local
[all...]

Completed in 17 milliseconds

1...<<919293949596979899100>>...753