Searched refs:GetOverlayModuleState (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_data_manager.cpp | 186 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 D | bundle_resource_process.cpp | 419 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 D | bms_bundle_data_storage_database_test.cpp | 3102 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 D | inner_bundle_info.h | 2144 bool GetOverlayModuleState(const std::string &moduleName, int32_t userId, int32_t &state) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 3099 bool InnerBundleInfo::GetOverlayModuleState(const std::string &moduleName, int32_t userId, int32_t … in GetOverlayModuleState() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 7846 info.second.GetOverlayModuleState(overlayModule, innerUserId, state); in BuildExternalOverlayConnection()
|