| /foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/ |
| H A D | udp_send_context.cpp | 138 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
|
| H A D | tcp_server_send_context.cpp | 126 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local 143 char err[MAX_ERR_NUM] = {0}; in GetErrorMessage() local
|
| H A D | connect_context.cpp | 115 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
|
| H A D | tcp_send_context.cpp | 114 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
|
| /foundation/communication/nfc/services/src/external_deps/ |
| H A D | nfc_preferences.cpp | 118 KITS::ErrorCode err = DelayedSingleton<NfcDataShareImpl>::GetInstance()-> in UpdateNfcState() local
|
| /foundation/communication/nfc/services/src/utils/ |
| H A D | app_state_observer.cpp | 59 auto err = appMgrProxy_->RegisterApplicationStateObserver(appStateAwareObserver_);
in SubscribeAppState() local
|
| /foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
| H A D | mdns_manager.cpp | 59 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 D | send_context.cpp | 153 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 D | rdb_cursor_test.cpp | 216 auto err = rdbCursor->GetColumnName(1, colName);
in HWTEST_F() local
|
| /foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/ |
| H A D | dcamera_pipeline_sink.cpp | 61 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 D | sqlite_global_config.cpp | 56 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 D | rddbopen_fuzzer.cpp | 62 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 D | b_session_backup_test.cpp | 32 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 D | cycle_task_runner.cpp | 83 int32_t err = resultSet.GetColumnIndex(key, index); in GetString() local
|
| /foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
| H A D | service_reverse_test.cpp | 60 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 D | file_operations_local_mock.cpp | 41 int err = stat(path.c_str(), &statBuf); in GetAttr() local
|
| H A D | libfuse_mock.cpp | 26 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 D | tools_op_incremental_backup_test.cpp | 227 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 D | b_jsonutil_other_test.cpp | 236 int err = 0; in HWTEST_F() local
|
| /foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
| H A D | clouddisk_rdb_utils.cpp | 44 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 D | app_gallery_dispose_proxy.cpp | 98 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 D | b_incremental_session_test.cpp | 76 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 D | kernel_talker.h | 83 int err = write(file, &cmd, sizeof(T)); in SetCmd() local
|
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | file_ffi.cpp | 49 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 D | hash_file.cpp | 31 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...] |