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:CacheMode
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H
A
D
zip_file.h
163
enum class
CacheMode
: uint32_t {
class
215
void SetCacheMode(
CacheMode
cacheMode);
312
CacheMode
cacheMode_ =
CacheMode
::CACHE_CASE;
H
A
D
extractor.h
97
void SetCacheMode(
CacheMode
cacheMode)
in SetCacheMode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern_property.h
39
ACE_DEFINE_PROPERTY_GROUP_ITEM(
CacheMode
, WebCacheMode);
H
A
D
web_pattern.h
450
ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty,
CacheMode
, WebCacheMode);
/foundation/ability/ability_base/test/unittest/extractor/
H
A
D
extractor_test.cpp
235
extractor->SetCacheMode(
CacheMode
::CACHE_ALL);
in HWTEST_F()
298
extractor->SetCacheMode(
CacheMode
::CACHE_ALL);
in HWTEST_F()
394
extractor->SetCacheMode(
CacheMode
::CACHE_ALL);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
jsEnumStyle.js
1200
var
CacheMode
;
variable
1201
(function (
CacheMode
) {
1202
CacheMode
[
CacheMode
["Default"] = 0] = "Default";
1203
CacheMode
[
CacheMode
["None"] = 1] = "None";
1204
CacheMode
[
CacheMode
["Online"] = 2] = "Online";
1205
CacheMode
[
CacheMode
["Onl
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.h
68
static void
CacheMode
(int32_t cacheMode);
H
A
D
js_web.cpp
1900
JSClass<JSWeb>::StaticMethod("cacheMode", &JSWeb::
CacheMode
);
in JSBind()
3574
void JSWeb::
CacheMode
(int32_t cacheMode)
in CacheMode()
function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
zip_file.cpp
321
void ZipFile::SetCacheMode(
CacheMode
cacheMode)
in SetCacheMode()
333
bool useCache = mode ==
CacheMode
::CACHE_ALL;
in UseDirCache()
334
if (mode ==
CacheMode
::CACHE_CASE && entriesMap_.size() >= CACHE_CASE_THRESHOLD) {
in UseDirCache()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H
A
D
web_pattern.h
334
ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty,
CacheMode
, WebCacheMode);
Completed in 19 milliseconds