Home
last modified time | relevance | path

Searched refs:SetOverlayModuleState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_data_manager.cpp188 oldInfo.SetOverlayModuleState(overlayModule, OVERLAY_ENABLE, innerUserId); in BuildInternalOverlayConnection()
307 oldInfo.SetOverlayModuleState(moduleInfo.second.moduleName, OVERLAY_INVALID); in ResetInternalOverlayModuleState()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp3052 info.SetOverlayModuleState(MODULE_NAME_TEST, state, Constants::START_USERID);
3064 info.SetOverlayModuleState(MODULE_NAME_TEST, state, Constants::DEFAULT_USERID);
3076 info.SetOverlayModuleState(MODULE_NAME_TEST, state);
3085 info.SetOverlayModuleState(MODULE_NAME_TEST, state);
3089 info.SetOverlayModuleState(MODULE_NAME_TEST, state);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2146 void SetOverlayModuleState(const std::string &moduleName, int32_t state, int32_t userId);
2148 void SetOverlayModuleState(const std::string &moduleName, int32_t state);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp3050 void InnerBundleInfo::SetOverlayModuleState(const std::string &moduleName, int32_t state, int32_t u… in SetOverlayModuleState() function in OHOS::AppExecFwk::InnerBundleInfo
3077 void InnerBundleInfo::SetOverlayModuleState(const std::string &moduleName, int32_t state) in SetOverlayModuleState() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp313 … info.SetOverlayModuleState(info.GetCurrentModulePackage(), OverlayState::OVERLAY_INVALID, in AddInnerBundleInfo()
7776 … info.second.SetOverlayModuleState(moduleInfo.second.moduleName, OverlayState::OVERLAY_INVALID); in ResetExternalOverlayModuleState()
7848 info.second.SetOverlayModuleState(overlayModule, OVERLAY_ENABLE, innerUserId); in BuildExternalOverlayConnection()
7880 … info.second.SetOverlayModuleState(moduleInfo.second.moduleName, OverlayState::OVERLAY_INVALID); in RemoveOverlayInfoAndConnection()