Searched refs:GetRetentionSandboxListAsyncContext (Results 1 – 3 of 3) sorted by relevance
238 struct GetRetentionSandboxListAsyncContext : public CommonAsyncContext { struct239 explicit GetRetentionSandboxListAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in GetRetentionSandboxListAsyncContext() argument320 GetRetentionSandboxListAsyncContext& asyncContext);
1524 auto* asyncContext = new (std::nothrow) GetRetentionSandboxListAsyncContext(env); in GetRetentionSandboxList()1529 std::unique_ptr<GetRetentionSandboxListAsyncContext> asyncContextPtr { asyncContext }; in GetRetentionSandboxList()1556 auto asyncContext = reinterpret_cast<GetRetentionSandboxListAsyncContext*>(data); in GetRetentionSandboxListExcute()1564 auto asyncContext = reinterpret_cast<GetRetentionSandboxListAsyncContext*>(data); in GetRetentionSandboxListComplete()1565 std::unique_ptr<GetRetentionSandboxListAsyncContext> asyncContextPtr { asyncContext }; in GetRetentionSandboxListComplete()
1082 GetRetentionSandboxListAsyncContext& asyncContext) in GetRetentionSandboxListParams()