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_NONE
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_location.h
27
CELL_TYPE_NONE
= 0,
member in OHOS::Telephony::CellLocation::CellType
H
A
D
cell_information.h
30
CELL_TYPE_NONE
= 0,
member in OHOS::Telephony::CellInformation::CellType
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
162
if (type == CellInformation::CellType::
CELL_TYPE_NONE
) {
in UpdateCellLocation()
233
if (cellType == CellInformation::CellType::
CELL_TYPE_NONE
|| cell->GetNetworkType() != cellType) {
in UpdateSignalLevel()
277
return CellInformation::CellType::
CELL_TYPE_NONE
;
in ConvertToCellType()
297
return CellInformation::CellType::
CELL_TYPE_NONE
;
in ConvertRatToCellType()
322
return CellInformation::CellType::
CELL_TYPE_NONE
;
in ConvertTechToCellType()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
zero_branch_test.cpp
82
const CellInformation::CellType NONE = CellInformation::CellType::
CELL_TYPE_NONE
;
157
cellInfo->ProcessCellLocation(gsmCellInformation, CellInformation::CellType::
CELL_TYPE_NONE
, 1, 0);
in HWTEST_F()
159
cellInfo->UpdateSignalLevel(gsmCellInformation, CellInformation::CellType::
CELL_TYPE_NONE
);
in HWTEST_F()
285
cellInfo->GetCellLocationExt(CellInformation::CellType::
CELL_TYPE_NONE
);
in HWTEST_F()
/base/telephony/core_service/frameworks/js/network_search/src/
H
A
D
napi_radio.cpp
2202
CellInformation::CellType cellType = CellInformation::CellType::
CELL_TYPE_NONE
;
in GetCellInformationCallback()
Completed in 16 milliseconds