Home
last modified time | relevance | path

Searched refs:quota (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dflow_control.cpp36 uint32_t quota;
51 auto logLen = hilogMsg.len - sizeof(HilogMsg) - 1 - 1; /* quota length exclude '\0' of tag and log content */ in FlowCtrlDomain()
64 if (it->second.sumLen <= it->second.quota) { /* under quota */ in FlowCtrlDomain()
67 } else { /* over quota */ in FlowCtrlDomain()
73 int quota = GetDomainQuota(domainId); in FlowCtrlDomain() local
74 DomainInfo info{static_cast<uint32_t>(quota), logLen, 0, tsNow}; in FlowCtrlDomain()
/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() argument
34 nweb_web_storage_origin_->SetQuota(quota); in SetQuota()
H A Dark_web_web_storage_origin_impl.h34 void SetQuota(long quota) override;
/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() argument
34 ark_web_web_storage_origin_->SetQuota(quota); in SetQuota()
H A Dark_web_web_storage_origin_wrapper.h32 void SetQuota(long quota) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_web_storage_origin.h32 virtual void SetQuota(long quota) = 0;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_web_storage.h51 virtual void SetQuota(long quota) = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_utils.h86 int64_t quota; member
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_storage.cpp102 ffiOrigin.quota = static_cast<uint32_t>(origin->GetQuota()); in CjGetOrigins()
/base/web/webview/interfaces/kits/napi/webstorage/
H A Dnapi_web_storage.h45 int64_t quota; member
H A Dnapi_web_storage.cpp150 napiOrigin.quota = origin->GetQuota(); in ExecuteGetOrigins()
170 napi_value quota = nullptr; in GetNapiWebStorageOriginForResult() local
171 napi_create_uint32(env, static_cast<uint32_t>(item.quota), &quota); in GetNapiWebStorageOriginForResult()
172 napi_set_named_property(env, napiWebStorageOrigin, "quota", quota); in GetNapiWebStorageOriginForResult()

Completed in 6 milliseconds