Home
last modified time | relevance | path

Searched refs:SetCacheMode (Results 1 - 25 of 25) sorted by relevance

/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/
H A Daccessibility_ability_ut_helper.h41 void SetCacheMode(int32_t cacheMode) in SetCacheMode() function in OHOS::Accessibility::AccessibilityAbilityUtHelper
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h97 void SetCacheMode(CacheMode cacheMode) in SetCacheMode() function in OHOS::AbilityBase::Extractor
99 zipFile_.SetCacheMode(cacheMode); in SetCacheMode()
H A Dzip_file.h215 void SetCacheMode(CacheMode cacheMode);
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/
H A Dmock_accessible_ability_client_impl.cpp269 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 Dextractor_test.cpp235 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 Daccessibility_ui_test_ability_impl.h235 virtual RetError SetCacheMode(const int32_t cacheMode) override;
H A Daccessible_ability_client_impl.h307 virtual RetError SetCacheMode(const int32_t cacheMode) override;
/foundation/barrierfree/accessibility/interfaces/innerkits/aafwk/include/
H A Daccessible_ability_client.h264 virtual RetError SetCacheMode(const int32_t cacheMode) = 0;
H A Daccessibility_ui_test_ability.h237 virtual RetError SetCacheMode(const int32_t cacheMode) = 0;
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessibility_ui_test_ability_impl.cpp284 RetError AccessibilityUITestAbilityImpl::SetCacheMode(const int32_t cacheMode) in SetCacheMode() function in OHOS::Accessibility::AccessibilityUITestAbilityImpl
287 return AccessibleAbilityClient::GetInstance()->SetCacheMode(cacheMode); in SetCacheMode()
H A Daccessible_ability_client_impl.cpp1096 RetError AccessibleAbilityClientImpl::SetCacheMode(const int32_t cacheMode) in SetCacheMode() function in OHOS::Accessibility::AccessibleAbilityClientImpl
/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/
H A Daccessible_ability_client_impl_test.cpp379 instance_->SetCacheMode(0); in HWTEST_F()
393 instance_->SetCacheMode(INVALID_ID); in HWTEST_F()
988 instance_->SetCacheMode(0); in HWTEST_F()
H A Daccessibility_ui_test_ability_impl_extension_test.cpp704 * @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 Daccessibility_ui_test_ability_impl_test.cpp807 * @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 Dweb_model_impl.h76 void SetCacheMode(WebCacheMode cacheMode) override;
H A Dweb_model_impl.cpp362 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 Dweb_model.h84 virtual void SetCacheMode(WebCacheMode cacheMode) = 0;
H A Dweb_model_ng.h85 void SetCacheMode(WebCacheMode cacheMode) override;
H A Dweb_model_ng.cpp487 void WebModelNG::SetCacheMode(WebCacheMode cacheMode) in SetCacheMode() function in OHOS::Ace::NG::WebModelNG
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h504 void SetCacheMode(WebCacheMode mode) in SetCacheMode() function in OHOS::Ace::WebComponent
/foundation/barrierfree/accessibility/interfaces/innerkits/test/mock/
H A Dmock_a11y_uitest_benchmark.cpp807 * @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 Dzip_file.cpp321 void ZipFile::SetCacheMode(CacheMode cacheMode) in SetCacheMode() function in OHOS::AbilityBase::ZipFile
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp683 OHOS::Accessibility::AccessibilityUITestAbility::GetInstance()->SetCacheMode(cacheMode); in DoSomethingInterestingWithSetCacheMode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp148 webModelNG.SetCacheMode(WebCacheMode::DEFAULT); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3594 WebModel::GetInstance()->SetCacheMode(mode); in CacheMode()

Completed in 44 milliseconds