Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_observer.cpp43 …OnSystemColorModeChanged(colorMode, static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_COLOR_M… in OnConfigurationUpdated()
49 type = (type == 0) ? static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_LANGUE_CHANGE) : in OnConfigurationUpdated()
50 (type | static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_LANGUE_CHANGE)); in OnConfigurationUpdated()
60 type = (type == 0) ? static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE) : in OnConfigurationUpdated()
61 (type | static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE)); in OnConfigurationUpdated()
67 case static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_LANGUE_CHANGE) : { in OnConfigurationUpdated()
72 case static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE) : { in OnConfigurationUpdated()
H A Dbundle_resource_manager.cpp205 case static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_LANGUE_CHANGE) : { in InnerProcessResourceInfoByResourceUpdateType()
209 case static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE) : { in InnerProcessResourceInfoByResourceUpdateType()
213 case static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_USER_ID_CHANGE) : { in InnerProcessResourceInfoByResourceUpdateType()
651 if (((type & static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE)) == in UpdateCloneBundleResourceInfo()
652 static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE)) || in UpdateCloneBundleResourceInfo()
653 ((type & static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_USER_ID_CHANGE)) == in UpdateCloneBundleResourceInfo()
654 static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_USER_ID_CHANGE))) { in UpdateCloneBundleResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_callback.h33 … const uint32_t type = static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_USER_ID_CHANGE));
37 … const uint32_t type = static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_COLOR_MODE_CHANGE));
41 … const uint32_t type = static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_LANGUE_CHANGE));
45 const uint32_t type = static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_resource_change_type.h21 enum class BundleResourceChangeType { enum
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp470 static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_USER_ID_CHANGE));
2377 static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_LANGUE_CHANGE), USERID, USERID);