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:wcdmaCell
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_information.cpp
498
WcdmaCellInformation::WcdmaCellInformation(const WcdmaCellInformation &
wcdmaCell
)
in WcdmaCellInformation()
argument
500
mcc_ =
wcdmaCell
.mcc_;
in WcdmaCellInformation()
501
mnc_ =
wcdmaCell
.mnc_;
in WcdmaCellInformation()
502
uarfcn_ =
wcdmaCell
.uarfcn_;
in WcdmaCellInformation()
503
cellId_ =
wcdmaCell
.cellId_;
in WcdmaCellInformation()
504
psc_ =
wcdmaCell
.psc_;
in WcdmaCellInformation()
505
lac_ =
wcdmaCell
.lac_;
in WcdmaCellInformation()
506
timeStamp_ =
wcdmaCell
.timeStamp_;
in WcdmaCellInformation()
507
signalLevel_ =
wcdmaCell
.signalLevel_;
in WcdmaCellInformation()
508
signalIntensity_ =
wcdmaCell
in WcdmaCellInformation()
512
operator =(const WcdmaCellInformation &
wcdmaCell
)
operator =()
argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_information.h
190
WcdmaCellInformation(const WcdmaCellInformation &
wcdmaCell
);
191
WcdmaCellInformation &operator=(const WcdmaCellInformation &
wcdmaCell
);
229
TdscdmaCellInformation(const TdscdmaCellInformation &
wcdmaCell
);
230
TdscdmaCellInformation &operator=(const TdscdmaCellInformation &
wcdmaCell
);
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
828
WcdmaCellInformation &
wcdmaCell
= *cell;
in AddCellInformation()
local
829
wcdmaCell
= *(static_cast<WcdmaCellInformation *>(cellInfo.GetRefPtr()));
in AddCellInformation()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_test.cpp
198
sptr<WcdmaCellInformation>
wcdmaCell
= new WcdmaCellInformation();
in PrintWcdmaCellInformation()
local
199
wcdmaCell
->UpdateLocation(0, 0);
in PrintWcdmaCellInformation()
200
wcdmaCell
->SetWcdmaParam(0, 0, 0);
in PrintWcdmaCellInformation()
202
TELEPHONY_LOGI("CellInformation wcdma is same as
wcdmaCell
:%{public}d", *
wcdmaCell
== wcdmaCellInformation);
in PrintWcdmaCellInformation()
/base/telephony/state_registry/test/unittest/state_test/
H
A
D
state_registry_test.cpp
666
std::unique_ptr<WcdmaCellInformation>
wcdmaCell
= std::make_unique<WcdmaCellInformation>();
in HWTEST_F()
local
667
ASSERT_TRUE(
wcdmaCell
!= nullptr);
in HWTEST_F()
668
vec.push_back(
wcdmaCell
.release());
in HWTEST_F()
Completed in 11 milliseconds