Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h443 std::vector<std::string> GetRemoveOverlayPaths(
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h622 …std::vector<std::string> GetRemoveOverlayPaths(const std::vector<OverlayModuleInfo> &overlayModule…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp1324 std::vector<std::string> ContextImpl::GetRemoveOverlayPaths( in GetRemoveOverlayPaths() function in OHOS::AbilityRuntime::ContextImpl
1387 std::vector<std::string> overlayPaths = GetRemoveOverlayPaths(overlayModuleInfos); in OnOverlayChanged()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_impl_test.cpp1273 std::vector<std::string> result = contextImpl->GetRemoveOverlayPaths(overlayModuleInfos);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1186 std::vector<std::string> overlayPaths = GetRemoveOverlayPaths(overlayModuleInfos); in HandleOnOverlayChanged()
3268 std::vector<std::string> MainThread::GetRemoveOverlayPaths(const std::vector<OverlayModuleInfo> &ov… in GetRemoveOverlayPaths() function in OHOS::AppExecFwk::MainThread
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp2109 std::vector<std::string> result = mainThread_->GetRemoveOverlayPaths(overlayModuleInfos);