Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:resConfig_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/
H
A
D
audio_safe_volume_notification_impl.cpp
171
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
D
audio_safe_volume_notification_impl.h
50
Global::Resource::ResConfig *
resConfig_
= nullptr;
member in OHOS::AudioStandard::AudioSafeVolumeNotificationImpl
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_adapter_impl_v2.cpp
145
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
D
resource_adapter_impl.cpp
156
resConfig_
= resConfig;
in Init()
174
resConfig_
= resConfig;
in UpdateConfig()
652
if (resourceManager_ &&
resConfig_
!= nullptr) {
in UpdateResourceManager()
653
resourceManager_->UpdateResConfig(*
resConfig_
);
in UpdateResourceManager()
H
A
D
resource_adapter_impl_v2.h
102
std::shared_ptr<Global::Resource::ResConfig>
resConfig_
;
member in OHOS::Ace::ResourceAdapterImplV2
H
A
D
resource_adapter_impl.h
93
std::shared_ptr<Global::Resource::ResConfig>
resConfig_
;
member in OHOS::Ace::ResourceAdapterImpl
Completed in 5 milliseconds