Searched refs:GetGatheringPolicyContext (Results 1 – 2 of 2) sorted by relevance
228 struct GetGatheringPolicyContext : public CommonAsyncContext { struct229 explicit GetGatheringPolicyContext(napi_env env) : CommonAsyncContext(env) {}; in GetGatheringPolicyContext() function
1343 auto* asyncContext = new (std::nothrow) GetGatheringPolicyContext(env); in GetDlpGatheringPolicy()1348 std::unique_ptr<GetGatheringPolicyContext> asyncContextPtr { asyncContext }; in GetDlpGatheringPolicy()1375 auto asyncContext = reinterpret_cast<GetGatheringPolicyContext*>(data); in GetDlpGatheringPolicyExcute()1387 auto asyncContext = reinterpret_cast<GetGatheringPolicyContext*>(data); in GetDlpGatheringPolicyComplete()1392 std::unique_ptr<GetGatheringPolicyContext> asyncContextPtr { asyncContext }; in GetDlpGatheringPolicyComplete()