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:sCellSsbList
(Results
1 - 9
of
9
) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
nr_ssb_information.h
60
std::vector<SsbInfo>
sCellSsbList
;
member
76
void SetSCellSsbList(std::vector<SsbInfo>
sCellSsbList
);
85
void GetSCellSsbIdList(std::vector<SsbInfo> &
sCellSsbList
) const;
H
A
D
tel_ril_network_parcel.h
745
std::vector<SsbIdInfo>
sCellSsbList
;
member
/base/telephony/core_service/services/network_search/src/
H
A
D
nr_ssb_info.cpp
38
nrCellSsbIdsInfo->SetSCellSsbList(nrCellSsbIdsInfo_->
sCellSsbList
);
in FillNrSsbIdInformation()
80
for (const auto &info : nrCellSsbIds->
sCellSsbList
) {
in UpdateNrSsbIdInfo()
84
nrCellSsbIdsInfo_->
sCellSsbList
.push_back(ssbInfo);
in UpdateNrSsbIdInfo()
/base/telephony/core_service/frameworks/native/src/
H
A
D
nr_ssb_information.cpp
195
void NrSsbInformation::SetSCellSsbList(std::vector<SsbInfo>
sCellSsbList
)
in SetSCellSsbList()
argument
197
for (const auto &info :
sCellSsbList
) {
in SetSCellSsbList()
259
void NrSsbInformation::GetSCellSsbIdList(std::vector<SsbInfo> &
sCellSsbList
) const
in GetSCellSsbIdList()
265
sCellSsbList
.push_back(ssbInfo);
in GetSCellSsbIdList()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_vendor_network_defs.h
867
SsbIdInfoVendor *
sCellSsbList
;
member
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_network.cpp
631
nrCellSsbIds.
sCellSsbList
.clear();
in GetNrSsbIdResponse()
1431
SsbIdInfoVendor *
sCellSsbList
= temp->
sCellSsbList
+ i;
in BuildNrCellSsbIdsInfo()
local
1432
ssbIdInfo.ssbId =
sCellSsbList
->ssbId;
in BuildNrCellSsbIdsInfo()
1433
ssbIdInfo.rsrp =
sCellSsbList
->rsrp;
in BuildNrCellSsbIdsInfo()
1434
nrCellSsbIds.
sCellSsbList
.push_back(ssbIdInfo);
in BuildNrCellSsbIdsInfo()
1444
SsbIdInfoVendor *
sCellSsbList
= temp->nbCellSsbList[i].ssbIdList + j;
in BuildNrCellSsbIdsInfo()
local
1445
ssbIdInfo.ssbId =
sCellSsbList
->ssbId;
in BuildNrCellSsbIdsInfo()
1446
ssbIdInfo.rsrp =
sCellSsbList
->rsrp;
in BuildNrCellSsbIdsInfo()
/base/telephony/core_service/services/network_search/test/
H
A
D
test.cpp
739
std::vector<SsbInfo>
sCellSsbList
;
in TestGetNrSsbId()
local
740
nrSsbInformation->GetSCellSsbIdList(
sCellSsbList
);
in TestGetNrSsbId()
741
for (auto &info :
sCellSsbList
) {
in TestGetNrSsbId()
/base/telephony/ril_adapter/services/vendor/src/
H
A
D
at_network.c
2057
(void)memset_s(nrSsbIdInfo->
sCellSsbList
, sizeof(SsbIdInfoVendor) * SCELL_SSB_LIST, 0,
in FillServingCellSsbId()
2063
nrSsbIdInfo->
sCellSsbList
[i].ssbId = tempData;
in FillServingCellSsbId()
2067
nrSsbIdInfo->
sCellSsbList
[i].rsrp = tempData;
in FillServingCellSsbId()
/base/telephony/core_service/services/tel_ril/src/
H
A
D
tel_ril_network.cpp
410
for (const auto &info : nrCellSsbIds.
sCellSsbList
) {
in GetNrSsbIdResponse()
414
nrCellSsbIdsInfo->
sCellSsbList
.push_back(ssbIdInfo);
in GetNrSsbIdResponse()
Completed in 23 milliseconds