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_GSM
(Results
1 - 17
of
17
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_location.cpp
33
if (!parcel.WriteInt32(static_cast<int32_t>(CellLocation::CellType::
CELL_TYPE_GSM
))) {
in Marshalling()
94
return CellLocation::CellType::
CELL_TYPE_GSM
;
in GetCellLocationType()
H
A
D
cell_information.cpp
169
return CellType::
CELL_TYPE_GSM
;
in GetNetworkType()
190
if (!parcel.WriteInt32(static_cast<int32_t>(CellInformation::CellType::
CELL_TYPE_GSM
))) {
in Marshalling()
H
A
D
core_service_proxy.cpp
2737
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in ProcessCellInfo()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_location.h
28
CELL_TYPE_GSM
,
member in OHOS::Telephony::CellLocation::CellType
H
A
D
cell_information.h
34
CELL_TYPE_GSM
,
member in OHOS::Telephony::CellInformation::CellType
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
184
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in ProcessCellLocation()
265
return CellInformation::CellType::
CELL_TYPE_GSM
;
in ConvertToCellType()
285
return CellInformation::CellType::
CELL_TYPE_GSM
;
in ConvertRatToCellType()
305
return CellInformation::CellType::
CELL_TYPE_GSM
;
in ConvertTechToCellType()
812
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in AddCellInformation()
867
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in GetCellLocation()
H
A
D
operator_name.cpp
644
if (location->GetCellLocationType() != CellLocation::CellType::
CELL_TYPE_GSM
) {
in GetCurrentLac()
/base/location/services/location_gnss/gnss/source/
H
A
D
agnss_event_callback.cpp
111
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in GetCellRefInfo()
/base/telephony/sms_mms/services/sms/gsm/
H
A
D
gsm_sms_cb_handler.cpp
186
if (location->GetCellLocationType() != CellLocation::CellType::
CELL_TYPE_GSM
) {
in InitLocation()
/base/telephony/state_registry/frameworks/native/observer/src/
H
A
D
telephony_observer.cpp
257
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in ConvertCellInfoList()
/base/telephony/state_registry/services/src/
H
A
D
telephony_state_registry_stub.cpp
299
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in OnUpdateCellInfo()
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H
A
D
telephonystateregistry_fuzzer.cpp
124
if (type == CellInformation::CellType::
CELL_TYPE_GSM
) {
in UpdateCellInfo()
/base/telephony/core_service/services/network_search/test/
H
A
D
test.cpp
680
if (type == CellInformation::CellType::
CELL_TYPE_GSM
) {
in TestGetCellInfoList()
/base/telephony/state_registry/frameworks/js/napi/src/
H
A
D
event_listener_handler.cpp
251
case CellInformation::CellType::
CELL_TYPE_GSM
:
in CellInfoConversion()
/base/telephony/core_service/frameworks/js/network_search/src/
H
A
D
napi_radio.cpp
2029
case CellInformation::CellType::
CELL_TYPE_GSM
:
in WrapCellInformationType()
2132
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in JudgmentData()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_test.cpp
91
case CellInformation::CellType::
CELL_TYPE_GSM
: {
in PrintCellInformation()
H
A
D
zero_branch_test.cpp
83
const CellInformation::CellType GSM = CellInformation::CellType::
CELL_TYPE_GSM
;
166
EXPECT_TRUE(cellInfo->ProcessCellLocation(gsmCellInformation, CellInformation::CellType::
CELL_TYPE_GSM
, 1, 0));
in HWTEST_F()
Completed in 35 milliseconds