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:strFileName_
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_attachment.cpp
65
strFileName_
= srcAttachment.
strFileName_
;
in MmsAttachment()
171
strFileName_
.assign(strFileName);
in SetFileName()
177
if (
strFileName_
.length() > 0) {
in GetFileName()
178
return
strFileName_
;
in GetFileName()
H
A
D
mms_body_part.cpp
52
TELEPHONY_LOGI("strFileName : %{private}s",
strFileName_
.c_str());
in DumpMmsBodyPart()
90
strFileName_
= obj.
strFileName_
;
in AssignBodyPart()
265
if (
strFileName_
.empty()) {
in SetAttachment()
287
GetContentType().GetContentParam().SetFileName(
strFileName_
);
in SetAttachment()
394
strFileName_
= fileName;
in DecodeSetFileName()
400
strFileName_
= contentLocation;
in DecodeSetFileName()
406
strFileName_
= contentId;
in DecodeSetFileName()
429
strFileName_
= chCurrentTime;
in DecodeSetFileName()
518
return
strFileName_
;
in GetPartFileName()
[all...]
H
A
D
mms_body_part_header.cpp
26
strFileName_
= srcHeader.
strFileName_
;
in operator =()
191
strFileName_
= strTmp;
in DecodeDispositionParameter()
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_body_part_header.h
74
std::string
strFileName_
= "";
member in OHOS::Telephony::MmsHeaderParam::MmsDispositonParam::MmsBodyPartHeader
H
A
D
mms_body_part.h
64
std::string
strFileName_
= "";
member in OHOS::Telephony::MmsBodyPart
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
195
std::string
strFileName_
;
member in OHOS::Telephony::MmsAttachment
/base/telephony/sms_mms/test/gtest/
H
A
D
mms_gtest.cpp
545
attachment.
strFileName_
= "";
in HWTEST_F()
H
A
D
zero_branch_mms_test.cpp
732
mmsAttachment.
strFileName_
= "test";
in HWTEST_F()
Completed in 8 milliseconds