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:FormatMimeType
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_base/test/fuzztest/wantsecond_fuzzer/
H
A
D
wantsecond_fuzzer.cpp
54
want->
FormatMimeType
(type);
in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H
A
D
avmetadata_collector.h
93
void
FormatMimeType
(Metadata &avmeta, const std::shared_ptr<Meta> &globalInfo);
H
A
D
avmetadata_collector.cpp
305
FormatMimeType
(avmeta, globalInfo);
in FormatAVMeta()
309
void AVMetaDataCollector::
FormatMimeType
(Metadata &avmeta, const std::shared_ptr<Meta> &globalInfo)
in FormatMimeType()
function in OHOS::Media::AVMetaDataCollector
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
want.h
395
static std::string
FormatMimeType
(const std::string &mimeType);
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
want.cpp
352
std::string typetemp =
FormatMimeType
(type);
in FormatType()
398
return SetUriAndType(GetLowerCaseScheme(uri),
FormatMimeType
(type));
in FormatUriAndType()
409
std::string Want::
FormatMimeType
(const std::string &mimeType)
in FormatMimeType()
function in OHOS::AAFwk::Want
/foundation/ability/ability_base/test/unittest/want/
H
A
D
want_test.cpp
1071
EXPECT_EQ(mimeTypeResult, Want::
FormatMimeType
(mimeType));
in HWTEST_F()
1084
EXPECT_EQ(mimeTypeResult, Want::
FormatMimeType
(mimeType));
in HWTEST_F()
1097
EXPECT_EQ(mimeTypeResult, Want::
FormatMimeType
(mimeType));
in HWTEST_F()
1110
EXPECT_EQ(mimeTypeResult, Want::
FormatMimeType
(mimeType));
in HWTEST_F()
Completed in 12 milliseconds