Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h141 struct GetAccountsAsyncContext : public CommonAsyncContext { struct
294 bool ParseContextCBArray(napi_env env, napi_callback_info cbInfo, GetAccountsAsyncContext *asyncCon…
298 bool ParseContextWithStrCBArray(napi_env env, napi_callback_info cbInfo, GetAccountsAsyncContext *a…
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp776 auto *asyncContext = new (std::nothrow) GetAccountsAsyncContext(); in GetAllAccessibleAccountsInternal()
801GetAccountsAsyncContext *asyncContext = reinterpret_cast<GetAccountsAsyncContext *>(data); in GetAllAccessibleAccountsInternal()
811GetAccountsAsyncContext *asyncContext = reinterpret_cast<GetAccountsAsyncContext *>(data); in GetAllAccessibleAccountsInternal()
850 auto *asyncContext = new (std::nothrow) GetAccountsAsyncContext(); in GetAccountsByOwnerInternal()
875GetAccountsAsyncContext *asyncContext = reinterpret_cast<GetAccountsAsyncContext *>(data); in GetAccountsByOwnerInternal()
889GetAccountsAsyncContext *asyncContext = reinterpret_cast<GetAccountsAsyncContext *>(data); in GetAccountsByOwnerInternal()
Dnapi_app_account_common.cpp1000 bool ParseContextCBArray(napi_env env, napi_callback_info cbInfo, GetAccountsAsyncContext *asyncCon… in ParseContextCBArray()
1036 bool ParseContextWithStrCBArray(napi_env env, napi_callback_info cbInfo, GetAccountsAsyncContext *a… in ParseContextWithStrCBArray()