Home
last modified time | relevance | path

Searched defs:errCode (Results 301 - 325 of 1774) sorted by relevance

1...<<11121314151617181920>>...71

/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_controller_capi.cpp155 InputMethod_ErrorCode errCode = GetInputMethodProxy(textEditor); in OH_InputMethodController_Attach() local
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dcj_osaccount_ffi.cpp26 bool FfiOHOSOsAccountIsOsAccountConstraintEnabled(char *constraint, int32_t *errCode) in FfiOHOSOsAccountIsOsAccountConstraintEnabled() argument
46 FfiOHOSOsAccountGetOsAccountType(int32_t *errCode) FfiOHOSOsAccountGetOsAccountType() argument
54 FfiOHOSOsAccountCheckOsAccountTestable(int32_t *errCode) FfiOHOSOsAccountCheckOsAccountTestable() argument
60 FfiOHOSOsAccountCheckMultiOsAccountEnabled(int32_t *errCode) FfiOHOSOsAccountCheckMultiOsAccountEnabled() argument
68 FfiOHOSOsAccountGetOsAccountLocalId(int32_t *errCode) FfiOHOSOsAccountGetOsAccountLocalId() argument
103 FfiOHOSOsAccountGetOsAccountCount(int32_t *errCode) FfiOHOSOsAccountGetOsAccountCount() argument
111 FfiOHOSOsAccountQueryDistributedVirtualDeviceId(int32_t *errCode) FfiOHOSOsAccountQueryDistributedVirtualDeviceId() argument
119 FfiOHOSOsAccountGetSerialNumberForOsAccountLocalId(uint32_t localId, int32_t *errCode) FfiOHOSOsAccountGetSerialNumberForOsAccountLocalId() argument
127 FfiOHOSOsAccountGetOsAccountLocalIdForSerialNumber(int64_t serialNumber, int32_t *errCode) FfiOHOSOsAccountGetOsAccountLocalIdForSerialNumber() argument
135 FfiOHOSOsAccountGetOsAccountLocalIdForDomain(CDomainAccountInfo cDoaminInfo, int32_t *errCode) FfiOHOSOsAccountGetOsAccountLocalIdForDomain() argument
144 FfiOHOSOsAccountGetOsAccountLocalIdForUid(int32_t uid, int32_t *errCode) FfiOHOSOsAccountGetOsAccountLocalIdForUid() argument
152 FfiOHOSOsAccountGetOsAccountName(int32_t *errCode) FfiOHOSOsAccountGetOsAccountName() argument
160 FfiOHOSOsAccountIsOsAccountUnlocked(int32_t *errCode) FfiOHOSOsAccountIsOsAccountUnlocked() argument
[all...]
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp265 int32_t ConvertOtherJSErrCodeV8(int32_t errCode) in ConvertOtherJSErrCodeV8() argument
291 int32_t ConvertToJSErrCodeV8(int32_t errCode) in ConvertToJSErrCodeV8() argument
[all...]
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_inputer_manager.cpp96 ErrCode errCode = AccountIAMClient::GetInstance().RegisterInputer(authType, inputer); in RegisterInputer() local
122 ErrCode errCode = AccountIAMClient::GetInstance().UnregisterInputer(authType); in UnregisterInputer() local
[all...]
H A Dnapi_account_iam_pin_auth.cpp88 int32_t errCode = AccountIAMClient::GetInstance().RegisterPINInputer(inputer); in RegisterInputer() local
101 ErrCode errCode = AccountIAMClient::GetInstance().UnregisterPINInputer(); in UnregisterInputer() local
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_create_os_account_test.cpp96 ErrCode errCode; in HWTEST_F() local
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtest_common.cpp84 UErrorCode errCode = U_ZERO_ERROR; in GetLocale() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H A Dcrash_exception.cpp53 static const char* GetCrashDescription(const int32_t errCode) in GetCrashDescription() argument
65 void ReportCrashException(const char* pName, int32_t pid, int32_t uid, int32_t errCode) in ReportCrashException() argument
71 ReportCrashException(std::string(pName), pid, uid, errCode); in ReportCrashException() local
74 void ReportCrashException(std::string name, int32_t pid, int32_t uid, int32_t errCode) in ReportCrashException() argument
103 int32_t errCode in ReportUnwinderException() local
[all...]
/base/powermgr/battery_statistics/utils/native/src/
H A Dstats_helper.cpp34 int errCode = clock_gettime(CLOCK_BOOTTIME, &rawBootTime); in GetBootTimeMs() local
49 int errCode = clock_gettime(CLOCK_MONOTONIC, &rawUpTime); in GetUpTimeMs() local
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_manager.cpp38 int32_t errCode = INTERACTION_MGR->PrepareCoordination(callback, isCompatible); in Prepare() local
55 int32_t errCode = INTERACTION_MGR->UnprepareCoordination(callback, isCompatible); in Unprepare() local
73 int32_t errCode = INTERACTION_MGR->ActivateCoordination( in Activate() local
92 int32_t errCode in Deactivate() local
110 int32_t errCode = INTERACTION_MGR->GetCoordinationState(networkId, callback, isCompatible); GetCrossingSwitchState() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_callback_stub.cpp44 ErrCode errCode; in ConvertPushCheckCodeToErrCode() local
/base/location/test/location_locator/source/
H A Dlocator_agent_test.cpp223 auto errCode = locatorAgent->StartGnssLocating(locatorCallback); in HWTEST_F() local
254 auto errCode = locatorAgent->StopGnssLocating(locatorCallback); in HWTEST_F() local
271 auto errCode = locatorAgent->RegisterNmeaMessageCallback(nmeaCallback); in HWTEST_F() local
285 auto errCode = locatorAgent->RegisterNmeaMessageCallback(nullptr); in HWTEST_F() local
302 auto errCode = locatorAgent->UnregisterNmeaMessageCallback(nmeaCallback); in HWTEST_F() local
316 auto errCode = locatorAgent->UnregisterNmeaMessageCallback(nullptr); HWTEST_F() local
333 auto errCode = locatorAgent->RegisterGnssStatusCallback(gnssCallback); HWTEST_F() local
347 auto errCode = locatorAgent->RegisterGnssStatusCallback(nullptr); HWTEST_F() local
365 auto errCode = locatorAgent->UnregisterGnssStatusCallback(gnssCallback); HWTEST_F() local
379 auto errCode = locatorAgent->UnregisterGnssStatusCallback(nullptr); HWTEST_F() local
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_manager.cpp38 int32_t errCode = 0; in Enable() local
61 int32_t errCode = INTERACTION_MGR->ActivateCoordination(remoteNetworkDescriptor, startDeviceId, callback); in Start() local
79 int32_t errCode = INTERACTION_MGR->DeactivateCoordination(isUnchained, callback); in Stop() local
96 int32_t errCode = INTERACTION_MGR->GetCoordinationState(deviceDescriptor, callback); GetState() local
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_event_service.cpp82 void AdvancedNotificationService::SendPublishHiSysEvent(const sptr<NotificationRequest> &request, ErrCode errCode) in SendPublishHiSysEvent() argument
40 SendSubscribeHiSysEvent(int32_t pid, int32_t uid, const sptr<NotificationSubscribeInfo> &info, ErrCode errCode) SendSubscribeHiSysEvent() argument
101 SendCancelHiSysEvent(int32_t notificationId, const std::string &label, const sptr<NotificationBundleOption> &bundleOption, ErrCode errCode) SendCancelHiSysEvent() argument
117 SendRemoveHiSysEvent(int32_t notificationId, const std::string &label, const sptr<NotificationBundleOption> &bundleOption, ErrCode errCode) SendRemoveHiSysEvent() argument
132 SendEnableNotificationHiSysEvent(const sptr<NotificationBundleOption> &bundleOption, bool enabled, ErrCode errCode) SendEnableNotificationHiSysEvent() argument
151 SendEnableNotificationSlotHiSysEvent( const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, bool enabled, ErrCode errCode) SendEnableNotificationSlotHiSysEvent() argument
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/rdb/src/
H A Dcm_rdb_data_manager.cpp156 int32_t errCode = NativeRdb::E_OK; in GetRdbStore() local
/base/security/crypto_framework/frameworks/cj/src/
H A Dcipher_impl.cpp87 const char *CipherImpl::GetAlgorithm(int32_t* errCode) in GetAlgorithm() argument
H A Dverify_impl.cpp46 bool VerifyImpl::Verify(HcfBlob *data, HcfBlob signatureData, int32_t *errCode) in Verify() argument
/base/security/crypto_framework/frameworks/js/jsi/src/
H A Djsi_md.cpp84 HcfResult errCode = ParseUint8ArrayToBlob(inVlaue, &inBlob); in Update() local
116 HcfResult errCode = ParseUint8ArrayToBlob(inVlaue, &inBlob); in UpdateSync() local
144 HcfResult errCode = mdObj->doFinal(mdObj, &outBlob); Digest() local
167 HcfResult errCode = mdObj->doFinal(mdObj, &outBlob); DigestSync() local
[all...]
H A Djsi_rand.cpp138 HcfResult errCode = ParseUint8ArrayToBlob(inVlaue, &seedBlob); in SetSeed() local
/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_task_main.c27 static void AccountSendErrMsgToSelf(CJson *out, int32_t errCode) in AccountSendErrMsgToSelf() argument
47 static void AccountSendErrMsgToOut(CJson *out, int32_t opCode, int32_t errCode) in AccountSendErrMsgToOut() argument
174 static void AccountSendCreateError(const CJson *in, CJson *out, int32_t errCode) in AccountSendCreateError() argument
[all...]
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_data_channel.cpp103 auto errCode = eventHandler_->AddFileDescriptorListener(fd, AppExecFwk::FILE_DESCRIPTOR_INPUT_EVENT, listener, in AddFdListener() local
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_sa_interface.cpp38 void HksStub::SendAsyncReply(uint32_t errCode, std::unique_ptr<uint8_t[]> &certChain, uint32_t sz) in SendAsyncReply() argument
50 uint32_t errCode = 1; in ProcessAttestKeyAsyncReply() local
127 void HksProxy::SendAsyncReply(uint32_t errCode, st argument
[all...]
/base/telephony/core_service/utils/common/src/
H A Dtelephony_permission.cpp55 ErrCode errCode = iBundleMgr->GetNameForUid(uid, bundleName); in GetBundleNameByUid() local
/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp24 std::shared_ptr<NativePreferences::Preferences> TelProfileUtil::GetProfiles(const std::string &path, int &errCode) in GetProfiles() argument
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dsend_callback.cpp121 int32_t errCode = uv_queue_work_with_qos( in OnSmsSendResult() local

Completed in 11 milliseconds

1...<<11121314151617181920>>...71