Home
last modified time | relevance | path

Searched refs:GetNetQuotaPoliciesContext (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/include/
H A Dget_net_quota_policies_context.h31 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;
H A Dnetpolicy_exec.h48 static bool ExecGetNetQuotaPolicies(GetNetQuotaPoliciesContext *context);
67 static napi_value GetNetQuotaPoliciesCallback(GetNetQuotaPoliciesContext *context);
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dget_net_quota_policies_context.cpp25 GetNetQuotaPoliciesContext::GetNetQuotaPoliciesContext(napi_env env, EventManager *manager) : BaseC… in GetNetQuotaPoliciesContext() function in OHOS::NetManagerStandard::GetNetQuotaPoliciesContext
29 void GetNetQuotaPoliciesContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
42 bool GetNetQuotaPoliciesContext::CheckParamsType(napi_value *params, size_t paramsCount) in CheckParamsType()
H A Dnetpolicy_async_work.cpp61 …BaseAsyncWork::ExecAsyncWork<GetNetQuotaPoliciesContext, NetPolicyExec::ExecGetNetQuotaPolicies>(e… in ExecGetNetQuotaPolicies()
154 …BaseAsyncWork::AsyncWorkCallback<GetNetQuotaPoliciesContext, NetPolicyExec::GetNetQuotaPoliciesCal… in GetNetQuotaPoliciesCallback()
H A Dnetpolicy_exec.cpp84 bool NetPolicyExec::ExecGetNetQuotaPolicies(GetNetQuotaPoliciesContext *context) in ExecGetNetQuotaPolicies()
282 napi_value NetPolicyExec::GetNetQuotaPoliciesCallback(GetNetQuotaPoliciesContext *context) in GetNetQuotaPoliciesCallback()
H A Dnetpolicy_module.cpp138 …return ModuleTemplate::Interface<GetNetQuotaPoliciesContext>(env, info, FUNCTION_GET_NET_QUOTA_POL… in GetNetQuotaPolicies()