Home
last modified time | relevance | path

Searched refs:SYSTEM_THEME_CHANGE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_observer.cpp60 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()
72 case static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE) : { in OnConfigurationUpdated()
H A Dbundle_resource_manager.cpp209 case static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_resource_change_type.h25 SYSTEM_THEME_CHANGE = 0x00000010, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_callback.h45 const uint32_t type = static_cast<uint32_t>(BundleResourceChangeType::SYSTEM_THEME_CHANGE));