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:geoScope
(Results
1 - 9
of
9
) sorted by relevance
/base/telephony/sms_mms/services/sms/include/
H
A
D
gsm_cb_codec.h
186
uint8_t
geoScope
= 0;
member
226
return serialNum.
geoScope
== other.serialNum.
geoScope
&& serialNum.msgCode == other.serialNum.msgCode &&
in operator ==()
242
bool GetGeoScope(uint8_t &
geoScope
) const;
H
A
D
sms_cb_data.h
50
uint8_t
geoScope
= 0;
member
76
inline static const std::string GEO_SCOPE = "
geoScope
";
/base/telephony/sms_mms/services/sms/
H
A
D
gsm_cb_codec.cpp
50
return cbHeader_->serialNum.
geoScope
== codec.cbHeader_->serialNum.
geoScope
&&
in operator ==()
224
unsigned short serialNum = ((snFields.
geoScope
& HEX_VALUE_03) << HEX_VALUE_0E) |
in EncodeCbSerialNum()
408
std::string cbSerialNum("\nserialNum:
geoScope
" + std::to_string(cbHeader_->serialNum.
geoScope
) + "| updateNum " +
in ToString()
451
bool GsmCbCodec::GetGeoScope(uint8_t &
geoScope
) const
in GetGeoScope()
457
geoScope
= cbHeader_->serialNum.
geoScope
;
in GetGeoScope()
467
cbSerial = ((cbHeader_->serialNum.
geoScope
& HEX_VALUE_03) << HEX_VALUE_0E) |
in GetSerialNum()
H
A
D
gsm_cb_gsm_codec.cpp
63
cbHeader_->serialNum.
geoScope
= (temp & HEX_VALUE_C0) >> HEX_VALUE_06;
in Decode2gHeader()
H
A
D
gsm_cb_umts_codec.cpp
75
cbHeader_->serialNum.
geoScope
= (temp & HEX_VALUE_C0) >> HEX_VALUE_06;
in Decode3gHeader()
/base/telephony/sms_mms/services/sms/gsm/
H
A
D
gsm_sms_cb_handler.cpp
195
switch (info.header->serialNum.
geoScope
) {
in InitLocation()
384
cbMessage->GetGeoScope(sendData.
geoScope
);
in GetCbData()
390
want.SetParam(SmsCbData::GEO_SCOPE, static_cast<char>(sendData.
geoScope
));
in PackageWantData()
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_receive_handler.cpp
295
want.SetParam(SmsCbData::GEO_SCOPE, static_cast<char>(sendData.
geoScope
));
in SetCBBroadcastParam()
337
sendData.
geoScope
= message->GetGeoScope();
in GetCBData()
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H
A
D
unittesttwo_fuzzer.cpp
219
uint8_t
geoScope
= static_cast<uint8_t>(GetNumRandom(1, 10));
in TestGetSomething()
local
220
m_pGsmCbCodec->GetGeoScope(
geoScope
);
in TestGetSomething()
251
m_pGsmCbCodec->GetGeoScope(
geoScope
);
in TestGetSomething()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cb_test.cpp
744
uint8_t
geoScope
= 1;
in HWTEST_F()
local
745
ret = cbMsg->GetGeoScope(
geoScope
);
in HWTEST_F()
Completed in 8 milliseconds