Home
last modified time | relevance | path

Searched refs:OS_ACCOUNT_ERR_INTERNAL_ERROR (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A D_os_account.md33 …rCode](#osaccount_errcode-1) {<br/>OS_ACCOUNT_ERR_OK = 0,<br/>OS_ACCOUNT_ERR_INTERNAL_ERROR = 1230…
77 | OS_ACCOUNT_ERR_INTERNAL_ERROR | 内部错误。 |
107 返回OS_ACCOUNT_ERR_OK表示成功;返回OS_ACCOUNT_ERR_INTERNAL_ERROR表示内部错误;返回OS_ACCOUNT_ERR_INVALID_PARAMETER指示b…
H A Dos__account__common_8h.md31 …ount.md#osaccount_errcode-1) {<br/>OS_ACCOUNT_ERR_OK = 0,<br/>OS_ACCOUNT_ERR_INTERNAL_ERROR = 1230…
/ohos5.0/base/account/os_account/interfaces/kits/capi/osaccount/src/
H A Dos_account.cpp34 return OsAccount_ErrCode::OS_ACCOUNT_ERR_INTERNAL_ERROR; in OH_OsAccount_GetName()
45 return OsAccount_ErrCode::OS_ACCOUNT_ERR_INTERNAL_ERROR; in OH_OsAccount_GetName()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_os_account.md33 …ErrCode](#osaccount_errcode-1) {<br>OS_ACCOUNT_ERR_OK = 0,<br>OS_ACCOUNT_ERR_INTERNAL_ERROR = 1230…
77 | OS_ACCOUNT_ERR_INTERNAL_ERROR | Internal error. |
107 …ACCOUNT_ERR_OK** if the operation is successful.<br>Returns **OS_ACCOUNT_ERR_INTERNAL_ERROR** if a…
H A Dos__account__common_8h.md31 …ccount.md#osaccount_errcode-1) {<br>OS_ACCOUNT_ERR_OK = 0,<br>OS_ACCOUNT_ERR_INTERNAL_ERROR = 1230…
/ohos5.0/base/account/os_account/interfaces/kits/capi/osaccount/include/
H A Dos_account_common.h49 OS_ACCOUNT_ERR_INTERNAL_ERROR = 12300001, enumerator