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:errorClass
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_parameter_record.cpp
147
if (!pdu.WriteBits(code_.transReplySeq, BIT6) || !pdu.WriteBits(static_cast<uint8_t>(code_.
errorClass
), BIT2)) {
in Encode()
151
if (code_.
errorClass
!= TransportErrClass::NONE) {
in Encode()
178
code_.
errorClass
= TransportErrClass::NONE;
in Decode()
180
code_.
errorClass
= TransportErrClass::TEMPORARY;
in Decode()
182
code_.
errorClass
= TransportErrClass::PERMANENT;
in Decode()
184
if (code_.
errorClass
!= TransportErrClass::NONE) {
in Decode()
/base/telephony/sms_mms/test/unittest/
H
A
D
cdma_sms_test.cpp
477
cout << "
errorClass
: " << static_cast<int>(msg.data.ack.causeCode.
errorClass
) << endl;
in PrintMsg()
667
std::cout << "Please enter the
errorClass
(NONE = 0, TEMPORARY = 2, PERMANENT = 3): " << std::endl;
in TestEncodeAckMsg()
668
int
errorClass
;
in TestEncodeAckMsg()
local
669
std::cin >>
errorClass
;
in TestEncodeAckMsg()
local
685
msg.data.ack.causeCode.
errorClass
= TransportErrClass(
errorClass
);
in TestEncodeAckMsg()
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_common.h
434
TransportErrClass
errorClass
;
member
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cdma_sms_test.cpp
896
v1.
errorClass
= testValue;
in HWTEST_F()
898
v2.
errorClass
= initValue;
in HWTEST_F()
913
EXPECT_EQ(v2.
errorClass
, testValue);
in HWTEST_F()
Completed in 7 milliseconds