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:mcc_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
resource_config_helper.cpp
52
return
mcc_
;
in GetMcc()
56
mcc_
= mcc;
in SetMcc()
129
if (!
mcc_
.empty()) {
in UpdateResConfig()
131
if (ConvertStringToUint32(
mcc_
, mccNum)) {
in UpdateResConfig()
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
resource_configuration.h
112
mcc_
= mcc;
in SetMcc()
117
return
mcc_
;
in GetMcc()
163
uint32_t
mcc_
= 0;
member in OHOS::Ace::ResourceConfiguration
H
A
D
system_properties.h
401
return
mcc_
;
in GetMcc()
633
static int32_t
mcc_
;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/base/resource/
H
A
D
ace_res_config.cpp
420
if ((candidateConfig.
mcc_
!= bestConfig.
mcc_
) && deviceConfig.
mcc_
) {
in IsCandidateResConfigPreferred()
421
return candidateConfig.
mcc_
;
in IsCandidateResConfigPreferred()
611
if (supported.
mcc_
!= 0 && supported.
mcc_
!= desired.
mcc_
) {
in IsMccMncMatch()
687
return language_ == other.language_ && script_ == other.script_ && region_ == other.region_ &&
mcc_
== other.
mcc_
&&
in operator ==()
915
mcc_
in ParseConfig()
[all...]
H
A
D
ace_res_config.h
43
:
mcc_
(mcc), mnc_(mnc), orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType),
in AceResConfig()
84
int32_t
mcc_
= MCC_UNDEFINED;
member in OHOS::Ace::AceResConfig
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
resource_config_helper.h
54
std::string
mcc_
;
member in OHOS::AbilityRuntime::ResourceConfigHelper
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
system_properties.cpp
69
int32_t SystemProperties::
mcc_
= MCC_UNDEFINED;
member in OHOS::Ace::SystemProperties
195
mcc_
= mcc;
in InitMccMnc()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
system_properties.cpp
397
int32_t SystemProperties::
mcc_
= MCC_UNDEFINED;
member in OHOS::Ace::SystemProperties
618
mcc_
= mcc;
in InitMccMnc()
Completed in 8 milliseconds