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:cellInfos_
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
97
cellInfos_
.clear();
in ProcessNeighboringCellInfo()
104
cellInfo->itemNum,
cellInfos_
.size(), slotId_);
in ProcessNeighboringCellInfo()
152
if (
cellInfos_
.size() > 0) {
in NotifyCellInfoUpdated()
153
DelayedSingleton<NetworkSearchNotify>::GetInstance()->NotifyCellInfoUpdated(slotId_,
cellInfos_
);
in NotifyCellInfoUpdated()
167
for (auto &cell :
cellInfos_
) {
in UpdateCellLocation()
384
cellInfos_
.emplace_back(cell);
in ProcessNeighboringCellGsm()
406
cellInfos_
.emplace_back(cell);
in ProcessNeighboringCellLte()
426
cellInfos_
.emplace_back(cell);
in ProcessNeighboringCellWcdma()
450
cellInfos_
.emplace_back(cell);
in ProcessNeighboringCellCdma()
472
cellInfos_
in ProcessNeighboringCellTdscdma()
[all...]
/base/telephony/core_service/services/network_search/include/
H
A
D
cell_info.h
71
std::vector<sptr<CellInformation>>
cellInfos_
;
member in OHOS::Telephony::CellInfo
/base/telephony/state_registry/services/include/
H
A
D
telephony_state_registry_service.h
102
std::map<int32_t, std::vector<sptr<CellInformation>>>
cellInfos_
;
member in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/state_registry/services/src/
H
A
D
telephony_state_registry_service.cpp
304
cellInfos_
[slotId] = vec;
in UpdateCellInfo()
573
record.telephonyObserver_->OnCellInfoUpdated(record.slotId_,
cellInfos_
[record.slotId_]);
in UpdateData()
Completed in 4 milliseconds