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:SetCacheMode
(Results
1 - 25
of
25
) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/
H
A
D
accessibility_ability_ut_helper.h
41
void
SetCacheMode
(int32_t cacheMode)
in SetCacheMode()
function in OHOS::Accessibility::AccessibilityAbilityUtHelper
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H
A
D
extractor.h
97
void
SetCacheMode
(CacheMode cacheMode)
in SetCacheMode()
function in OHOS::AbilityBase::Extractor
99
zipFile_.
SetCacheMode
(cacheMode);
in SetCacheMode()
H
A
D
zip_file.h
215
void
SetCacheMode
(CacheMode cacheMode);
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/
H
A
D
mock_accessible_ability_client_impl.cpp
269
RetError AccessibleAbilityClientImpl::
SetCacheMode
(const int32_t cacheMode)
in SetCacheMode()
function in OHOS::Accessibility::AccessibleAbilityClientImpl
272
AccessibilityAbilityUtHelper::GetInstance().
SetCacheMode
(cacheMode);
in SetCacheMode()
/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/barrierfree/accessibility/frameworks/aafwk/include/
H
A
D
accessibility_ui_test_ability_impl.h
235
virtual RetError
SetCacheMode
(const int32_t cacheMode) override;
H
A
D
accessible_ability_client_impl.h
307
virtual RetError
SetCacheMode
(const int32_t cacheMode) override;
/foundation/barrierfree/accessibility/interfaces/innerkits/aafwk/include/
H
A
D
accessible_ability_client.h
264
virtual RetError
SetCacheMode
(const int32_t cacheMode) = 0;
H
A
D
accessibility_ui_test_ability.h
237
virtual RetError
SetCacheMode
(const int32_t cacheMode) = 0;
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H
A
D
accessibility_ui_test_ability_impl.cpp
284
RetError AccessibilityUITestAbilityImpl::
SetCacheMode
(const int32_t cacheMode)
in SetCacheMode()
function in OHOS::Accessibility::AccessibilityUITestAbilityImpl
287
return AccessibleAbilityClient::GetInstance()->
SetCacheMode
(cacheMode);
in SetCacheMode()
H
A
D
accessible_ability_client_impl.cpp
1096
RetError AccessibleAbilityClientImpl::
SetCacheMode
(const int32_t cacheMode)
in SetCacheMode()
function in OHOS::Accessibility::AccessibleAbilityClientImpl
/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/
H
A
D
accessible_ability_client_impl_test.cpp
379
instance_->
SetCacheMode
(0);
in HWTEST_F()
393
instance_->
SetCacheMode
(INVALID_ID);
in HWTEST_F()
988
instance_->
SetCacheMode
(0);
in HWTEST_F()
H
A
D
accessibility_ui_test_ability_impl_extension_test.cpp
704
* @tc.name:
SetCacheMode
705
* @tc.desc: Test function
SetCacheMode
715
instance_->
SetCacheMode
(CACHE_MODE);
in HWTEST_F()
805
* @tc.name:
SetCacheMode
806
* @tc.desc: Test function
SetCacheMode
816
instance_->
SetCacheMode
(CACHE_MODE_ZERO);
in HWTEST_F()
H
A
D
accessibility_ui_test_ability_impl_test.cpp
807
* @tc.name:
SetCacheMode
808
* @tc.desc: Test function
SetCacheMode
818
instance_->
SetCacheMode
(CACHE_MODE);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
web_model_impl.h
76
void
SetCacheMode
(WebCacheMode cacheMode) override;
H
A
D
web_model_impl.cpp
362
void WebModelImpl::
SetCacheMode
(WebCacheMode cacheMode)
in SetCacheMode()
function in OHOS::Ace::Framework::WebModelImpl
366
webComponent->
SetCacheMode
(cacheMode);
in SetCacheMode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_model.h
84
virtual void
SetCacheMode
(WebCacheMode cacheMode) = 0;
H
A
D
web_model_ng.h
85
void
SetCacheMode
(WebCacheMode cacheMode) override;
H
A
D
web_model_ng.cpp
487
void WebModelNG::
SetCacheMode
(WebCacheMode cacheMode)
in SetCacheMode()
function in OHOS::Ace::NG::WebModelNG
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_component.h
504
void
SetCacheMode
(WebCacheMode mode)
in SetCacheMode()
function in OHOS::Ace::WebComponent
/foundation/barrierfree/accessibility/interfaces/innerkits/test/mock/
H
A
D
mock_a11y_uitest_benchmark.cpp
807
* @tc.name:
SetCacheMode
808
* @tc.desc: Test function
SetCacheMode
818
instance_->
SetCacheMode
(CACHE_MODE);
in HWTEST_F()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
zip_file.cpp
321
void ZipFile::
SetCacheMode
(CacheMode cacheMode)
in SetCacheMode()
function in OHOS::AbilityBase::ZipFile
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H
A
D
accessibleabilityclient_fuzzer.cpp
683
OHOS::Accessibility::AccessibilityUITestAbility::GetInstance()->
SetCacheMode
(cacheMode);
in DoSomethingInterestingWithSetCacheMode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_model_test_ng.cpp
148
webModelNG.
SetCacheMode
(WebCacheMode::DEFAULT);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
3594
WebModel::GetInstance()->
SetCacheMode
(mode);
in CacheMode()
Completed in 44 milliseconds