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:gsmCell
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_information.cpp
128
GsmCellInformation::GsmCellInformation(const GsmCellInformation &
gsmCell
)
in GsmCellInformation()
argument
130
mcc_ =
gsmCell
.mcc_;
in GsmCellInformation()
131
mnc_ =
gsmCell
.mnc_;
in GsmCellInformation()
132
arfcn_ =
gsmCell
.arfcn_;
in GsmCellInformation()
133
cellId_ =
gsmCell
.cellId_;
in GsmCellInformation()
134
bsic_ =
gsmCell
.bsic_;
in GsmCellInformation()
135
lac_ =
gsmCell
.lac_;
in GsmCellInformation()
136
timeStamp_ =
gsmCell
.timeStamp_;
in GsmCellInformation()
137
signalLevel_ =
gsmCell
.signalLevel_;
in GsmCellInformation()
138
signalIntensity_ =
gsmCell
in GsmCellInformation()
142
operator =(const GsmCellInformation &
gsmCell
)
operator =()
argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_information.h
113
GsmCellInformation(const GsmCellInformation &
gsmCell
);
114
GsmCellInformation &operator=(const GsmCellInformation &
gsmCell
);
/base/telephony/state_registry/test/unittest/state_test/
H
A
D
state_registry_branch_test.cpp
143
std::unique_ptr<GsmCellInformation>
gsmCell
= std::make_unique<GsmCellInformation>();
in HWTEST_F()
local
144
vec.push_back(
gsmCell
.release());
in HWTEST_F()
H
A
D
state_registry_test.cpp
660
std::unique_ptr<GsmCellInformation>
gsmCell
= std::make_unique<GsmCellInformation>();
in HWTEST_F()
local
661
ASSERT_TRUE(
gsmCell
!= nullptr);
in HWTEST_F()
662
vec.push_back(
gsmCell
.release());
in HWTEST_F()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_test.cpp
140
sptr<GsmCellInformation>
gsmCell
= new GsmCellInformation;
in PrintGsmCellInformation()
local
141
gsmCell
->UpdateLocation(0, 0);
in PrintGsmCellInformation()
142
gsmCell
->SetGsmParam(0, 0, 0);
in PrintGsmCellInformation()
144
TELEPHONY_LOGI("CellInformation gsm is same as
gsmCell
:%{public}d", *
gsmCell
== gsmCellInformation);
in PrintGsmCellInformation()
145
gsmCell
->Init(0, 0, 0);
in PrintGsmCellInformation()
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
814
GsmCellInformation &
gsmCell
= *cell;
in AddCellInformation()
local
815
gsmCell
= *(static_cast<GsmCellInformation *>(cellInfo.GetRefPtr()));
in AddCellInformation()
Completed in 14 milliseconds