Searched refs:isThrowable (Results 1 – 2 of 2) sorted by relevance
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account.h | 91 …static napi_value CreateAccountInternal(napi_env env, napi_callback_info cbInfo, bool isThrowable); 92 …i_value CreateAccountImplicitlyInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable); 93 …static napi_value RemoveAccountInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable); 94 … static napi_value SetAppAccessInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable); 95 …static napi_value SetCredentialInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable); 96 …static napi_value GetCredentialInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable); 97 …tic napi_value DeleteCredentialInternal(napi_env env, napi_callback_info cbInfo, bool isThrowable); 98 … static napi_value SetExtraInfoInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable); 99 … static napi_value GetExtraInfoInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable); 100 …c napi_value SetDataSyncEnabledInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable); [all …]
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
D | napi_app_account.cpp | 326 …ue NapiAppAccount::RemoveAccountInternal(napi_env env, napi_callback_info cbInfo, bool isThrowable) in RemoveAccountInternal() argument 334 asyncContext->throwErr = isThrowable; in RemoveAccountInternal() 335 if ((!ParseContextWithTwoPara(env, cbInfo, asyncContext)) && isThrowable) { in RemoveAccountInternal() 499 …AppAccount::CheckDataSyncEnabledInternal(napi_env env, napi_callback_info cbInfo, bool isThrowable) in CheckDataSyncEnabledInternal() argument 507 asyncContext->throwErr = isThrowable; in CheckDataSyncEnabledInternal() 508 if ((!ParseContextWithTwoPara(env, cbInfo, asyncContext)) && isThrowable) { in CheckDataSyncEnabledInternal() 559 …ue NapiAppAccount::SetCredentialInternal(napi_env env, napi_callback_info cbInfo, bool isThrowable) in SetCredentialInternal() argument 567 asyncContext->throwErr = isThrowable; in SetCredentialInternal() 568 if ((!ParseContextToSetCredential(env, cbInfo, asyncContext)) && isThrowable) { in SetCredentialInternal() 661 …piAppAccount::SetDataSyncEnabledInternal(napi_env env, napi_callback_info cbInfo, bool isThrowable) in SetDataSyncEnabledInternal() argument [all …]
|