Home
last modified time | relevance | path

Searched defs:errcode (Results 1 - 25 of 228) sorted by relevance

12345678910

/third_party/node/deps/npm/node_modules/promise-retry/
H A Dindex.js3 var errcode = require('err-code'); variable
/kernel/liteos_m/components/shell/include/
H A Dshow.h49 STATIC INLINE VOID SetErrno(INT32 errcode) in SetErrno() argument
54 STATIC INLINE VOID SetErr(INT32 errcode, const CHAR *errMessage) in SetErr() argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dreadahead.c28 int errcode = -1; in readahead_0100() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp24 bool StorageRadar::RecordKillProcessResult(std::string processName, int32_t errcode) in RecordKillProcessResult() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_callback_proxy.cpp22 void UserCallbackProxy::OnStopUserDone(int userId, int errcode) in OnStopUserDone() argument
27 void UserCallbackProxy::OnStartUserDone(int userId, int errcode) in OnStartUserDone() argument
32 void UserCallbackProxy::SendRequestCommon(int userId, int errcode, IUserCallback::UserCallbackCmd cmd) in SendRequestCommon() argument
/foundation/ability/ability_runtime/test/unittest/stop_user_callback_proxy_test/
H A Dstop_user_callback_proxy_test.cpp65 int errcode = 0; in HWTEST_F() local
84 int errcode = 0; in HWTEST_F() local
H A Dstop_user_callback_stub_mock.h48 virtual void OnStopUserDone(int userId, int errcode) {}; in OnStopUserDone() argument
49 virtual void OnStartUserDone(int userId, int errcode) {} in OnStartUserDone() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_observer_stub.cpp33 int32_t errcode = BT_NO_ERROR; in OnRemoteRequest() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_message.c74 int32_t errcode; in TransAuthChannelMsgUnpack() local
114 int32_t TransAuthChannelErrorPack(int32_t errcode, const char *errMsg, char *cJsonStr, int32_t maxLen) in TransAuthChannelErrorPack() argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_ability.cpp41 int errcode = stageContext->GetSystemPreferencesDir(dataGroupId, false, contextInfo.preferencesDir); in GetContextInfo() local
/third_party/NuttX/fs/vfs/
H A Dfs_pread64.c71 int errcode; in file_pread64() local
H A Dfs_pread.c53 int errcode; in file_pread() local
H A Dfs_sendfile.c158 int errcode = get_errno(); in sendfile() local
213 int errcode = get_errno(); in sendfile() local
H A Dfs_pwrite64.c71 int errcode; in file_pwrite64() local
H A Dfs_pwrite.c53 int errcode; in file_pwrite() local
/third_party/python/Parser/
H A Dpeg_api.c19 _PyParser_ASTFromFile(FILE *fp, PyObject *filename_ob, const char *enc, int mode, const char *ps1, const char* ps2, PyCompilerFlags *flags, int *errcode, PyArena *arena) _PyParser_ASTFromFile() argument
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_rdb_test/
H A Dapp_domain_verify_rdb_data_manager_test.cpp446 int errcode = NativeRdb::E_OK; in HWTEST_F() local
462 int errcode = NativeRdb::E_ERROR; in HWTEST_F() local
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_rdb_data_manager.cpp61 bool AppDomainVerifyRdbDataManager::CheckRdbReturnIfOk(int errcode) in CheckRdbReturnIfOk() argument
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_credential_auth_status_req.h82 void SetErrCode(int32_t errcode) in SetErrCode() argument
/third_party/openssl/ssl/
H A Dssl_mcnf.c75 int errcode = rv == -2 ? SSL_R_UNKNOWN_COMMAND : SSL_R_BAD_VALUE; in ssl_do_config() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregerror.c84 llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size) in llvm_regerror() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregerror.c84 llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size) in llvm_regerror() argument
/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H A Duser_controller_test.cpp60 void TestUserCallback::OnStartUserDone(int userId, int errcode) in OnStartUserDone() argument
65 void TestUserCallback::OnStopUserDone(int userId, int errcode) {} in OnStopUserDone() argument
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_session/
H A Djs_dialog_session.cpp74 auto errcode = AbilityManagerClient::GetInstance()->GetDialogSessionInfo(dialogSessionId, dialogSessionInfo); in OnGetDialogSessionInfo() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dheif_exif_metadata_accessor_test.cpp177 uint32_t errcode = imageAccessor.Write(); in HWTEST_F() local
198 uint32_t errcode = imageWriteAccessor.Write(); in HWTEST_F() local
231 uint32_t errcode = imageAccessor.Write(); in HWTEST_F() local

Completed in 9 milliseconds

12345678910