Searched refs:ParseContextForAppAccount (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 309 …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 D | napi_app_account_common.cpp | 737 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 D | napi_app_account_common.h | 283 bool ParseContextForAppAccount(napi_env env, napi_callback_info cbInfo,
|