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:fieldCode
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_content_param.cpp
71
uint8_t
fieldCode
= static_cast<uint8_t>(ContentParam::CT_P_NAME);
in GetFileName()
local
72
if (textMap_.find(
fieldCode
) != textMap_.end()) {
in GetFileName()
73
fileName = textMap_[
fieldCode
];
in GetFileName()
76
fieldCode
= static_cast<uint8_t>(ContentParam::CT_P_NAME_VALUE);
in GetFileName()
77
if (textMap_.find(
fieldCode
) != textMap_.end()) {
in GetFileName()
78
fileName = textMap_[
fieldCode
];
in GetFileName()
81
fieldCode
= static_cast<uint8_t>(ContentParam::CT_P_FILENAME);
in GetFileName()
82
if (textMap_.find(
fieldCode
) != textMap_.end()) {
in GetFileName()
83
fileName = textMap_[
fieldCode
];
in GetFileName()
86
fieldCode
in GetFileName()
97
uint8_t
fieldCode
= static_cast<uint8_t>(ContentParam::CT_P_NAME);
SetFileName()
local
104
uint8_t
fieldCode
= static_cast<uint8_t>(ContentParam::CT_P_START);
GetStart()
local
115
uint8_t
fieldCode
= static_cast<uint8_t>(ContentParam::CT_P_START);
SetStart()
local
[all...]
H
A
D
mms_msg.cpp
261
uint8_t
fieldCode
= static_cast<uint8_t>(ContentParam::CT_P_START);
in GetHeaderContentTypeStart()
local
262
mmsHeader_.GetHeaderContentType().GetContentParam().GetNormalField(
fieldCode
, start);
in GetHeaderContentTypeStart()
264
fieldCode
= static_cast<uint8_t>(ContentParam::CT_P_START_VALUE);
in GetHeaderContentTypeStart()
265
mmsHeader_.GetHeaderContentType().GetContentParam().GetNormalField(
fieldCode
, start);
in GetHeaderContentTypeStart()
H
A
D
mms_body_part_header.cpp
219
uint8_t
fieldCode
= 0xff;
in DecodeWellKnownHeader()
local
227
fieldCode
= oneByte & 0x7f;
in DecodeWellKnownHeader()
228
switch (static_cast<MmsHeaderParam>(
fieldCode
)) {
in DecodeWellKnownHeader()
H
A
D
mms_header.cpp
212
uint8_t
fieldCode
= 0xff;
in DecodeMmsHeader()
local
216
fieldCode
= (oneByte | setHighestBitOne);
in DecodeMmsHeader()
217
auto decodeFunc = memberFuncMap_.find(
fieldCode
);
in DecodeMmsHeader()
220
if (fun != nullptr && !fun(
fieldCode
, decodeBuffer, len)) {
in DecodeMmsHeader()
221
TELEPHONY_LOGE("The fieldId[%{public}d] decode header fail.",
fieldCode
);
in DecodeMmsHeader()
224
if (
fieldCode
== MMS_CONTENT_TYPE) {
in DecodeMmsHeader()
228
TELEPHONY_LOGI("DecodeMmsMsgUnKnownField:%{public}02X",
fieldCode
);
in DecodeMmsHeader()
Completed in 5 milliseconds