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:cellInformations
(Results
1 - 4
of
4
) sorted by relevance
/base/location/services/location_gnss/gnss/source/
H
A
D
agnss_event_callback.cpp
98
std::vector<sptr<CellInformation>>
cellInformations
;
in GetCellRefInfo()
local
99
DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetCellInfoList(slotId,
cellInformations
);
in GetCellRefInfo()
100
if (
cellInformations
.size() == 0) {
in GetCellRefInfo()
104
for (sptr<CellInformation> infoItem :
cellInformations
) {
in GetCellRefInfo()
/base/telephony/core_service/frameworks/js/network_search/include/
H
A
D
napi_radio.h
255
std::vector<sptr<CellInformation>>
cellInformations
{};
/base/telephony/state_registry/test/unittest/state_test/
H
A
D
state_registry_test.cpp
839
std::vector<sptr<CellInformation>>
cellInformations
;
in HWTEST_F()
local
840
telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID,
cellInformations
);
in HWTEST_F()
843
cellInformations
.push_back(cellInfo);
in HWTEST_F()
845
telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID,
cellInformations
);
in HWTEST_F()
849
EXPECT_GE(
cellInformations
.size(), static_cast<size_t>(0));
in HWTEST_F()
/base/telephony/core_service/frameworks/js/network_search/src/
H
A
D
napi_radio.cpp
2170
asyncContext->
cellInformations
.clear();
in NativeGetCellInformation()
2172
asyncContext->slotId, asyncContext->
cellInformations
);
in NativeGetCellInformation()
2174
static_cast<unsigned long>(asyncContext->
cellInformations
.size()));
in NativeGetCellInformation()
2179
if (asyncContext->
cellInformations
.size() == 0) {
in NativeGetCellInformation()
2180
TELEPHONY_LOGE("NativeGetCellInformation
cellInformations
is empty.");
in NativeGetCellInformation()
2191
asyncContext->
cellInformations
.size(), asyncContext->resolved, asyncContext->slotId);
in GetCellInformationCallback()
2195
for (sptr<CellInformation> infoItem : asyncContext->
cellInformations
) {
in GetCellInformationCallback()
Completed in 10 milliseconds