Home
last modified time | relevance | path

Searched defs:errCode (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/base/account/os_account/frameworks/test/unittest/
Daccount_osaccount_proxy_mock_test.cpp94 …ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAcco… variable
110 ErrCode errCode = OsAccountManager::CreateOsAccountForDomain(type, domainInfo, osAccountInfo); variable
123 ErrCode errCode = OsAccountManager::OsAccountManager::RemoveOsAccount(TEST_USER_ID); variable
136 ErrCode errCode = OsAccountManager::IsOsAccountExists(TEST_USER_ID, isOsAccountExists); variable
150 ErrCode errCode = OsAccountManager::IsOsAccountActived(TEST_USER_ID, isOsAccountActived); variable
164 ErrCode errCode = variable
179 ErrCode errCode = OsAccountManager::IsOsAccountVerified(TEST_USER_ID, isVerified); variable
193 ErrCode errCode = OsAccountManager::GetCreatedOsAccountsCount(osAccountsCount); variable
206 ErrCode errCode = OsAccountManager::GetOsAccountLocalIdFromProcess(id); variable
219 ErrCode errCode = OsAccountManager::IsMainOsAccount(isMainOsAccount); variable
[all …]
/base/telephony/core_service/frameworks/cj/telephony_sim/src/
Dtelephony_sim_ffi.cpp24 bool FfiTelephonySimIsSimActive(int32_t slotId, int32_t *errCode) in FfiTelephonySimIsSimActive()
34 bool FfiTelephonySimHasOperatorPrivileges(int32_t slotId, int32_t *errCode) in FfiTelephonySimHasOperatorPrivileges()
39 char* FfiTelephonySimGetISOCountryCodeForSim(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetISOCountryCodeForSim()
44 char* FfiTelephonySimGetSimOperatorNumeric(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetSimOperatorNumeric()
49 char* FfiTelephonySimGetSimSpn(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetSimSpn()
54 int32_t FfiTelephonySimGetSimState(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetSimState()
59 int32_t FfiTelephonySimGetCardType(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetCardType()
64 bool FfiTelephonySimHasSimCard(int32_t slotId, int32_t *errCode) in FfiTelephonySimHasSimCard()
69 CIccAccountInfo FfiTelephonySimGetSimAccountInfo(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetSimAccountInfo()
74 CArryIccAccountInfo FfiTelephonySimGetActiveSimAccountInfoList(int32_t *errCode) in FfiTelephonySimGetActiveSimAccountInfoList()
[all …]
Dtelephony_sim_impl.cpp38 static int32_t ConvertCJErrCode(int32_t errCode) in ConvertCJErrCode()
117 bool TelephonySimImpl::IsSimActive(int32_t slotId, int32_t &errCode) in IsSimActive()
136 bool TelephonySimImpl::hasOperatorPrivileges(int32_t slotId, int32_t &errCode) in hasOperatorPrivileges()
150 char* TelephonySimImpl::getISOCountryCodeForSim(int32_t slotId, int32_t &errCode) in getISOCountryCodeForSim()
167 char* TelephonySimImpl::getSimOperatorNumeric(int32_t slotId, int32_t &errCode) in getSimOperatorNumeric()
183 char* TelephonySimImpl::getSimSpn(int32_t slotId, int32_t &errCode) in getSimSpn()
198 int32_t TelephonySimImpl::getSimState(int32_t slotId, int32_t &errCode) in getSimState()
212 int32_t TelephonySimImpl::getCardType(int32_t slotId, int32_t &errCode) in getCardType()
226 bool TelephonySimImpl::hasSimCard(int32_t slotId, int32_t &errCode) in hasSimCard()
250 CIccAccountInfo TelephonySimImpl::getSimAccountInfo(int32_t slotId, int32_t &errCode) in getSimAccountInfo()
[all …]
/base/account/os_account/frameworks/common/account_error/src/
Daccount_error_no.cpp28 int32_t AppAccountConvertOtherJSErrCode(int32_t errCode) in AppAccountConvertOtherJSErrCode()
67 int32_t AppAccountConvertToJSErrCode(int32_t errCode) in AppAccountConvertToJSErrCode()
82 int32_t OsAccountConvertToJSErrCode(int32_t errCode) in OsAccountConvertToJSErrCode()
122 static int32_t DomainAccountConvertToJSErrCode(int32_t errCode) in DomainAccountConvertToJSErrCode()
139 static bool IsAppAccountKitError(int32_t errCode) in IsAppAccountKitError()
145 static bool IsAppAccountServiceError(int32_t errCode) in IsAppAccountServiceError()
150 static bool IsOsAccountKitError(int32_t errCode) in IsOsAccountKitError()
156 static bool IsOsAccountServiceError(int32_t errCode) in IsOsAccountServiceError()
163 static bool IsDomainAccountServiceError(int32_t errCode) in IsDomainAccountServiceError()
/base/account/os_account/interfaces/kits/cj/osaccount/src/
Dcj_osaccount_ffi.cpp26 bool FfiOHOSOsAccountIsOsAccountConstraintEnabled(char *constraint, int32_t *errCode) in FfiOHOSOsAccountIsOsAccountConstraintEnabled()
40 int32_t FfiOHOSOsAccountGetOsAccountType(int32_t *errCode) in FfiOHOSOsAccountGetOsAccountType()
48 bool FfiOHOSOsAccountCheckOsAccountTestable(int32_t *errCode) in FfiOHOSOsAccountCheckOsAccountTestable()
54 bool FfiOHOSOsAccountCheckMultiOsAccountEnabled(int32_t *errCode) in FfiOHOSOsAccountCheckMultiOsAccountEnabled()
62 int32_t FfiOHOSOsAccountGetOsAccountLocalId(int32_t *errCode) in FfiOHOSOsAccountGetOsAccountLocalId()
97 uint32_t FfiOHOSOsAccountGetOsAccountCount(int32_t *errCode) in FfiOHOSOsAccountGetOsAccountCount()
105 char *FfiOHOSOsAccountQueryDistributedVirtualDeviceId(int32_t *errCode) in FfiOHOSOsAccountQueryDistributedVirtualDeviceId()
113 int64_t FfiOHOSOsAccountGetSerialNumberForOsAccountLocalId(int32_t localId, int32_t *errCode) in FfiOHOSOsAccountGetSerialNumberForOsAccountLocalId()
121 … int32_t FfiOHOSOsAccountGetOsAccountLocalIdForSerialNumber(int64_t serialNumber, int32_t *errCode) in FfiOHOSOsAccountGetOsAccountLocalIdForSerialNumber()
129 …32_t FfiOHOSOsAccountGetOsAccountLocalIdForDomain(CDomainAccountInfo cDoaminInfo, int32_t *errCode) in FfiOHOSOsAccountGetOsAccountLocalIdForDomain()
[all …]
Dosaccount_manager_impl.cpp25 bool OsAccountManagerImpl::IsOsAccountConstraintEnabled(char *constraint, int32_t *errCode) in IsOsAccountConstraintEnabled()
45 int32_t OsAccountManagerImpl::GetOsAccountType(int32_t *errCode) in GetOsAccountType()
52 bool OsAccountManagerImpl::CheckMultiOsAccountEnabled(int32_t *errCode) in CheckMultiOsAccountEnabled()
59 int32_t OsAccountManagerImpl::GetOsAccountLocalId(int32_t *errCode) in GetOsAccountLocalId()
71 uint32_t OsAccountManagerImpl::GetOsAccountCount(int32_t *errCode) in GetOsAccountCount()
78 char *OsAccountManagerImpl::QueryDistributedVirtualDeviceId(int32_t *errCode) in QueryDistributedVirtualDeviceId()
85 …nt64_t OsAccountManagerImpl::GetSerialNumberForOsAccountLocalId(uint32_t localId, int32_t *errCode) in GetSerialNumberForOsAccountLocalId()
92 …_t OsAccountManagerImpl::GetOsAccountLocalIdForSerialNumber(int64_t serialNumber, int32_t *errCode) in GetOsAccountLocalIdForSerialNumber()
99 …AccountManagerImpl::GetOsAccountLocalIdForDomain(char *domain, char *accountName, int32_t *errCode) in GetOsAccountLocalIdForDomain()
109 int32_t OsAccountManagerImpl::GetOsAccountLocalIdForUid(int32_t uid, int32_t *errCode) in GetOsAccountLocalIdForUid()
[all …]
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp186 int errCode = cellularCallInterfacePtr_->Dial(callInfo); in Dial() local
202 int errCode = cellularCallInterfacePtr_->HangUp(callInfo, type); in HangUp() local
218 int errCode = cellularCallInterfacePtr_->Reject(callInfo); in Reject() local
234 int errCode = cellularCallInterfacePtr_->Answer(callInfo); in Answer() local
248 int errCode = cellularCallInterfacePtr_->HoldCall(callInfo); in HoldCall() local
262 int errCode = cellularCallInterfacePtr_->UnHoldCall(callInfo); in UnHoldCall() local
276 int errCode = cellularCallInterfacePtr_->SwitchCall(callInfo); in SwitchCall() local
299 int errCode = cellularCallInterfacePtr_->CombineConference(callInfo); in CombineConference() local
313 int errCode = cellularCallInterfacePtr_->SeparateConference(callInfo); in SeparateConference() local
327 int errCode = cellularCallInterfacePtr_->KickOutFromConference(callInfo); in KickOutFromConference() local
[all …]
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
Dtelephony_radio_ffi.cpp24 CNetworkRadioTech FfiTelephonyRadioGetRadioTech(int32_t slotId, int32_t *errCode) in FfiTelephonyRadioGetRadioTech()
29 CNetworkState FfiTelephonyRadioGetNetworkState(int32_t slotId, int32_t *errCode) in FfiTelephonyRadioGetNetworkState()
34 int32_t FfiTelephonyRadioGetNetworkSelectionMode(int32_t slotId, int32_t *errCode) in FfiTelephonyRadioGetNetworkSelectionMode()
39 char* FfiTelephonyRadioGetISOCountryCodeForNetwork(int32_t slotId, int32_t *errCode) in FfiTelephonyRadioGetISOCountryCodeForNetwork()
44 int32_t FfiTelephonyRadioGetPrimarySlotId(int32_t *errCode) in FfiTelephonyRadioGetPrimarySlotId()
49 CArraySignalInformation FfiTelephonyRadioGetSignalInfoList(int32_t slotId, int32_t *errCode) in FfiTelephonyRadioGetSignalInfoList()
59 bool FfiTelephonyRadioIsRadioOn(int32_t slotId, int32_t *errCode) in FfiTelephonyRadioIsRadioOn()
64 char* FfiTelephonyRadioGetOperatorName(int32_t slotId, int32_t *errCode) in FfiTelephonyRadioGetOperatorName()
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_proxy.cpp359 int32_t errCode = callManagerServicePtr_->DialCall(number, extras); in DialCall() local
378 int32_t errCode = callManagerServicePtr_->MakeCall(number); in MakeCall() local
397 int32_t errCode = callManagerServicePtr_->AnswerCall(callId, videoState); in AnswerCall() local
416 int32_t errCode = callManagerServicePtr_->RejectCall(callId, isSendSms, content); in RejectCall() local
435 int32_t errCode = callManagerServicePtr_->HangUpCall(callId); in HangUpCall() local
454 int32_t errCode = callManagerServicePtr_->GetCallState(); in GetCallState() local
473 int32_t errCode = callManagerServicePtr_->HoldCall(callId); in HoldCall() local
492 int32_t errCode = callManagerServicePtr_->UnHoldCall(callId); in UnHoldCall() local
511 int32_t errCode = callManagerServicePtr_->SwitchCall(callId); in SwitchCall() local
530 int32_t errCode = callManagerServicePtr_->CombineConference(callId); in CombineConference() local
[all …]
/base/time/time_service/test/unittest/service_test/src/
Dtime_client_test.cpp191 auto errCode = TimeServiceClient::GetInstance()->GetNtpTimeMs(time); variable
327 auto errCode = TimeServiceClient::GetInstance()->GetWallTimeMs(time); variable
339 auto errCode = TimeServiceClient::GetInstance()->GetWallTimeNs(time); variable
351 auto errCode = TimeServiceClient::GetInstance()->GetBootTimeNs(time); variable
363 auto errCode = TimeServiceClient::GetInstance()->GetBootTimeMs(time); variable
375 auto errCode = TimeServiceClient::GetInstance()->GetMonotonicTimeMs(time); variable
387 auto errCode = TimeServiceClient::GetInstance()->GetMonotonicTimeNs(time); variable
399 auto errCode = TimeServiceClient::GetInstance()->GetThreadTimeMs(time); variable
411 auto errCode = TimeServiceClient::GetInstance()->GetThreadTimeNs(time); variable
445 auto errCode = TimeServiceClient::GetInstance()->CreateTimerV9(timerInfo, timerId); variable
[all …]
/base/telephony/state_registry/frameworks/cj/src/
Dtelephony_observer_impl.cpp51 static int32_t ConvertCJErrCode(int32_t errCode) in ConvertCJErrCode()
139 static void NativeOn(EventListener listener, int32_t &errCode) in NativeOn()
158 int32_t errCode = TELEPHONY_SUCCESS; in On() local
190 int32_t errCode = TELEPHONY_SUCCESS; in Off() local
206 int32_t errCode = On(event, options, funcId); in OnNetworkStateChange() local
213 int32_t errCode = Off(event, funcId); in OffNetworkStateChange() local
220 int32_t errCode = Off(event); in OffAllNetworkStateChange() local
227 int32_t errCode = On(event, options, funcId); in OnSignalInfoChange() local
234 int32_t errCode = Off(event, funcId); in OffSignalInfoChange() local
241 int32_t errCode = Off(event); in OffAllSignalInfoChange() local
[all …]
/base/location/frameworks/cj/source/
Dgeolocationmanager_ffi.cpp22 CJLocation FfiOHOSGeoLocationManagerGetLastLocation(int32_t* errCode) in FfiOHOSGeoLocationManagerGetLastLocation()
27 bool FfiOHOSGeoLocationManagerIsLocationEnabled(int32_t* errCode) in FfiOHOSGeoLocationManagerIsLocationEnabled()
32 bool FfiOHOSGeoLocationManagerIsGeocoderAvailable(int32_t* errCode) in FfiOHOSGeoLocationManagerIsGeocoderAvailable()
37 int32_t FfiOHOSGeoLocationManagerGetCachedGnssLocationsSize(int32_t* errCode) in FfiOHOSGeoLocationManagerGetCachedGnssLocationsSize()
42 CJLocation FfiOHOSGeoLocationManagerGetCurrentLocation(int32_t* errCode) in FfiOHOSGeoLocationManagerGetCurrentLocation()
47 …OHOSGeoLocationManagerGetCurrentLocationCurrent(CJCurrentLocationRequest request, int32_t* errCode) in FfiOHOSGeoLocationManagerGetCurrentLocationCurrent()
52 …fiOHOSGeoLocationManagerGetCurrentLocationSingle(CJSingleLocationRequest request, int32_t* errCode) in FfiOHOSGeoLocationManagerGetCurrentLocationSingle()
57 FFI_EXPORT void FfiOHOSGeoLocationManagerFlushCachedGnssLocations(int32_t* errCode) in FfiOHOSGeoLocationManagerFlushCachedGnssLocations()
62 void FfiOHOSGeoLocationManagerSendCommand(CJLocationCommand command, int32_t* errCode) in FfiOHOSGeoLocationManagerSendCommand()
67 CJCountryCode FfiOHOSGeoLocationManagerGetCountryCode(int32_t* errCode) in FfiOHOSGeoLocationManagerGetCountryCode()
[all …]
/base/web/webview/interfaces/kits/cj/src/
Dwebview_message_ffi.cpp38 … void FfiOHOSWebMessagePortPostMessageEvent(int64_t msgPortId, char* stringValue, int32_t *errCode) in FfiOHOSWebMessagePortPostMessageEvent()
55 … void FfiOHOSWebMessagePortPostMessageEventArr(int64_t msgPortId, CArrUI8 arrBuf, int32_t *errCode) in FfiOHOSWebMessagePortPostMessageEventArr()
72 …oid FfiOHOSWebMessagePortPostMessageEventExt(int64_t msgPortId, int64_t msgExtId, int32_t *errCode) in FfiOHOSWebMessagePortPostMessageEventExt()
105 …SWebMessagePortOnMessageEvent(int64_t msgPortId, void (*callback)(RetWebMessage), int32_t *errCode) in FfiOHOSWebMessagePortOnMessageEvent()
120 …OHOSWebMessagePortOnMessageEventExt(int64_t msgPortId, void (*callback)(int64_t), int32_t *errCode) in FfiOHOSWebMessagePortOnMessageEventExt()
135 void FfiOHOSWebMessagePortClose(int64_t msgPortId, int32_t *errCode) in FfiOHOSWebMessagePortClose()
157 int32_t FfiOHOSWebMessageExtImplGetType(int64_t msgExtId, int32_t *errCode) in FfiOHOSWebMessageExtImplGetType()
171 char* FfiOHOSWebMessageExtImplGetString(int64_t msgExtId, int32_t *errCode) in FfiOHOSWebMessageExtImplGetString()
196 RetNumber FfiOHOSWebMessageExtImplGetNumber(int64_t msgExtId, int32_t *errCode) in FfiOHOSWebMessageExtImplGetNumber()
225 bool FfiOHOSWebMessageExtImplGetBoolean(int64_t msgExtId, int32_t *errCode) in FfiOHOSWebMessageExtImplGetBoolean()
[all …]
Dgeolocation_permission.cpp38 int32_t operationType, int32_t *errCode) in ProcessActionByType()
60 …tionPermission::ExecuteGetPermissionState(std::string origin, bool incognitoMode, int32_t *errCode) in ExecuteGetPermissionState()
78 …:vector<std::string> GeolocationPermission::ExecuteGetOrigins(bool incognitoMode, int32_t *errCode) in ExecuteGetOrigins()
92 …GeolocationPermission::CjAllowGeolocation(std::string origin, bool incognitoMode, int32_t *errCode) in CjAllowGeolocation()
97 …eolocationPermission::CjDeleteGeolocation(std::string origin, bool incognitoMode, int32_t *errCode) in CjDeleteGeolocation()
102 …ionPermission::CjGetAccessibleGeolocation(std::string origin, bool incognitoMode, int32_t *errCode) in CjGetAccessibleGeolocation()
107 …or<std::string> GeolocationPermission::CjGetStoredGeolocation(bool incognitoMode, int32_t *errCode) in CjGetStoredGeolocation()
112 void GeolocationPermission::CjDeleteAllGeolocation(bool incognitoMode, int32_t *errCode) in CjDeleteAllGeolocation()
Dgeolocation_permission_ffi.cpp31 void FfiOHOSGeolocationAllowGeolocation(char* origin, bool incognito, int32_t* errCode) in FfiOHOSGeolocationAllowGeolocation()
37 void FfiOHOSGeolocationDeleteGeolocation(char* origin, bool incognito, int32_t* errCode) in FfiOHOSGeolocationDeleteGeolocation()
43 bool FfiOHOSGeolocationGetAccessibleGeolocation(char* origin, bool incognito, int32_t* errCode) in FfiOHOSGeolocationGetAccessibleGeolocation()
49 CArrString FfiOHOSGeolocationGetStoredGeolocation(bool incognito, int32_t* errCode) in FfiOHOSGeolocationGetStoredGeolocation()
61 void FfiOHOSGeolocationDeleteAllGeolocation(bool incognito, int32_t* errCode) in FfiOHOSGeolocationDeleteAllGeolocation()
Dwebview_scheme_ffi_impl.cpp47 void FfiWebHttpBodyStreaminitialize(int64_t id, int32_t *errCode) in FfiWebHttpBodyStreaminitialize()
70 bool FfiWebHttpBodyStreamIsChunked(int64_t id, int32_t *errCode) in FfiWebHttpBodyStreamIsChunked()
82 bool FfiWebHttpBodyStreamIsEof(int64_t id, int32_t *errCode) in FfiWebHttpBodyStreamIsEof()
94 bool FfiWebHttpBodyStreamIsInMemory(int64_t id, int32_t *errCode) in FfiWebHttpBodyStreamIsInMemory()
106 uint64_t FfiWebHttpBodyStreamGetPostion(int64_t id, int32_t *errCode) in FfiWebHttpBodyStreamGetPostion()
118 uint64_t FfiWebHttpBodyStreamGetSize(int64_t id, int32_t *errCode) in FfiWebHttpBodyStreamGetSize()
141 int32_t FfiWebSchemeHandlerRequestGetRequestResourceType(int64_t id, int32_t *errCode) in FfiWebSchemeHandlerRequestGetRequestResourceType()
153 bool FfiWebSchemeHandlerRequestHasGesture(int64_t id, int32_t *errCode) in FfiWebSchemeHandlerRequestHasGesture()
165 bool FfiWebSchemeHandlerRequestIsMainFrame(int64_t id, int32_t *errCode) in FfiWebSchemeHandlerRequestIsMainFrame()
177 bool FfiWebSchemeHandlerRequestIsRedirect(int64_t id, int32_t *errCode) in FfiWebSchemeHandlerRequestIsRedirect()
[all …]
/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_inputmethod_proxy_capi.cpp46 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_ShowKeyboard() local
57 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_ShowTextInput() local
71 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_HideKeyboard() local
81 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_NotifySelectionChange() local
101 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_NotifyConfigurationChange() local
115 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_NotifyCursorUpdate() local
131 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_SendPrivateCommand() local
156 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_SendMessage() local
180 auto errCode = IsValidInputMethodProxy(inputMethodProxy); in OH_InputMethodProxy_RecvMessage() local
/base/telephony/cellular_data/frameworks/cj/src/
Dtel_cellular_data_ffi.cpp30 int32_t FfiCellularDataGetCellularDataFlowType(int32_t *errCode) in FfiCellularDataGetCellularDataFlowType()
35 int32_t FfiCellularDataGetCellularDataState(int32_t *errCode) in FfiCellularDataGetCellularDataState()
40 bool FfiCellularDataIsCellularDataEnabled(int32_t *errCode) in FfiCellularDataIsCellularDataEnabled()
45 bool FfiCellularDataIsCellularDataRoamingEnabled(int32_t slotId, int32_t *errCode) in FfiCellularDataIsCellularDataRoamingEnabled()
Dtel_cellular_data_impl.cpp90 static int32_t ConvertCJErrCode(int32_t errCode) in ConvertCJErrCode()
153 int32_t CellularDataImpl::GetCellularDataFlowType(int32_t &errCode) in GetCellularDataFlowType()
166 int32_t CellularDataImpl::GetCellularDataState(int32_t &errCode) in GetCellularDataState()
179 bool CellularDataImpl::IsCellularDataEnabled(int32_t &errCode) in IsCellularDataEnabled()
191 bool CellularDataImpl::IsCellularDataRoamingEnabled(int32_t slotId, int32_t &errCode) in IsCellularDataRoamingEnabled()
/base/security/crypto_framework/frameworks/cj/src/
Dcrypto_ffi.cpp25 int64_t FfiOHOSCreateRandom(int32_t* errCode) in FfiOHOSCreateRandom()
46 const char *FfiOHOSRandomGetAlgName(int64_t id, int32_t* errCode) in FfiOHOSRandomGetAlgName()
60 HcfBlob FfiOHOSGenerateRandom(int64_t id, int32_t numBytes, int32_t* errCode) in FfiOHOSGenerateRandom()
75 void FfiOHOSSetSeed(int64_t id, HcfBlob *seed, int32_t* errCode) in FfiOHOSSetSeed()
89 int64_t FfiOHOSCreateMd(char* algName, int32_t* errCode) in FfiOHOSCreateMd()
124 HcfBlob FfiOHOSDigest(int64_t id, int32_t* errCode) in FfiOHOSDigest()
144 uint32_t FfiOHOSGetMdLength(int64_t id, int32_t* errCode) in FfiOHOSGetMdLength()
160 int64_t FfiOHOSCreateSymKeyGenerator(char* algName, int32_t* errCode) in FfiOHOSCreateSymKeyGenerator()
181 const char* FfiOHOSSymKeyGeneratorGetAlgName(int64_t id, int32_t* errCode) in FfiOHOSSymKeyGeneratorGetAlgName()
195 int64_t FfiOHOSGenerateSymKey(int64_t id, int32_t* errCode) in FfiOHOSGenerateSymKey()
[all …]
/base/global/i18n/services/src/
Di18n_service_ability_client.cpp49 ErrCode errCode = i18nServiceAbilityObj->SetSystemLanguage(language, code); in SetSystemLanguage() local
67 ErrCode errCode = i18nServiceAbilityObj->SetSystemRegion(region, code); in SetSystemRegion() local
85 ErrCode errCode = i18nServiceAbilityObj->SetSystemLocale(locale, code); in SetSystemLocale() local
103 ErrCode errCode = i18nServiceAbilityObj->Set24HourClock(flag, code); in Set24HourClock() local
121 ErrCode errCode = i18nServiceAbilityObj->SetUsingLocalDigit(flag, code); in SetUsingLocalDigit() local
139 ErrCode errCode = i18nServiceAbilityObj->AddPreferredLanguage(language, index, code); in AddPreferredLanguage() local
157 ErrCode errCode = i18nServiceAbilityObj->RemovePreferredLanguage(index, code); in RemovePreferredLanguage() local
175 ErrCode errCode = i18nServiceAbilityObj->SetTemperatureType(static_cast<int32_t>(type), code); in SetTemperatureType() local
193 ErrCode errCode = i18nServiceAbilityObj->SetFirstDayOfWeek(static_cast<int32_t>(type), code); in SetFirstDayOfWeek() local
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp88 …ErrCode errCode = InnerDomainAccountManager::GetInstance().GetDomainAccountInfo(domainAccountInfo,… in GetDomainAccountStatus() local
179 ErrCode errCode = osAccountControl_->GetConstraintsByType(OsAccountType::ADMIN, constraints); in CreateBaseStandardAccount() local
232 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(id, osAccountInfo); in RetryToGetAccount() local
270 ErrCode errCode = GetRealOsAccountInfoById(defaultActivatedId_, osAccountInfo); in RetryToGetAccount() local
325 ErrCode errCode = FillOsAccountInfo(localName, shortName, type, domainInfo, osAccountInfo); in RetryToGetAccount() local
363 ErrCode errCode = osAccountControl_->GetSerialNumber(serialNumber); in RetryToGetAccount() local
400 ErrCode errCode = osAccountControl_->GetSerialNumber(serialNumber); in RetryToGetAccount() local
478 ErrCode errCode = OsAccountInterface::SendToStorageAccountCreate(osAccountInfo); in RetryToGetAccount() local
536 ErrCode errCode = PrepareOsAccountInfo(name, type, domainInfo, osAccountInfo); in RetryToGetAccount() local
587 ErrCode errCode = PrepareOsAccountInfo(localName, shortName, type, domainInfo, osAccountInfo); in RetryToGetAccount() local
[all …]
/base/inputmethod/imf/services/adapter/os_account_adapter/src/
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
65 auto errCode = OsAccountManager::IsOsAccountVerified(userId, isUnlocked); in IsOsAccountVerified() local
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp136 ErrCode errCode = advancedNotificationService_->AddSlots(slots); in BENCHMARK_F() local
155 ErrCode errCode = advancedNotificationService_->AddSlots(slots); in BENCHMARK_F() local
178 ErrCode errCode = advancedNotificationService_->Subscribe(subscriber->GetImpl(), info); in BENCHMARK_F() local
209 ErrCode errCode = advancedNotificationService_->Publish(label, req); in BENCHMARK_F() local
242 ErrCode errCode = advancedNotificationService_->Publish(label, req); in BENCHMARK_F() local
259 ErrCode errCode = advancedNotificationService_->SetNotificationBadgeNum(2); in BENCHMARK_F() local
276 ErrCode errCode = advancedNotificationService_->GetBundleImportance(importance); in BENCHMARK_F() local
293 … ErrCode errCode = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true); in BENCHMARK_F() local
310 … ErrCode errCode = advancedNotificationService_->SetShowBadgeEnabledForBundle(bundleOption, true); in BENCHMARK_F() local
333 ErrCode errCode = advancedNotificationService_->GetAllActiveNotifications(notifications); in BENCHMARK_F() local
[all …]
/base/telephony/core_service/frameworks/native/src/
Diesim_service_callback_stub.cpp99 ErrCode errCode = data.ReadInt32(); in OnGetEid() local
111 ErrCode errCode = data.ReadInt32(); in OnGetDownloadableProfileMetadata() local
128 ErrCode errCode = data.ReadInt32(); in OnGetDownloadableProfiles() local
144 ErrCode errCode = data.ReadInt32(); in OnGetEuiccProfileInfoList() local
159 ErrCode errCode = data.ReadInt32(); in OnGetDefaultSmdpAddress() local
170 ErrCode errCode = data.ReadInt32(); in OnSetDefaultSmdpAddress() local
181 ErrCode errCode = data.ReadInt32(); in OnSetProfileNickname() local
192 ErrCode errCode = data.ReadInt32(); in OnCancelSession() local
207 ErrCode errCode = data.ReadInt32(); in OnDownloadProfile() local
223 ErrCode errCode = data.ReadInt32(); in OnDeleteProfile() local
[all …]

12345678910>>...18