| /foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
| H A D | svc_extension_proxy.cpp | 29 UniqueFd SvcExtensionProxy::GetFileHandle(const string &fileName, int32_t &errCode) in GetFileHandle() argument
|
| /foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
| H A D | mesa_blur_shader_filter_test.cpp | 35 uint32_t errCode = 0; in DecodePixelMap() local
|
| /foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
| H A D | rs_graphic_test_img.cpp | 33 uint32_t errCode = 0; in DecodePixelMap() local
|
| /foundation/filemanagement/user_file_service/interfaces/kits/picker/src/ |
| H A D | picker_napi_utils.cpp | 27 void PickerNapiUtils::CreateNapiErrorObject(napi_env env, napi_value &errorObj, const int32_t errCode, in CreateNapiErrorObject() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | umutex.h | 135 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() argument 166 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { in umtx_initOnce() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | umutex.h | 135 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() argument 166 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { in umtx_initOnce() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | map.cpp | 46 int errCode = GetLastError(); in PageMap() local 51 LOG_ECMA(FATAL) << "PageMap "<< size << ", prot:" << prot << " fail, the error code is: " << errCode; in PageMap() local 63 int errCode = GetLastError(); in PageUnmap() local 105 int errCode = GetLastError(); in PageProtect() local 107 ", change to " << prot << " failed, error code is " << errCode; in PageProtect() local
|
| /base/account/os_account/dfx/hisysevent_adapter/ |
| H A D | account_hisysevent_adapter.cpp | 29 void ReportServiceStartFail(int32_t errCode, const std::string& errMsg)
in ReportServiceStartFail() argument 63 ReportOsAccountOperationFail( int32_t id, const std::string& operationStr, int32_t errCode, const std::string& errMsg) ReportOsAccountOperationFail() argument 85 ReportOhosAccountOperationFail( int32_t userId, const std::string& operationStr, int32_t errCode, const std::string& errMsg) ReportOhosAccountOperationFail() argument 107 ReportAppAccountOperationFail(const std::string &name, const std::string &owner, const std::string& operationStr, int32_t errCode, const std::string& errMsg) ReportAppAccountOperationFail() argument [all...] |
| /base/inputmethod/imf/frameworks/ndk/src/ |
| H A D | native_text_changed_listener.cpp | 246 auto errCode = textEditor_->receivePrivateCommandFunc(textEditor_, command, privateCommand.size()); in ReceivePrivateCommand() local
|
| /base/location/frameworks/native/location_ndk/source/ |
| H A D | locator_c_impl.cpp | 46 auto errCode = g_locatorProxy->IsLocationEnabledV9(isEnabled); in OH_Location_IsLocatingEnabled() local 76 auto errCode = g_locatorProxy->StartLocatingV9(requestConfigV9, locatorCallback); in OH_Location_StartLocating() local 96 auto errCode = g_locatorProxy->StopLocatingV9(locatorCallback); in OH_Location_StopLocating() local 267 Location_ResultCode LocationErrCodeToLocationResultCode(OHOS::Location::LocationErrCode errCode) in LocationErrCodeToLocationResultCode() argument [all...] |
| /base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/ |
| H A D | app_usage_event_factory.cpp | 103 int32_t errCode = BundleActiveClient::GetInstance().QueryBundleStatsInfoByInterval(pkgStats, INTERVAL_TYPE,
in GetAppUsageInfosByUserId() local
|
| /base/location/frameworks/js/napi/notification/src/ |
| H A D | notification_napi_utils.cpp | 76 napi_value NotificationNapi::CreateErrorValue(napi_env env, int32_t errCode, bool newType) in CreateErrorValue() argument 97 void NotificationNapi::NapiThrow(napi_env env, int32_t errCode) in NapiThrow() argument 104 napi_value NotificationNapi::GetCallbackErrorValue(napi_env env, int32_t errCode) in GetCallbackErrorValue() argument
|
| /base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
| H A D | napi_util.cpp | 26 std::string errCode = std::to_string(-1); in CreateErrorMessage() local
|
| /base/inputmethod/imf/common/src/ |
| H A D | inputmethod_sysevent.cpp | 59 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 D | geofence_sdk.cpp | 93 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 D | account_iam_callback_service.cpp | 106 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 D | os_account_test.cpp | 121 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 D | osaccount_manager_impl.cpp | 25 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 D | os_account_database_operator.cpp | 68 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 D | domain_account_plugin_service.cpp | 99 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 D | browser_addon.cpp | 45 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 D | napi_edm_common.h | 37 uint32_t errCode = 0; member
|
| /base/account/os_account/test/fuzztest/domainaccount_stub/procaddserverconfigstub_fuzzer/ |
| H A D | procaddserverconfigstub_fuzzer.cpp | 45 void TestGetDomainAccountInfoCallback::OnResult(const int32_t errCode, Parcel &parcel) in OnResult() argument
|
| /base/request/request/frameworks/native/src/ |
| H A D | request_service_proxy.cpp | 75 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 D | power_mock_parcel_test.cpp | 107 std::string errCode = "can't connect service"; in HWTEST_F() local 208 std::string errCode = "remote error"; in HWTEST_F() local
|