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:nrCell
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_information.cpp
1059
NrCellInformation::NrCellInformation(const NrCellInformation &
nrCell
)
in NrCellInformation()
argument
1061
mcc_ =
nrCell
.mcc_;
in NrCellInformation()
1062
mnc_ =
nrCell
.mnc_;
in NrCellInformation()
1063
cellId_ =
nrCell
.cellId_;
in NrCellInformation()
1064
nrArfcn_ =
nrCell
.nrArfcn_;
in NrCellInformation()
1065
pci_ =
nrCell
.pci_;
in NrCellInformation()
1066
tac_ =
nrCell
.tac_;
in NrCellInformation()
1067
nci_ =
nrCell
.nci_;
in NrCellInformation()
1068
rsrp_ =
nrCell
.rsrp_;
in NrCellInformation()
1069
rsrq_ =
nrCell
in NrCellInformation()
1076
operator =(const NrCellInformation &
nrCell
)
operator =()
argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_information.h
323
NrCellInformation(const NrCellInformation &
nrCell
);
324
NrCellInformation &operator=(const NrCellInformation &
nrCell
);
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_test.cpp
247
sptr<NrCellInformation>
nrCell
= new NrCellInformation;
in PrintNrCellInformation()
local
248
nrCell
->UpdateLocation(0, 0);
in PrintNrCellInformation()
249
nrCell
->SetNrParam(0, 0, 0, 0);
in PrintNrCellInformation()
250
nrCell
->SetNrSignalParam(0, 0);
in PrintNrCellInformation()
252
TELEPHONY_LOGI("CellInformation nr is same as
nrCell
:%{public}d", *
nrCell
== nrCellInformation);
in PrintNrCellInformation()
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
849
NrCellInformation &
nrCell
= *cell;
in AddCellInformation()
local
850
nrCell
= *(static_cast<NrCellInformation *>(cellInfo.GetRefPtr()));
in AddCellInformation()
/base/telephony/state_registry/test/unittest/state_test/
H
A
D
state_registry_test.cpp
669
std::unique_ptr<NrCellInformation>
nrCell
= std::make_unique<NrCellInformation>();
in HWTEST_F()
local
670
ASSERT_TRUE(
nrCell
!= nullptr);
in HWTEST_F()
671
vec.push_back(
nrCell
.release());
in HWTEST_F()
Completed in 11 milliseconds