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:CELL_TYPE_CDMA
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_location.cpp
122
if (!parcel.WriteInt32(static_cast<int32_t>(CellLocation::CellType::
CELL_TYPE_CDMA
))) {
in Marshalling()
192
return CellLocation::CellType::
CELL_TYPE_CDMA
;
in GetCellLocationType()
H
A
D
cell_information.cpp
905
return CellType::
CELL_TYPE_CDMA
;
in GetNetworkType()
910
if (!parcel.WriteInt32(static_cast<int32_t>(CellInformation::CellType::
CELL_TYPE_CDMA
))) {
in Marshalling()
H
A
D
core_service_proxy.cpp
2749
case CellInformation::CellType::
CELL_TYPE_CDMA
: {
in ProcessCellInfo()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_location.h
29
CELL_TYPE_CDMA
,
member in OHOS::Telephony::CellLocation::CellType
H
A
D
cell_information.h
38
CELL_TYPE_CDMA
,
member in OHOS::Telephony::CellInformation::CellType
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
271
return CellInformation::CellType::
CELL_TYPE_CDMA
;
in ConvertToCellType()
291
return CellInformation::CellType::
CELL_TYPE_CDMA
;
in ConvertRatToCellType()
318
return CellInformation::CellType::
CELL_TYPE_CDMA
;
in ConvertTechToCellType()
833
case CellInformation::CellType::
CELL_TYPE_CDMA
: {
in AddCellInformation()
886
case CellInformation::CellType::
CELL_TYPE_CDMA
: {
in GetCellLocation()
/base/location/services/location_gnss/gnss/source/
H
A
D
agnss_event_callback.cpp
119
case CellInformation::CellType::
CELL_TYPE_CDMA
:
in GetCellRefInfo()
/base/telephony/core_service/services/network_search/test/
H
A
D
test.cpp
689
} else if (type == CellInformation::CellType::
CELL_TYPE_CDMA
) {
in TestGetCellInfoList()
/base/telephony/core_service/frameworks/js/network_search/src/
H
A
D
napi_radio.cpp
2037
case CellInformation::CellType::
CELL_TYPE_CDMA
:
in WrapCellInformationType()
2144
case CellInformation::CellType::
CELL_TYPE_CDMA
: {
in JudgmentData()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_test.cpp
95
case CellInformation::CellType::
CELL_TYPE_CDMA
: {
in PrintCellInformation()
H
A
D
zero_branch_test.cpp
84
const CellInformation::CellType CDMA = CellInformation::CellType::
CELL_TYPE_CDMA
;
Completed in 31 milliseconds