Searched refs:QueryActiveIdsAsyncContext (Results 1 – 4 of 4) sorted by relevance
140 bool ParseQueryActiveIds(napi_env env, napi_callback_info cbInfo, QueryActiveIdsAsyncContext *async…
120 struct QueryActiveIdsAsyncContext : public CommonAsyncContext { struct
957 bool ParseQueryActiveIds(napi_env env, napi_callback_info cbInfo, QueryActiveIdsAsyncContext *async… in ParseQueryActiveIds()972 QueryActiveIdsAsyncContext *asyncContext = reinterpret_cast<QueryActiveIdsAsyncContext *>(data); in QueryActiveIdsExecuteCB()1020 QueryActiveIdsAsyncContext *asyncContext = reinterpret_cast<QueryActiveIdsAsyncContext *>(data); in QueryActiveIdsCallbackCompletedCB()
696 auto queryActiveIds = std::make_unique<QueryActiveIdsAsyncContext>(); in QueryActivatedOsAccountIdsInner()