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:WriteByte
(Results
1 - 18
of
18
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_encode_buffer.cpp
51
if (!
WriteByte
(reversed[len - j - 1])) {
in EncodeUintvar()
52
TELEPHONY_LOGE("Encode buffer
WriteByte
fail.");
in EncodeUintvar()
59
bool MmsEncodeBuffer::
WriteByte
(uint8_t value)
in WriteByte()
function in OHOS::Telephony::MmsEncodeBuffer
118
if (!
WriteByte
(value)) {
in EncodeShortLength()
119
TELEPHONY_LOGE("Encode buffer
WriteByte
fail.");
in EncodeShortLength()
139
if (!
WriteByte
(value | setHighestBitOne)) {
in EncodeShortInteger()
140
TELEPHONY_LOGE("Encode buffer
WriteByte
fail.");
in EncodeShortInteger()
156
if (!
WriteByte
(value)) {
in EncodeOctet()
157
TELEPHONY_LOGE("Encode buffer
WriteByte
fail.");
in EncodeOctet()
182
if (!
WriteByte
(lengthQuot
in EncodeValueLength()
[all...]
H
A
D
mms_body_part_header.cpp
377
if (!encodeBuffer.
WriteByte
(static_cast<uint8_t>(MmsHeaderParam::P_CONTENT_LOCATION_V2) | setHighestBitOne)) {
in EncodeContentLocation()
404
if (!encodeBuffer.
WriteByte
(static_cast<uint8_t>(MmsHeaderParam::P_CONTENT_ID) | setHighestBitOne)) {
in EncodeContentId()
437
if (!encodeBuffer.
WriteByte
(static_cast<uint8_t>(MmsHeaderParam::P_CONTENT_DISPOSITION_V1) | setHighestBitOne)) {
in EncodeContentDisposition()
446
if (!encodeBuffer.
WriteByte
(static_cast<uint8_t>(MmsDispositonParam::P_DISPOSITION_FROM_DATA))) {
in EncodeContentDisposition()
453
if (!encodeBuffer.
WriteByte
(static_cast<uint8_t>(MmsDispositonParam::P_DISPOSITION_ATTACHMENT))) {
in EncodeContentDisposition()
460
if (!encodeBuffer.
WriteByte
(static_cast<uint8_t>(MmsDispositonParam::P_DISPOSITION_INLINE))) {
in EncodeContentDisposition()
H
A
D
mms_content_type.cpp
407
if (!encodeBuffer.
WriteByte
(fields[i])) {
in EncodeTextField()
408
TELEPHONY_LOGE("Encode contentType
WriteByte
fail.");
in EncodeTextField()
434
if (!encodeBuffer.
WriteByte
(static_cast<uint8_t>(ContentParam::CT_P_CHARSET))) {
in EncodeCharsetField()
435
TELEPHONY_LOGE("Encode contentType
WriteByte
fail.");
in EncodeCharsetField()
459
if (!encodeBuffer.
WriteByte
(static_cast<uint8_t>(ContentParam::CT_P_TYPE))) {
in EncodeTypeField()
460
TELEPHONY_LOGE("Encode contentType
WriteByte
fail.");
in EncodeTypeField()
529
if (!tmpEncodeBuffer.
WriteByte
(static_cast<uint8_t>(u8ContentType) | 0x80)) {
in EncodeMmsBodyPartContentType()
530
TELEPHONY_LOGE("Encode contentType
WriteByte
fail.");
in EncodeMmsBodyPartContentType()
H
A
D
mms_header.cpp
1053
if (!buff.
WriteByte
(fieldId)) {
in EncodeOctetValue()
1054
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
WriteByte
fail.", fieldId);
in EncodeOctetValue()
1057
if (!buff.
WriteByte
(value)) {
in EncodeOctetValue()
1058
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
WriteByte
fail.", fieldId);
in EncodeOctetValue()
1066
if (!buff.
WriteByte
(fieldId)) {
in EncodeShortIntegerValue()
1067
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
WriteByte
fail.", fieldId);
in EncodeShortIntegerValue()
1083
if (!buff.
WriteByte
(fieldId)) {
in EncodeTextStringValue()
1084
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
WriteByte
fail.", fieldId);
in EncodeTextStringValue()
1106
if (!buff.
WriteByte
(fieldId)) {
in EncodeEncodeStringValue()
1107
TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader
WriteByte
fai
in EncodeEncodeStringValue()
[all...]
H
A
D
mms_body.cpp
125
if (!encodeBuffer.
WriteByte
((int8_t)(MMS_CONTENT_TYPE))) {
in EncodeMmsHeaderContentType()
126
TELEPHONY_LOGE("Body encode
WriteByte
fail.");
in EncodeMmsHeaderContentType()
/base/telephony/sms_mms/services/sms/gsm/
H
A
D
gsm_user_data_pdu.cpp
198
if (!buffer.
WriteByte
(UDH_SINGLE_SHIFT)) {
in EncodeHeader()
202
if (!buffer.
WriteByte
(HEX_VALUE_01)) {
in EncodeHeader()
206
if (!buffer.
WriteByte
(header.udh.singleShift.langId)) {
in EncodeHeader()
212
if (!buffer.
WriteByte
(UDH_LOCKING_SHIFT)) {
in EncodeHeader()
216
if (!buffer.
WriteByte
(HEX_VALUE_01)) {
in EncodeHeader()
220
if (!buffer.
WriteByte
(header.udh.lockingShift.langId)) {
in EncodeHeader()
232
if (!buffer.
WriteByte
(UDH_APP_PORT_8BIT)) {
in EncodeHeaderAppPort8bit()
236
if (!buffer.
WriteByte
(HEX_VALUE_02)) {
in EncodeHeaderAppPort8bit()
240
if (!buffer.
WriteByte
(header.udh.appPort8bit.destPort)) {
in EncodeHeaderAppPort8bit()
244
if (!buffer.
WriteByte
(heade
in EncodeHeaderAppPort8bit()
[all...]
H
A
D
gsm_sms_tpdu_encode.cpp
47
if (!buffer.
WriteByte
(pSubmit->msgRef)) {
in EncodeSubmitPdu()
70
if (!buffer.
WriteByte
(pSubmit->pid)) {
in EncodeSubmitPdu()
281
if (!buffer.
WriteByte
(oneByte | HEX_VALUE_80)) {
in EncodeDeliverPartData()
306
if (!buffer.
WriteByte
(pDeliver->pid)) {
in EncodeDeliverPartData()
381
if (!buffer.
WriteByte
(pDeliverRep->failCause)) {
in EncodeDeliverReportPdu()
388
if (!buffer.
WriteByte
(pDeliverRep->paramInd)) {
in EncodeDeliverReportPdu()
394
if (!buffer.
WriteByte
(pDeliverRep->pid)) {
in EncodeDeliverReportPdu()
473
if (!buffer.
WriteByte
(oneByte | HEX_VALUE_40)) {
in EncodeStatusReportPdu()
480
if (!buffer.
WriteByte
(pStatusRep->msgRef)) {
in EncodeStatusReportPdu()
552
if (!buffer.
WriteByte
(pStatusRe
in EncodeStatusReportData()
[all...]
H
A
D
gsm_sms_common_utils.cpp
46
if (!buffer.
WriteByte
(userData[srcIdx])) {
in Pack7bitChar()
99
if (!buffer.
WriteByte
(oneByte | nextByte)) {
in Pack7bitCharPartData()
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_parameter_record.cpp
47
if (pdu.
WriteByte
(id_) && pdu.
WriteByte
(len_) && pdu.WriteWord(teleserviceId_)) {
in Encode()
77
if (pdu.
WriteByte
(id_) && pdu.
WriteByte
(len_) && pdu.WriteWord(serviceCat_)) {
in Encode()
107
if (pdu.
WriteByte
(id_) && pdu.
WriteByte
(len_) && pdu.WriteBits(replySeq_, BIT6)) {
in Encode()
142
if (!pdu.
WriteByte
(id_)) {
in Encode()
211
if (!pdu.
WriteByte
(id_)) {
in Encode()
352
if (!pdu.
WriteByte
(id_)) {
in Encode()
473
if (!pdu.
WriteByte
(id
in Encode()
[all...]
H
A
D
cdma_sms_sub_parameter.cpp
52
if (pdu.
WriteByte
(id_) && pdu.
WriteByte
(len_) && pdu.
WriteByte
(data_)) {
in Encode()
106
if (pdu.
WriteByte
(id_) && pdu.
WriteByte
(len_)) {
in Encode()
165
if (pdu.
WriteByte
(id_) && pdu.
WriteByte
(len_)) {
in Encode()
166
if (pdu.
WriteByte
(EncodeBCD(time_.year)) && pdu.
WriteByte
(EncodeBCD(time_.month)) &&
in Encode()
167
pdu.
WriteByte
(EncodeBC
in Encode()
[all...]
H
A
D
cdma_sms_transport_message.cpp
45
if (!pdu.
WriteByte
(type_)) {
in Encode()
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_encode_buffer.h
27
bool
WriteByte
(uint8_t byte);
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_pdu_buffer.h
60
bool
WriteByte
(uint8_t v);
/base/telephony/sms_mms/test/fuzztest/smspdubuffer_fuzzer/
H
A
D
smspdubuffer_fuzzer.cpp
86
buffer->
WriteByte
(data[i]);
in WriteBuffer()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_pdu_buffer.cpp
253
bool SmsWriteBuffer::
WriteByte
(uint8_t v)
in WriteByte()
function in OHOS::Telephony::SmsWriteBuffer
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cdma_sms_test.cpp
405
EXPECT_TRUE(buffer->
WriteByte
(v));
in HWTEST_F()
409
EXPECT_FALSE(buffer->
WriteByte
(v));
in HWTEST_F()
430
EXPECT_FALSE(buffer->
WriteByte
(v));
in HWTEST_F()
H
A
D
cdma_sms_gtest.cpp
259
EXPECT_TRUE(wBuffer->
WriteByte
(v));
in HWTEST_F()
H
A
D
zero_branch_sms_test.cpp
2076
buffer.
WriteByte
(v);
in HWTEST_F()
Completed in 17 milliseconds