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:mnc_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
resource_config_helper.cpp
60
return
mnc_
;
in GetMnc()
64
mnc_
= mnc;
in SetMnc()
136
if (!
mnc_
.empty()) {
in UpdateResConfig()
138
if (ConvertStringToUint32(
mnc_
, mncNum)) {
in UpdateResConfig()
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
resource_configuration.h
122
mnc_
= mnc;
in SetMnc()
127
return
mnc_
;
in GetMnc()
164
uint32_t
mnc_
= 0;
member in OHOS::Ace::ResourceConfiguration
H
A
D
system_properties.h
406
return
mnc_
;
in GetMnc()
634
static int32_t
mnc_
;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/base/resource/
H
A
D
ace_res_config.cpp
423
if ((candidateConfig.
mnc_
!= bestConfig.
mnc_
) && deviceConfig.
mnc_
) {
in IsCandidateResConfigPreferred()
424
return candidateConfig.
mnc_
;
in IsCandidateResConfigPreferred()
614
return !(supported.
mnc_
!= 0 && supported.
mnc_
!= desired.
mnc_
);
in IsMccMncMatch()
688
mnc_
== other.
mnc_
&& screenLong_ == other.screenLong_ && screenShape_ == other.screenShape_ &&
in operator ==()
918
mnc_
in ParseConfig()
[all...]
H
A
D
ace_res_config.h
43
: mcc_(mcc),
mnc_
(mnc), orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType),
in AceResConfig()
85
int32_t
mnc_
= MNC_UNDEFINED;
member in OHOS::Ace::AceResConfig
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
resource_config_helper.h
55
std::string
mnc_
;
member in OHOS::AbilityRuntime::ResourceConfigHelper
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
system_properties.cpp
70
int32_t SystemProperties::
mnc_
= MNC_UNDEFINED;
member in OHOS::Ace::SystemProperties
196
mnc_
= mnc;
in InitMccMnc()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
system_properties.cpp
398
int32_t SystemProperties::
mnc_
= MNC_UNDEFINED;
member in OHOS::Ace::SystemProperties
619
mnc_
= mnc;
in InitMccMnc()
Completed in 8 milliseconds