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:SYSTEM_MCC
(Results
1 - 11
of
11
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H
A
D
global_configuration_key.h
38
constexpr const char*
SYSTEM_MCC
= "ohos.system.mcc";
member
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H
A
D
cj_environment_callback.cpp
104
cfg.mcc = CreateCStringFromString(configuration.GetItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
));
in CreateCConfiguration()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H
A
D
napi_common_configuration.cpp
86
jsValue = WrapStringToJS(env, configuration.GetItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
));
in WrapConfiguration()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_data_struct_converter.cpp
122
configuration.GetItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
)));
in CreateJsConfiguration()
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H
A
D
configuration.cpp
75
OHOS::AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
,
in MakeTheKey()
member in OHOS::AppExecFwk::OHOS::AAFwk::GlobalConfigurationKey
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
configuration_utils.cpp
70
resourceConfig.SetMcc(configuration.GetItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
));
in GetGlobalConfig()
H
A
D
ui_ability.cpp
336
resourceConfig.SetMcc(changeConfiguration.GetItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
));
in InitConfigurationProperties()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
ohos_application.cpp
267
abilityRuntimeContext_->SetMcc(configuration_->GetItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
));
in OnConfigurationUpdated()
H
A
D
main_thread.cpp
1024
std::string mcc = config.GetItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
);
in InitResourceManager()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H
A
D
context_impl.cpp
381
config_->AddItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
, mcc);
in SetMcc()
1023
std::string mcc = config_->GetItem(AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
);
in UpdateResConfig()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
2410
parsedConfig.mcc = config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::
SYSTEM_MCC
);
in UpdateConfiguration()
Completed in 20 milliseconds