Home
last modified time | relevance | path

Searched defs:throwErr (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_error.cpp114 napi_value GenerateBusinessSuccess(napi_env env, bool throwErr) in GenerateBusinessSuccess()
124 napi_value GenerateBusinessError(napi_env env, int32_t nativeErrCode, bool throwErr) in GenerateBusinessError()
153 void AccountNapiThrow(napi_env env, int32_t nativeErrCode, bool throwErr) in AccountNapiThrow()
160 void AccountNapiThrow(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg, bool throwErr) in AccountNapiThrow()
167 void AccountIAMNapiThrow(napi_env env, int32_t jsErrCode, bool throwErr) in AccountIAMNapiThrow()
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp456 napi_value GetCreatedOsAccountsCountInner(napi_env env, napi_callback_info cbInfo, bool throwErr) in GetCreatedOsAccountsCountInner()
542 napi_value GetOsAccountAllConstraintsInner(napi_env env, napi_callback_info cbInfo, bool throwErr) in GetOsAccountAllConstraintsInner()
694 napi_value QueryActivatedOsAccountIdsInner(napi_env env, napi_callback_info cbInfo, bool throwErr) in QueryActivatedOsAccountIdsInner()
809 napi_value QueryCurrentOsAccountInner(napi_env env, napi_callback_info cbInfo, bool throwErr) in QueryCurrentOsAccountInner()
842 napi_value GetOsAccountLocalIdFromUidInner(napi_env env, napi_callback_info cbInfo, bool throwErr) in GetOsAccountLocalIdFromUidInner()
1087 napi_value InnerIsOsAccountActived(napi_env env, napi_callback_info cbInfo, bool throwErr) in InnerIsOsAccountActived()
1125 napi_value InnerIsOsAccountConstraintEnable(napi_env env, napi_callback_info cbInfo, bool throwErr) in InnerIsOsAccountConstraintEnable()
1173 napi_value GetOsAccountTypeFromProcessInner(napi_env env, napi_callback_info cbInfo, bool throwErr) in GetOsAccountTypeFromProcessInner()
1211 napi_value InnerIsMultiOsAccountEnable(napi_env env, napi_callback_info cbInfo, bool throwErr) in InnerIsMultiOsAccountEnable()
1239 napi_value InnerIsOsAccountVerified(napi_env env, napi_callback_info cbInfo, bool throwErr) in InnerIsOsAccountVerified()
[all …]
H A Dnapi_os_account_common.cpp94 …llbackAndId(napi_env env, napi_callback_info cbInfo, napi_ref &callbackRef, int &id, bool throwErr) in ParseCallbackAndId()
/ohos5.0/base/account/os_account/interfaces/kits/napi/distributedaccount/include/
H A Dnapi_distributed_account.h31 bool throwErr = false; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h46 bool throwErr = false; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
H A Dnapi_distributed_account.cpp340 …apiDistributedAccount::QueryOhosAccountInfo(napi_env env, napi_callback_info cbInfo, bool throwErr) in QueryOhosAccountInfo()
544 …piDistributedAccount::UpdateOhosAccountInfo(napi_env env, napi_callback_info cbInfo, bool throwErr) in UpdateOhosAccountInfo()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h117 bool throwErr = true; member
146 bool throwErr = true; member
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.h180 bool throwErr = false; member