/base/security/crypto_framework/frameworks/native/src/ |
H A D | native_common.c | 18 OH_Crypto_ErrCode GetOhCryptoErrCode(HcfResult errCode) in GetOhCryptoErrCode() argument
|
/base/security/device_auth/frameworks/deviceauth_lite/source/os_account_adapter/ |
H A D | os_account_adapter.cpp | 30 int32_t errCode = OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids); in GetFrontUserId() local
|
/base/location/frameworks/js/napi/source/ |
H A D | location_napi_errcode.cpp | 23 void HandleSyncErrCode(const napi_env &env, int32_t errCode) in HandleSyncErrCode() argument
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | error.cpp | 34 int GetErrorCode(int errCode) in GetErrorCode() argument
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | inner_errors.cpp | 22 int32_t ErrorToExternal(uint32_t errCode) in ErrorToExternal() argument
|
/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_callback_adapters.cpp | 29 void GetAccessTokenCallbackAdapter::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
|
H A D | domain_account_callback_service.cpp | 33 void DomainAccountCallbackService::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
|
H A D | domain_account_callback_client.cpp | 30 void DomainAccountCallbackClient::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
|
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | mock_domain_auth_callback_for_listener.cpp | 31 void TestDomainAuthCallbackForListener::OnResult(const int32_t errCode, Parcel &parcel)
in OnResult() argument
|
H A D | mock_domain_has_domain_info_callback.cpp | 34 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 D | mock_domain_get_access_token_callback.cpp | 32 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 D | mock_domain_account_callback_stub.cpp | 32 void MockDomainAccountCallbackStub::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/ |
H A D | crash_exception.h | 37 int32_t errCode; member
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | mock_rdb_helper.cpp | 21 GetRdbStore( const RdbStoreConfig &config, int version, RdbOpenCallback &openCallback, int &errCode) GetRdbStore() argument
|
/base/security/asset/frameworks/js/napi/inc/ |
H A D | asset_napi_error_code.h | 52 inline const char *GetErrorMessage(int32_t errCode) in GetErrorMessage() argument
|
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | dh_key_util_impl.cpp | 24 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 D | risk_event_rdb_helper.cpp | 36 int errCode = NativeRdb::E_ERROR; in Init() local
|
/base/telephony/cellular_data/frameworks/cj/src/ |
H A D | tel_cellular_data_ffi.cpp | 30 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 D | pkg_verify.cpp | 66 InstallerErrCode errCode = SYS_UPDATE_SUCCESS; in PerformAction() local
|
/base/web/webview/ohos_adapter/background_task_adapter/src/ |
H A D | background_task_impl.cpp | 58 ErrCode errCode = BackgroundTaskMgrHelper::RequestBackgroundRunningForInner(taskParam); in RequestBackgroundRunning() local
|
/base/inputmethod/imf/services/adapter/os_account_adapter/src/ |
H A D | os_account_adapter.cpp | 26 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 D | async_context.h | 34 int errCode; member in OHOS::Location::AsyncContext
|
/base/location/frameworks/location_common/common/source/ |
H A D | ui_extension_ability_connection.cpp | 40 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 D | account_error_no.cpp | 28 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 D | cj_distributed_account.cpp | 52 RetDistributedInfo FfiOHOSDistributedAccountDistributedInfoGetOsAccountDistributedInfo(int32_t *errCode) in FfiOHOSDistributedAccountDistributedInfoGetOsAccountDistributedInfo() argument 62 void FfiOHOSDistributedAccountUnitSetOsAccountDistributedInfo(RetDistributedInfo retInfo, int32_t *errCode) in FfiOHOSDistributedAccountUnitSetOsAccountDistributedInfo() argument
|