Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_by_mock_bms_test.cpp138 int result = mainThread_->GetOverlayModuleInfos(bundleName, moduleName, overlayModuleInfos);
H A Dmain_thread_test.cpp2135 int result = mainThread_->GetOverlayModuleInfos(bundleName, moduleName, overlayModuleInfos);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h433 int GetOverlayModuleInfos(const std::string &bundleName, const std::string &moduleName,
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h617 int GetOverlayModuleInfos(const std::string &bundleName, const std::string &moduleName,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp897 auto res = GetOverlayModuleInfos(bundleName, moduleName, overlayModuleInfos); in GetOverlayPath()
1278 int ContextImpl::GetOverlayModuleInfos(const std::string &bundleName, const std::string &moduleName, in GetOverlayModuleInfos() function in OHOS::AbilityRuntime::ContextImpl
1372 auto res = GetOverlayModuleInfos(bundleName, moduleName, overlayModuleInfos); in OnOverlayChanged()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1171 auto res = GetOverlayModuleInfos(bundleName, moduleName, overlayModuleInfos); in HandleOnOverlayChanged()
1684 auto res = GetOverlayModuleInfos(bundleInfo.name, moduleName, overlayModuleInfos_); in HandleLaunchApplication()
3222 int MainThread::GetOverlayModuleInfos(const std::string &bundleName, const std::string &moduleName, in GetOverlayModuleInfos() function in OHOS::AppExecFwk::MainThread