Home
last modified time | relevance | path

Searched defs:err (Results 651 - 675 of 3157) sorted by relevance

1...<<21222324252627282930>>...127

/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dtcp_server_listen_context.cpp111 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
128 char err[MAX_ERR_NUM] = {0}; in GetErrorMessage() local
H A Dbind_context.cpp101 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dcommon_context.cpp76 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dtcp_extra_context.cpp132 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dmulticast_membership_context.cpp94 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dmulticast_set_loopback_context.cpp89 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dmulticast_set_ttl_context.cpp86 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dmulticast_get_loopback_context.cpp78 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
H A Dmulticast_get_ttl_context.cpp75 auto err = BaseContext::GetErrorCode(); in GetErrorCode() local
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dresponse_data.cpp34 void ResponseData::SetErrString(const std::string &err) in SetErrString() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_ap_interface_test.cpp110 WifiErrorNo err = GetValidFrequenciesForBand(band, frequencies, &size, 0); in HWTEST_F() local
/foundation/communication/netmanager_ext/services/mdnsmanager/src/stub/
H A Dmdns_service_stub.cpp80 int32_t err = RegisterService(*serviceInfo, callback); in OnRegisterService() local
102 int32_t err = UnRegisterService(callback); in OnUnRegisterService() local
129 int32_t err = StartDiscoverService(type, callback); in OnStartDiscoverService() local
151 int32_t err in OnStopDiscoverService() local
180 int32_t err = ResolveService(*serviceInfo, callback); OnResolveService() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/moduletest/
H A Ddistributeddata_account_event_test.cpp88 auto err = CommonEventManager::PublishCommonEvent(event, publishInfo, nullptr); in HarmonyAccountLogin() local
100 auto err = CommonEventManager::PublishCommonEvent(event, publishInfo, nullptr); in HarmonyAccountLogout() local
112 auto err = CommonEventManager::PublishCommonEvent(event, publishInfo, nullptr); in HarmonyAccountDelete() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Drmdirent.cpp63 auto err = rmdirent(env, filePath); in rmdirent() local
98 auto err = rmdirent(env, string(path.get())); in Sync() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_extension_stub_test.cpp92 auto err = stub->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
129 auto err = stub->CmdGetFileHandle(data, reply); in HWTEST_F() local
179 auto err = stub->CmdHandleClear(data, reply); HWTEST_F() local
212 auto err = stub->CmdHandleBackup(data, reply); HWTEST_F() local
244 auto err = stub->CmdPublishFile(data, reply); HWTEST_F() local
284 auto err = stub->CmdHandleRestore(data, reply); HWTEST_F() local
317 auto err = stub->CmdGetIncrementalFileHandle(data, reply); HWTEST_F() local
356 auto err = stub->CmdPublishIncrementalFile(data, reply); HWTEST_F() local
397 auto err = stub->CmdHandleIncrementalBackup(data, reply); HWTEST_F() local
432 auto err = stub->CmdIncrementalOnBackup(data, reply); HWTEST_F() local
468 auto err = stub->CmdGetIncrementalBackupFileHandle(data, reply); HWTEST_F() local
508 auto err = stub->CmdGetBackupInfo(data, reply); HWTEST_F() local
546 auto err = stub->CmdUpdateFdSendRate(data, reply); HWTEST_F() local
592 auto err = stub->CmdHandleUser0Backup(data, reply); HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/include/
H A Dscreentrans_test_utils.h47 (void) err; variable
71 (void) err; variable
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dacl.cpp139 auto err = memcpy_s(buf, bufSize, &header, sizeof(AclXattrHeader)); in Serialize() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dtruncate.cpp114 auto err = TruncateCore(env, fileInfo, truncateLen); in Sync() local
H A Dstat.cpp95 auto err = CheckFsStat(fileInfo, stat_req.get()); in Sync() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion_test.cpp49 int32_t err = 0; in HWTEST_F() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_stub_test.cpp139 auto err = service->OnRemoteRequest(0, data, reply, option); in HWTEST_F() local
176 auto err = service->CmdInitRestoreSession(data, reply); in HWTEST_F() local
221 auto err = service->CmdInitBackupSession(data, reply); HWTEST_F() local
267 auto err = service->CmdStart(data, reply); HWTEST_F() local
299 auto err = service->CmdGetLocalCapabilities(data, reply); HWTEST_F() local
330 auto err = service->CmdPublishFile(data, reply); HWTEST_F() local
372 auto err = service->CmdAppFileReady(data, reply); HWTEST_F() local
451 auto err = service->CmdAppDone(data, reply); HWTEST_F() local
489 auto err = service->CmdGetFileHandle(data, reply); HWTEST_F() local
524 auto err = service->CmdAppendBundlesRestoreSession(data, reply); HWTEST_F() local
563 auto err = service->CmdAppendBundlesRestoreSession(data, reply); HWTEST_F() local
627 auto err = service->CmdAppendBundlesBackupSession(data, reply); HWTEST_F() local
666 auto err = service->CmdFinish(data, reply); HWTEST_F() local
698 auto err = service->CmdRelease(data, reply); HWTEST_F() local
729 auto err = service->CmdGetBackupInfo(data, reply); HWTEST_F() local
772 auto err = service->CmdUpdateTimer(data, reply); HWTEST_F() local
810 auto err = service->CmdAppendBundlesDetailsRestoreSession(data, reply); HWTEST_F() local
855 auto err = service->CmdAppendBundlesDetailsRestoreSession(data, reply); HWTEST_F() local
898 auto err = service->CmdAppendBundlesDetailsBackupSession(data, reply); HWTEST_F() local
940 auto err = service->CmdGetLocalCapabilitiesIncremental(data, reply); HWTEST_F() local
983 auto err = service->CmdInitIncrementalBackupSession(data, reply); HWTEST_F() local
1029 auto err = service->CmdAppendBundlesIncrementalBackupSession(data, reply); HWTEST_F() local
1073 auto err = service->CmdAppendBundlesDetailsIncrementalBackupSession(data, reply); HWTEST_F() local
1118 auto err = service->CmdPublishIncrementalFile(data, reply); HWTEST_F() local
1160 auto err = service->CmdPublishSAIncrementalFile(data, reply); HWTEST_F() local
1204 auto err = service->CmdAppIncrementalFileReady(data, reply); HWTEST_F() local
1282 auto err = service->CmdAppIncrementalDone(data, reply); HWTEST_F() local
1320 auto err = service->CmdGetIncrementalFileHandle(data, reply); HWTEST_F() local
1355 auto err = service->CmdResultReport(data, reply); HWTEST_F() local
1427 auto err = service->CmdUpdateSendRate(data, reply); HWTEST_F() local
1480 auto err = service->CmdGetAppLocalListAndDoIncrementalBackup(data, reply); HWTEST_F() local
1511 auto err = service->CmdStartExtTimer(data, reply); HWTEST_F() local
1547 auto err = service->CmdStartFwkTimer(data, reply); HWTEST_F() local
1583 auto err = service->CmdReportAppProcessInfo(data, reply); HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/utils/src/b_error/
H A Db_error.cpp78 ErrCode BError::GetBackupCodeByErrno(ErrCode err) in GetBackupCodeByErrno() argument
89 string BError::GetBackupMsgByErrno(ErrCode err) in GetBackupMsgByErrno() argument
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file_hash.cpp29 static tuple<int, string> HashFinal(int err, const unique_ptr<unsigned char[]> &hashBuf, size_t hashLen) in HashFinal() argument
73 int err = ForEachFileSegment(fpath, sha256Update); in HashWithSHA256() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Devent.c105 int32_t err; in EventWait() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcheck_gso_support.c38 FILLP_INT err; in SendUdpSegment() local
82 FILLP_INT err; in RecvUdpSegment() local

Completed in 10 milliseconds

1...<<21222324252627282930>>...127