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:TransportSubAddr
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_parameter_record.h
111
CdmaSmsSubaddress(
TransportSubAddr
&address, uint8_t id);
116
TransportSubAddr
&address_;
H
A
D
cdma_sms_common.h
425
struct
TransportSubAddr
{
struct in OHOS::Telephony::SmsTransTelsvcId::TransportErrClass
442
TransportSubAddr
subAddress;
454
TransportSubAddr
subAddress;
/base/telephony/sms_mms/test/unittest/
H
A
D
cdma_sms_test.h
51
void PrintSubAddr(
TransportSubAddr
&addr, std::string s = " ") const;
H
A
D
cdma_sms_test.cpp
95
void CdmaSmsTest::PrintSubAddr(
TransportSubAddr
&addr, string s) const
in PrintSubAddr()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cdma_sms_test.cpp
787
TransportSubAddr
v1;
in HWTEST_F()
788
memset_s(&v1, sizeof(
TransportSubAddr
), 0x00, sizeof(
TransportSubAddr
));
in HWTEST_F()
790
TransportSubAddr
v2;
in HWTEST_F()
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_parameter_record.cpp
335
CdmaSmsSubaddress::CdmaSmsSubaddress(
TransportSubAddr
&address, uint8_t id) : address_(address)
in CdmaSmsSubaddress()
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
H
A
D
cdmasmsencode_fuzzer.cpp
107
TransportSubAddr
value;
in SubaddressEncode()
/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H
A
D
cdmasmsdecode_fuzzer.cpp
142
TransportSubAddr
value;
in SubaddressDecode()
Completed in 9 milliseconds