Home
last modified time | relevance | path

Searched refs:resConfig_ (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/
H A Daudio_safe_volume_notification_impl.cpp171 resConfig_->SetLocaleInfo(locale.getLanguage(), locale.getScript(), locale.getCountry()); in RefreshResConfig()
172 resourceManager_->UpdateResConfig(*resConfig_); in RefreshResConfig()
180 if (resConfig_ == nullptr) { in Init()
181 resConfig_ = Global::Resource::CreateResConfig(); in Init()
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/include/
H A Daudio_safe_volume_notification_impl.h50 Global::Resource::ResConfig *resConfig_ = nullptr; member in OHOS::AudioStandard::AudioSafeVolumeNotificationImpl
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.cpp145 resConfig_ = resConfig; in ResourceAdapterImplV2()
162 resConfig_ = resConfig; in Init()
196 auto needUpdateResConfig = NeedUpdateResConfig(resConfig_, resConfig) || themeFlag; in UpdateConfig()
200 resConfig_ = resConfig; in UpdateConfig()
851 CHECK_NULL_RETURN(resConfig_, ColorMode::LIGHT); in GetResourceColorMode()
852 if (resConfig_->GetColorMode() == OHOS::Global::Resource::ColorMode::DARK && !resConfig_->GetAppColorMode() && in GetResourceColorMode()
856 return resConfig_->GetColorMode() == OHOS::Global::Resource::ColorMode::DARK ? ColorMode::DARK : ColorMode::LIGHT; in GetResourceColorMode()
H A Dresource_adapter_impl.cpp156 resConfig_ = resConfig; in Init()
174 resConfig_ = resConfig; in UpdateConfig()
652 if (resourceManager_ && resConfig_ != nullptr) { in UpdateResourceManager()
653 resourceManager_->UpdateResConfig(*resConfig_); in UpdateResourceManager()
H A Dresource_adapter_impl_v2.h102 std::shared_ptr<Global::Resource::ResConfig> resConfig_; member in OHOS::Ace::ResourceAdapterImplV2
H A Dresource_adapter_impl.h93 std::shared_ptr<Global::Resource::ResConfig> resConfig_; member in OHOS::Ace::ResourceAdapterImpl

Completed in 5 milliseconds