Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_data_manager.cpp186 oldInfo.GetOverlayModuleState(overlayModule, innerUserId, state); in BuildInternalOverlayConnection()
500 if (!info.GetOverlayModuleState(moduleName, userId, overlayModuleInfo.state)) { in GetOverlayModuleInfo()
649 …if (!innerBundleInfo.GetOverlayModuleState(overlayModuleInfo.moduleName, userId, overlayModuleInfo… in ObtainOverlayModuleState()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp419 innerBundleInfo.GetOverlayModuleState(info.moduleName, userId, info.state); in GetOverlayModuleHapPaths()
457 if (!bundleInfo.GetOverlayModuleState(moduleName, userId, state)) { in GetExternalOverlayHapState()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp3102 bool ret = info.GetOverlayModuleState("", userId, state);
3113 ret = info.GetOverlayModuleState(MODULE_NAME_TEST, userId, state);
3119 ret = info.GetOverlayModuleState(MODULE_NAME_TEST, userId, state);
3125 ret = info.GetOverlayModuleState(MODULE_NAME_TEST, userId, state);
3132 ret = info.GetOverlayModuleState(MODULE_NAME_TEST, userId, state);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2144 bool GetOverlayModuleState(const std::string &moduleName, int32_t userId, int32_t &state) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp3099 bool InnerBundleInfo::GetOverlayModuleState(const std::string &moduleName, int32_t userId, int32_t … in GetOverlayModuleState() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp7846 info.second.GetOverlayModuleState(overlayModule, innerUserId, state); in BuildExternalOverlayConnection()