Searched refs:SandboxAppConfigAsyncContext (Results 1 – 3 of 3) sorted by relevance
1627 auto asyncContextPtr = std::make_unique<SandboxAppConfigAsyncContext>(env); in SetSandboxAppConfig()1646 auto asyncContext = reinterpret_cast<SandboxAppConfigAsyncContext*>(data); in SetSandboxAppConfigExecute()1657 auto asyncContext = reinterpret_cast<SandboxAppConfigAsyncContext*>(data); in SetSandboxAppConfigComplete()1662 std::unique_ptr<SandboxAppConfigAsyncContext> asyncContextPtr { asyncContext }; in SetSandboxAppConfigComplete()1672 auto asyncContextPtr = std::make_unique<SandboxAppConfigAsyncContext>(env); in CleanSandboxAppConfig()1688 auto asyncContext = reinterpret_cast<SandboxAppConfigAsyncContext*>(data); in CleanSandboxAppConfigExecute()1699 auto asyncContext = reinterpret_cast<SandboxAppConfigAsyncContext*>(data); in CleanSandboxAppConfigComplete()1704 std::unique_ptr<SandboxAppConfigAsyncContext> asyncContextPtr { asyncContext }; in CleanSandboxAppConfigComplete()1714 auto asyncContextPtr = std::make_unique<SandboxAppConfigAsyncContext>(env); in GetSandboxAppConfig()1733 auto asyncContext = reinterpret_cast<SandboxAppConfigAsyncContext*>(data); in GetSandboxAppConfigExecute()[all …]
249 struct SandboxAppConfigAsyncContext : public CommonAsyncContext { struct250 explicit SandboxAppConfigAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in SandboxAppConfigAsyncContext() function324 SandboxAppConfigAsyncContext* asyncContext);
1138 SandboxAppConfigAsyncContext* asyncContext) in GetSandboxAppConfigParams()