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:GsmCellLocation
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_location.cpp
31
bool
GsmCellLocation
::Marshalling(Parcel &parcel) const
in Marshalling()
51
GsmCellLocation
*
GsmCellLocation
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
53
GsmCellLocation
*param = new (std::nothrow)
GsmCellLocation
();
in Unmarshalling()
64
bool
GsmCellLocation
::ReadFromParcel(Parcel &parcel)
in ReadFromParcel()
92
CellLocation::CellType
GsmCellLocation
::GetCellLocationType() const
in GetCellLocationType()
97
void
GsmCellLocation
::SetGsmParam(int32_t cellId, int32_t lac, int32_t psc)
in SetGsmParam()
105
int32_t
GsmCellLocation
::GetCellId() const
in GetCellId()
110
int32_t
GsmCellLocation
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_location.h
43
class
GsmCellLocation
: public CellLocation {
class
45
GsmCellLocation
() = default;
46
virtual ~
GsmCellLocation
() = default;
48
static
GsmCellLocation
*Unmarshalling(Parcel &parcel);
/base/telephony/core_service/services/network_search/src/
H
A
D
cell_info.cpp
870
sptr<
GsmCellLocation
> cellLocation = new
GsmCellLocation
;
in GetCellLocation()
876
sptr<
GsmCellLocation
> cellLocation = new
GsmCellLocation
;
in GetCellLocation()
882
sptr<
GsmCellLocation
> cellLocation = new
GsmCellLocation
;
in GetCellLocation()
911
sptr<
GsmCellLocation
> cellLocation = new
GsmCellLocation
;
in GetCellLocationExt()
916
sptr<
GsmCellLocation
> cellLocation = new
GsmCellLocation
;
in GetCellLocationExt()
[all...]
H
A
D
operator_name.cpp
648
sptr<
GsmCellLocation
> gsmLocation = sptr<
GsmCellLocation
>(static_cast<
GsmCellLocation
*>(location.GetRefPtr()));
in GetCurrentLac()
/base/telephony/sms_mms/services/sms/gsm/
H
A
D
gsm_sms_cb_handler.cpp
190
sptr<
GsmCellLocation
> gsmLocation = sptr<
GsmCellLocation
>(static_cast<
GsmCellLocation
*>(location.GetRefPtr()));
in InitLocation()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_test.cpp
147
sptr<
GsmCellLocation
> cellLocation = new
GsmCellLocation
;
in PrintGsmCellInformation()
152
TELEPHONY_LOGI("
GsmCellLocation
type:%{private}d, lac:%{private}d, psc:%{private}d,",
in PrintGsmCellInformation()
155
sptr<
GsmCellLocation
> newCellLocation = new
GsmCellLocation
();
in PrintGsmCellInformation()
H
A
D
zero_branch_test.cpp
3320
std::shared_ptr<CellLocation> cellLocation = std::make_shared<
GsmCellLocation
>();
in HWTEST_F()
3322
std::shared_ptr<
GsmCellLocation
> gsmCellLocation = std::make_shared<
GsmCellLocation
>();
in HWTEST_F()
Completed in 17 milliseconds