Home
last modified time | relevance | path

Searched refs:QueryMaxNumAsyncContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1033 auto maxNum = std::make_unique<QueryMaxNumAsyncContext>(); in QueryMaxOsAccountNumber()
1061 auto context = std::make_unique<QueryMaxNumAsyncContext>(); in QueryMaxLoggedInOsAccountNumber()
1068 auto context = reinterpret_cast<QueryMaxNumAsyncContext *>(data); in QueryMaxLoggedInOsAccountNumber()
1071 auto context = reinterpret_cast<QueryMaxNumAsyncContext *>(data); in QueryMaxLoggedInOsAccountNumber()
H A Dnapi_os_account_common.cpp1327 bool ParseParaQueryMaxNum(napi_env env, napi_callback_info cbInfo, QueryMaxNumAsyncContext *asyncCo… in ParseParaQueryMaxNum()
1334 QueryMaxNumAsyncContext *asyncContext = reinterpret_cast<QueryMaxNumAsyncContext *>(data); in QueryMaxNumExecuteCB()
1343 QueryMaxNumAsyncContext *asyncContext = reinterpret_cast<QueryMaxNumAsyncContext *>(data); in QueryMaxNumCompletedCB()
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account_common.h194 bool ParseParaQueryMaxNum(napi_env env, napi_callback_info cbInfo, QueryMaxNumAsyncContext *asyncCo…
H A Dnapi_os_account.h156 struct QueryMaxNumAsyncContext : public CommonAsyncContext { struct