Home
last modified time | relevance | path

Searched defs:errCode (Results 1 - 25 of 354) sorted by relevance

12345678910>>...15

/base/security/crypto_framework/frameworks/native/src/
H A Dnative_common.c18 OH_Crypto_ErrCode GetOhCryptoErrCode(HcfResult errCode) in GetOhCryptoErrCode() argument
/base/security/device_auth/frameworks/deviceauth_lite/source/os_account_adapter/
H A Dos_account_adapter.cpp30 int32_t errCode = OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in GetFrontUserId() local
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_errcode.cpp23 void HandleSyncErrCode(const napi_env &env, int32_t errCode) in HandleSyncErrCode() argument
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Derror.cpp34 int GetErrorCode(int errCode) in GetErrorCode() argument
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dinner_errors.cpp22 int32_t ErrorToExternal(uint32_t errCode) in ErrorToExternal() argument
/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_callback_adapters.cpp29 void GetAccessTokenCallbackAdapter::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
H A Ddomain_account_callback_service.cpp33 void DomainAccountCallbackService::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
H A Ddomain_account_callback_client.cpp30 void DomainAccountCallbackClient::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_auth_callback_for_listener.cpp31 void TestDomainAuthCallbackForListener::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
H A Dmock_domain_has_domain_info_callback.cpp34 void TestHasDomainInfoCallback::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
55 void TestGetDomainAccountInfoCallback::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
H A Dmock_domain_get_access_token_callback.cpp32 void TestGetAccessTokenCallback::OnResult(const int32_t errCode, const std::vector<uint8_t> &accessToken) in OnResult() argument
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
H A Dmock_domain_account_callback_stub.cpp32 void MockDomainAccountCallbackStub::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H A Dcrash_exception.h37 int32_t errCode; member
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dmock_rdb_helper.cpp21 GetRdbStore( const RdbStoreConfig &config, int version, RdbOpenCallback &openCallback, int &errCode) GetRdbStore() argument
/base/security/asset/frameworks/js/napi/inc/
H A Dasset_napi_error_code.h52 inline const char *GetErrorMessage(int32_t errCode) in GetErrorMessage() argument
/base/security/crypto_framework/frameworks/cj/src/
H A Ddh_key_util_impl.cpp24 HcfDhCommParamsSpec *DHKeyUtilImpl::GenDHCommonParamsSpec(int32_t pLen, int32_t skLen, int32_t *errCode) in GenDHCommonParamsSpec() argument
/base/security/security_guard/services/data_collect/store/src/
H A Drisk_event_rdb_helper.cpp36 int errCode = NativeRdb::E_ERROR; in Init() local
/base/telephony/cellular_data/frameworks/cj/src/
H A Dtel_cellular_data_ffi.cpp30 int32_t FfiCellularDataGetCellularDataFlowType(int32_t *errCode) in FfiCellularDataGetCellularDataFlowType() argument
35 int32_t FfiCellularDataGetCellularDataState(int32_t *errCode) in FfiCellularDataGetCellularDataState() argument
40 bool FfiCellularDataIsCellularDataEnabled(int32_t *errCode) in FfiCellularDataIsCellularDataEnabled() argument
45 bool FfiCellularDataIsCellularDataRoamingEnabled(int32_t slotId, int32_t *errCode) in FfiCellularDataIsCellularDataRoamingEnabled() argument
/base/update/sys_installer/frameworks/actions/verify_action/src/
H A Dpkg_verify.cpp66 InstallerErrCode errCode = SYS_UPDATE_SUCCESS; in PerformAction() local
/base/web/webview/ohos_adapter/background_task_adapter/src/
H A Dbackground_task_impl.cpp58 ErrCode errCode = BackgroundTaskMgrHelper::RequestBackgroundRunningForInner(taskParam); in RequestBackgroundRunning() local
/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp26 auto errCode = OsAccountManager::IsOsAccountForeground(userId, isForeground); in IsOsAccountForeground() local
36 int errCode = OsAccountManager::QueryActiveOsAccountIds(userIds); in QueryActiveOsAccountIds() local
56 auto errCode = OsAccountManager::GetOsAccountLocalIdFromUid(uid, userId); in GetOsAccountLocalIdFromUid() local
/base/location/interfaces/inner_api/include/
H A Dasync_context.h34 int errCode; member in OHOS::Location::AsyncContext
/base/location/frameworks/location_common/common/source/
H A Dui_extension_ability_connection.cpp40 int32_t errCode = remoteObject->SendRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone() local
/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp28 int32_t AppAccountConvertOtherJSErrCode(int32_t errCode) in AppAccountConvertOtherJSErrCode() argument
67 int32_t AppAccountConvertToJSErrCode(int32_t errCode) in AppAccountConvertToJSErrCode() argument
82 int32_t OsAccountConvertToJSErrCode(int32_t errCode) in OsAccountConvertToJSErrCode() argument
122 DomainAccountConvertToJSErrCode(int32_t errCode) DomainAccountConvertToJSErrCode() argument
138 IsAppAccountKitError(int32_t errCode) IsAppAccountKitError() argument
144 IsAppAccountServiceError(int32_t errCode) IsAppAccountServiceError() argument
149 IsOsAccountKitError(int32_t errCode) IsOsAccountKitError() argument
155 IsOsAccountServiceError(int32_t errCode) IsOsAccountServiceError() argument
162 IsDomainAccountServiceError(int32_t errCode) IsDomainAccountServiceError() argument
[all...]
/base/account/os_account/frameworks/cj/distributed_account/src/
H A Dcj_distributed_account.cpp52 RetDistributedInfo FfiOHOSDistributedAccountDistributedInfoGetOsAccountDistributedInfo(int32_t *errCode) in FfiOHOSDistributedAccountDistributedInfoGetOsAccountDistributedInfo() argument
62 void FfiOHOSDistributedAccountUnitSetOsAccountDistributedInfo(RetDistributedInfo retInfo, int32_t *errCode) in FfiOHOSDistributedAccountUnitSetOsAccountDistributedInfo() argument

Completed in 6 milliseconds

12345678910>>...15