Home
last modified time | relevance | path

Searched defs:errCode (Results 501 - 525 of 1768) sorted by relevance

1...<<21222324252627282930>>...71

/base/inputmethod/imf/common/src/
H A Dinputmethod_sysevent.cpp59 void InputMethodSysEvent::ServiceFaultReporter(const std::string &componentName, int32_t errCode) in ServiceFaultReporter() argument
70 void InputMethodSysEvent::InputmethodFaultReporter(int32_t errCode, const std::string &name, const std::string &info) in InputmethodFaultReporter() argument
/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp93 LocationErrCode errCode = proxy->AddFenceV9(request); in AddFenceV9() local
108 LocationErrCode errCode = proxy->RemoveFenceV9(request); in RemoveFenceV9() local
122 LocationErrCode errCode = proxy->AddGnssGeofence(request); in AddGnssGeofence() local
137 LocationErrCode errCode = proxy->RemoveGnssGeofence(request); in RemoveGnssGeofence() local
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_callback_service.cpp106 void DomainAuthCallbackAdapter::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
135 ErrCode errCode = DomainAccountClient::GetInstance().AuthUser(userId_, data, callback); in OnSetData() local
/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_test.cpp121 ErrCode errCode = g_osAccount->CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osAccountInfo); in HWTEST_F() local
135 ErrCode errCode = g_osAccount->CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfo); in HWTEST_F() local
147 ErrCode errCode = g_osAccount->RemoveOsAccount(0); in HWTEST_F() local
163 ErrCode errCode = g_osAccount->SetOsAccountName(100, STRING_NAME_OUT_OF_RANGE); HWTEST_F() local
175 ErrCode errCode = g_osAccount->SetOsAccountName(100, STRING_EMPTY); HWTEST_F() local
187 ErrCode errCode = g_osAccount->SetOsAccountProfilePhoto(100, STRING_PHOTO_OUT_OF_RANGE); HWTEST_F() local
[all...]
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dosaccount_manager_impl.cpp25 bool OsAccountManagerImpl::IsOsAccountConstraintEnabled(char *constraint, int32_t *errCode) in IsOsAccountConstraintEnabled() argument
45 int32_t OsAccountManagerImpl::GetOsAccountType(int32_t *errCode) in GetOsAccountType() argument
52 bool OsAccountManagerImpl::CheckMultiOsAccountEnabled(int32_t *errCode) in CheckMultiOsAccountEnabled() argument
59 int32_t OsAccountManagerImpl::GetOsAccountLocalId(int32_t *errCode) in GetOsAccountLocalId() argument
71 GetOsAccountCount(int32_t *errCode) GetOsAccountCount() argument
78 QueryDistributedVirtualDeviceId(int32_t *errCode) QueryDistributedVirtualDeviceId() argument
85 GetSerialNumberForOsAccountLocalId(uint32_t localId, int32_t *errCode) GetSerialNumberForOsAccountLocalId() argument
92 GetOsAccountLocalIdForSerialNumber(int64_t serialNumber, int32_t *errCode) GetOsAccountLocalIdForSerialNumber() argument
99 GetOsAccountLocalIdForDomain(char *domain, char *accountName, int32_t *errCode) GetOsAccountLocalIdForDomain() argument
109 GetOsAccountLocalIdForUid(int32_t uid, int32_t *errCode) GetOsAccountLocalIdForUid() argument
116 GetOsAccountName(int32_t *errCode) GetOsAccountName() argument
123 IsOsAccountUnlocked(int32_t *errCode) IsOsAccountUnlocked() argument
[all...]
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_database_operator.cpp68 ErrCode errCode = ERR_OK; in GetOsAccountListFromDatabase() local
107 ErrCode errCode = accountDataStorage_->AddAccountInfo(osAccountInfo); in InsertOsAccountIntoDataBase() local
123 ErrCode errCode = accountDataStorage_->RemoveValueFromKvStore(std::to_string(id)); in DelOsAccountFromDatabase() local
138 ErrCode errCode = accountDataStorage_->SaveAccountInfo(osAccountInfo); UpdateOsAccountInDatabase() local
231 ErrCode errCode = ERR_OK; GetAccountListFromStoreID() local
261 ErrCode errCode = accountDataStorage_->PutValueToKvStore(Constants::ACCOUNT_LIST, accountListJson.dump()); SaveAccountListToDatabase() local
[all...]
/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_service.cpp99 ErrCode errCode = CheckAndInitExecEnv(callback, &callbackClient); in IsAccountTokenValid() local
113 ErrCode errCode = CheckAndInitExecEnv(callback, &callbackClient); in GetAccessToken() local
142 ErrCode errCode = CheckAndInitExecEnv(callback, &callbackClient); in GetDomainAccountInfo() local
155 ErrCode errCode in OnAccountBound() local
168 ErrCode errCode = CheckAndInitExecEnv(callback, &callbackClient); OnAccountUnBound() local
[all...]
/base/customization/enterprise_device_management/interfaces/kits/browser/src/
H A Dbrowser_addon.cpp45 int32_t errCode = -1; in SetPolicies() local
83 int32_t errCode = -1; in GetPolicies() local
121 int32_t errCode = -1; in SetPolicy() local
146 int32_t errCode in GetPoliciesSync() local
[all...]
/base/customization/enterprise_device_management/interfaces/kits/common/include/
H A Dnapi_edm_common.h37 uint32_t errCode = 0; member
/base/account/os_account/test/fuzztest/domainaccount_stub/procaddserverconfigstub_fuzzer/
H A Dprocaddserverconfigstub_fuzzer.cpp45 void TestGetDomainAccountInfoCallback::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
/base/request/request/frameworks/native/src/
H A Drequest_service_proxy.cpp75 int32_t errCode = reply.ReadInt32(); in Create() local
149 int32_t errCode = reply.ReadInt32(); in GetTask() local
204 int32_t errCode = reply.ReadInt32(); Query() local
227 int32_t errCode = reply.ReadInt32(); Touch() local
274 int32_t errCode = reply.ReadInt32(); Show() local
314 int32_t errCode = reply.ReadInt32(); QueryMimeType() local
376 int32_t errCode = reply.ReadInt32(); OpenChannel() local
401 int32_t errCode = reply.ReadInt32(); Subscribe() local
436 int32_t errCode = reply.ReadInt32(); SubRunCount() local
[all...]
/base/powermgr/power_manager/test/unittest/src/mock/
H A Dpower_mock_parcel_test.cpp107 std::string errCode = "can't connect service"; in HWTEST_F() local
208 std::string errCode = "remote error"; in HWTEST_F() local
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dcoordination_message.h44 int32_t errCode; member
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_util.cpp80 int32_t errCode = GetErrCode(msgInfo); in GetResult() local
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_client.cpp70 auto errCode = eventHandler_->AddFileDescriptorListener(socket->GetFd(), in Connect() local
/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp582 int32_t errCode = 10; in HWTEST_F() local
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_client_test.cpp439 int32_t errCode = 0; in HWTEST_F() local
442 pkt << userData << networkId << nType << errCode; in HWTEST_F() local
471 int32_t errCode = 0; in HWTEST_F() local
474 pkt << userData << networkId << nType << errCode; in HWTEST_F() local
479 pkt << userData << networkId << nType << errCode; in HWTEST_F() local
/base/notification/distributed_notification_service/services/ans/include/
H A Devent_report.h53 int32_t errCode = 0; member
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp137 ErrCode errCode = advancedNotificationService_->AddSlots(slots); in BENCHMARK_F() local
156 ErrCode errCode = advancedNotificationService_->AddSlots(slots); in BENCHMARK_F() local
180 ErrCode errCode = advancedNotificationService_->Subscribe(listener, info); in BENCHMARK_F() local
211 ErrCode errCode = advancedNotificationService_->Publish(label, req); in BENCHMARK_F() local
244 ErrCode errCode = advancedNotificationService_->Publish(label, req); BENCHMARK_F() local
261 ErrCode errCode = advancedNotificationService_->SetNotificationBadgeNum(2); BENCHMARK_F() local
278 ErrCode errCode = advancedNotificationService_->GetBundleImportance(importance); BENCHMARK_F() local
295 ErrCode errCode = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true); BENCHMARK_F() local
312 ErrCode errCode = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true); BENCHMARK_F() local
335 ErrCode errCode = advancedNotificationService_->GetAllActiveNotifications(notifications); BENCHMARK_F() local
352 ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true); BENCHMARK_F() local
369 ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForAllBundles(std::string(), true); BENCHMARK_F() local
392 ErrCode errCode = advancedNotificationService_->SetNotificationsEnabledForSpecialBundle( BENCHMARK_F() local
[all...]
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_validator_openssl.c45 int32_t errCode; member
59 static CfResult ConvertOpensslErrorMsg(int32_t errCode) in ConvertOpensslErrorMsg() argument
173 int32_t errCode = X509_STORE_CTX_get_error(verifyCtx); in ValidateCertChainInner() local
/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_cert_openssl.c38 unsigned long errCode = ERR_get_error(); in CfPrintOpensslError() local
/base/security/certificate_manager/interfaces/kits/cj/src/
H A Dcj_cert_manager_ffi.c39 const int32_t errCode = CmGetAppCert(keyUri, store, &credential); in FfiCertManagerGetAppCert() local
98 const int32_t errCode = CmGetUserCertList(store, &certificateList); in FfiCertManagerGetUserCertList() local
128 const int32_t errCode = CmGetUserCertInfo(certUri, store, &info); in FfiCertManagerGetUserCertInfo() local
/base/security/access_token/frameworks/js/napi/el5filekeymanager/src/
H A Del5_filekey_manager_napi.cpp43 void ThrowError(napi_env env, int32_t errCode) in ThrowError() argument
/base/security/certificate_manager/interfaces/kits/napi/include/dialog/
H A Dcm_napi_open_dialog.h50 int32_t errCode = 0; member
/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_open_install_dialog.cpp95 bool SetErrorCode(int32_t errCode) in SetErrorCode() argument

Completed in 15 milliseconds

1...<<21222324252627282930>>...71