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 D | main_thread_by_mock_bms_test.cpp | 138 int result = mainThread_->GetOverlayModuleInfos(bundleName, moduleName, overlayModuleInfos);
|
H A D | main_thread_test.cpp | 2135 int result = mainThread_->GetOverlayModuleInfos(bundleName, moduleName, overlayModuleInfos);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
H A D | context_impl.h | 433 int GetOverlayModuleInfos(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 617 int GetOverlayModuleInfos(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 897 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 D | main_thread.cpp | 1171 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
|