Searched refs:GetBackgroundPolicyContext (Results 1 – 6 of 6) sorted by relevance
47 static bool ExecGetBackgroundPolicy(GetBackgroundPolicyContext *context);66 static napi_value GetBackgroundPolicyCallback(GetBackgroundPolicyContext *context);
48 using GetBackgroundPolicyContext = GetNetQuotaPoliciesContext; variable
56 …BaseAsyncWork::ExecAsyncWork<GetBackgroundPolicyContext, NetPolicyExec::ExecGetBackgroundPolicy>(e… in ExecGetBackgroundPolicy()148 …BaseAsyncWork::AsyncWorkCallback<GetBackgroundPolicyContext, NetPolicyExec::GetBackgroundPolicyCal… in GetBackgroundPolicyCallback()
73 bool NetPolicyExec::ExecGetBackgroundPolicy(GetBackgroundPolicyContext *context) in ExecGetBackgroundPolicy()277 napi_value NetPolicyExec::GetBackgroundPolicyCallback(GetBackgroundPolicyContext *context) in GetBackgroundPolicyCallback()
505 auto context = static_cast<GetBackgroundPolicyContext *>(data); in ExecGetBackgroundPolicy()552 auto context = static_cast<GetBackgroundPolicyContext *>(data); in CompleteGetBackgroundPolicy()607 auto context = std::make_unique<GetBackgroundPolicyContext>().release(); in GetBackgroundPolicy()
159 …return ModuleTemplate::Interface<GetBackgroundPolicyContext>(env, info, FUNCTION_GET_BACKGROUND_PO… in GetBackgroundPolicy()