Home
last modified time | relevance | path

Searched defs:quota (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_web_storage_origin_impl.cpp32 void ArkWebWebStorageOriginImpl::SetQuota(long quota) in SetQuota()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_web_storage_origin_wrapper.cpp32 void ArkWebWebStorageOriginWrapper::SetQuota(long quota) in SetQuota()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dflow_control.cpp73 int quota = GetDomainQuota(domainId); in FlowCtrlDomain() local
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_traffic.cpp257 int64_t quota = LONG_MAX; in GetQuotaRemain() local
367 int64_t quota = static_cast<int64_t>(info.rxBytes_ + info.txBytes_); in GetTotalQuota() local
423 …cyTraffic::PublishQuotaEvent(const std::string &action, const std::string &describe, int64_t quota) in PublishQuotaEvent()
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_callback_ipc.cpp102 NetQuotaPolicy quota; variable
H A Dut_net_policy_traffic.cpp453 int64_t quota = 1; variable
/ohos5.0/base/web/webview/interfaces/kits/napi/webstorage/
H A Dnapi_web_storage.h45 int64_t quota; member
H A Dnapi_web_storage.cpp170 napi_value quota = nullptr; in GetNapiWebStorageOriginForResult() local