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:lteCell
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_information.cpp
314
LteCellInformation::LteCellInformation(const LteCellInformation &
lteCell
)
in LteCellInformation()
argument
316
mcc_ =
lteCell
.mcc_;
in LteCellInformation()
317
mnc_ =
lteCell
.mnc_;
in LteCellInformation()
318
earfcn_ =
lteCell
.earfcn_;
in LteCellInformation()
319
cellId_ =
lteCell
.cellId_;
in LteCellInformation()
320
pci_ =
lteCell
.pci_;
in LteCellInformation()
321
tac_ =
lteCell
.tac_;
in LteCellInformation()
322
timeStamp_ =
lteCell
.timeStamp_;
in LteCellInformation()
323
signalLevel_ =
lteCell
.signalLevel_;
in LteCellInformation()
324
signalIntensity_ =
lteCell
in LteCellInformation()
328
operator =(const LteCellInformation &
lteCell
)
operator =()
argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_information.h
151
LteCellInformation(const LteCellInformation &
lteCell
);
152
LteCellInformation &operator=(const LteCellInformation &
lteCell
);
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
821
LteCellInformation &
lteCell
= *cell;
in AddCellInformation()
local
822
lteCell
= *(static_cast<LteCellInformation *>(cellInfo.GetRefPtr()));
in AddCellInformation()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_test.cpp
230
sptr<LteCellInformation>
lteCell
= new LteCellInformation;
in PrintLteCellInformation()
local
231
lteCell
->UpdateLocation(0, 0);
in PrintLteCellInformation()
232
lteCell
->SetLteParam(0, 0, 0);
in PrintLteCellInformation()
234
TELEPHONY_LOGI("CellInformation lte is same as
lteCell
:%{public}d", *
lteCell
== *lte);
in PrintLteCellInformation()
/base/telephony/state_registry/test/unittest/state_test/
H
A
D
state_registry_test.cpp
663
std::unique_ptr<LteCellInformation>
lteCell
= std::make_unique<LteCellInformation>();
in HWTEST_F()
local
664
ASSERT_TRUE(
lteCell
!= nullptr);
in HWTEST_F()
665
vec.push_back(
lteCell
.release());
in HWTEST_F()
Completed in 12 milliseconds