Home
last modified time | relevance | path

Searched refs:ParseContextForAppAccount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp309 …if ((!ParseContextForAppAccount(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThro… in RemoveAccountInternal()
342 ParseContextForAppAccount(env, cbInfo, asyncContext.get(), propertyList, &result); in DisableAppAccess()
371 ParseContextForAppAccount(env, cbInfo, asyncContext.get(), propertyList, &result); in EnableAppAccess()
402 if (!ParseContextForAppAccount(env, cbInfo, context.get(), propertyList, &result)) { in SetAppAccess()
441 …if ((!ParseContextForAppAccount(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThro… in CheckDataSyncEnabledInternal()
489 …if ((!ParseContextForAppAccount(env, cbInfo, context.get(), propertyList, &result)) && isThrowable… in SetCredentialInternal()
524 ParseContextForAppAccount(env, cbInfo, asyncContext.get(), propertyList, &result); in SetAccountExtraInfo()
560 …if ((!ParseContextForAppAccount(env, cbInfo, asyncContext.get(), propertyList, &result)) && isThro… in SetDataSyncEnabledInternal()
801 ParseContextForAppAccount(env, cbInfo, asyncContext.get(), propertyList, &result); in GetAccountExtraInfo()
1404 if (!ParseContextForAppAccount(env, cbInfo, context.get(), propertyList, &result)) { in CheckAppAccess()
[all …]
H A Dnapi_app_account_common.cpp737 bool ParseContextForAppAccount(napi_env env, napi_callback_info cbInfo, in ParseContextForAppAccount() function
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h283 bool ParseContextForAppAccount(napi_env env, napi_callback_info cbInfo,