Searched refs:GetNetQuotaPoliciesContext (Results 1 – 6 of 6) sorted by relevance
31 class GetNetQuotaPoliciesContext final : public BaseContext {33 GetNetQuotaPoliciesContext() = delete;34 explicit GetNetQuotaPoliciesContext(napi_env env, EventManager *manager);48 using GetBackgroundPolicyContext = GetNetQuotaPoliciesContext;49 using GetDeviceIdleTrustlistContext = GetNetQuotaPoliciesContext;50 using GetPowerSaveTrustlistContext = GetNetQuotaPoliciesContext;
48 static bool ExecGetNetQuotaPolicies(GetNetQuotaPoliciesContext *context);67 static napi_value GetNetQuotaPoliciesCallback(GetNetQuotaPoliciesContext *context);
25 GetNetQuotaPoliciesContext::GetNetQuotaPoliciesContext(napi_env env, EventManager *manager) : BaseC… in GetNetQuotaPoliciesContext() function in OHOS::NetManagerStandard::GetNetQuotaPoliciesContext29 void GetNetQuotaPoliciesContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()42 bool GetNetQuotaPoliciesContext::CheckParamsType(napi_value *params, size_t paramsCount) in CheckParamsType()
61 …BaseAsyncWork::ExecAsyncWork<GetNetQuotaPoliciesContext, NetPolicyExec::ExecGetNetQuotaPolicies>(e… in ExecGetNetQuotaPolicies()154 …BaseAsyncWork::AsyncWorkCallback<GetNetQuotaPoliciesContext, NetPolicyExec::GetNetQuotaPoliciesCal… in GetNetQuotaPoliciesCallback()
84 bool NetPolicyExec::ExecGetNetQuotaPolicies(GetNetQuotaPoliciesContext *context) in ExecGetNetQuotaPolicies()282 napi_value NetPolicyExec::GetNetQuotaPoliciesCallback(GetNetQuotaPoliciesContext *context) in GetNetQuotaPoliciesCallback()
138 …return ModuleTemplate::Interface<GetNetQuotaPoliciesContext>(env, info, FUNCTION_GET_NET_QUOTA_POL… in GetNetQuotaPolicies()