Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:quota
(Results
1 - 11
of
11
) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
flow_control.cpp
36
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
D
ark_web_web_storage_origin_impl.cpp
32
void ArkWebWebStorageOriginImpl::SetQuota(long
quota
)
in SetQuota()
argument
34
nweb_web_storage_origin_->SetQuota(
quota
);
in SetQuota()
H
A
D
ark_web_web_storage_origin_impl.h
34
void SetQuota(long
quota
) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_web_storage_origin_wrapper.cpp
32
void ArkWebWebStorageOriginWrapper::SetQuota(long
quota
)
in SetQuota()
argument
34
ark_web_web_storage_origin_->SetQuota(
quota
);
in SetQuota()
H
A
D
ark_web_web_storage_origin_wrapper.h
32
void SetQuota(long
quota
) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_web_storage_origin.h
32
virtual void SetQuota(long
quota
) = 0;
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_web_storage.h
51
virtual void SetQuota(long
quota
) = 0;
/base/web/webview/interfaces/kits/cj/include/
H
A
D
webview_utils.h
86
int64_t
quota
;
member
/base/web/webview/interfaces/kits/cj/src/
H
A
D
web_storage.cpp
102
ffiOrigin.
quota
= static_cast<uint32_t>(origin->GetQuota());
in CjGetOrigins()
/base/web/webview/interfaces/kits/napi/webstorage/
H
A
D
napi_web_storage.h
45
int64_t
quota
;
member
H
A
D
napi_web_storage.cpp
150
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