Home
last modified time | relevance | path

Searched refs:GetRemoveOverlayPaths (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h613 std::vector<std::string> GetRemoveOverlayPaths(const std::vector<OverlayModuleInfo> &overlayModuleInfos);
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h443 std::vector<std::string> GetRemoveOverlayPaths(
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp1348 std::vector<std::string> ContextImpl::GetRemoveOverlayPaths( in GetRemoveOverlayPaths() function in OHOS::AbilityRuntime::ContextImpl
1411 std::vector<std::string> overlayPaths = GetRemoveOverlayPaths(overlayModuleInfos); in OnOverlayChanged()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1176 std::vector<std::string> overlayPaths = GetRemoveOverlayPaths(overlayModuleInfos); in HandleOnOverlayChanged()
3165 std::vector<std::string> MainThread::GetRemoveOverlayPaths(const std::vector<OverlayModuleInfo> &overlayModuleInfos) in GetRemoveOverlayPaths() function in OHOS::AppExecFwk::MainThread
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_impl_test.cpp1291 std::vector<std::string> result = contextImpl->GetRemoveOverlayPaths(overlayModuleInfos); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp2139 std::vector<std::string> result = mainThread_->GetRemoveOverlayPaths(overlayModuleInfos); in HWTEST_F()

Completed in 15 milliseconds