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:userComment_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
media_assets_change_request_napi.h
62
std::string
userComment_
;
member in OHOS::Media::MediaAssetsChangeRequestNapi
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
metadata.cpp
51
userComment_
(FILE_USER_COMMENT_DEFAULT),
in Metadata()
377
userComment_
= get<string>(userComment);
in SetUserComment()
382
return
userComment_
;
in GetUserComment()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
media_assets_change_request_napi.cpp
144
return
userComment_
;
in GetUpdatedUserComment()
231
changeRequest->
userComment_
= userComment;
in JSSetUserComment()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H
A
D
exif_info.h
98
std::string
userComment_
;
member in OHOS::ImagePlugin::EXIFInfo
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H
A
D
metadata.h
222
std::string
userComment_
;
member in OHOS::Media::Metadata
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
exif_info.cpp
390
userComment_
(DEFAULT_EXIF_VALUE),
in EXIFInfo()
574
userComment_
= value;
in SetExifTagValuesEx()
H
A
D
jpeg_decoder.cpp
899
value = exifInfo_.
userComment_
;
in GetImagePropertyStringEx()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
jpeg_decoder_ex_test.cpp
437
ASSERT_EQ(value, exifInfo_.
userComment_
);
in HWTEST_F()
H
A
D
jpeg_decoder_test.cpp
814
ASSERT_EQ(value, exifInfo_.
userComment_
);
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H
A
D
plugin_libjpeg_test.cpp
897
ASSERT_EQ(exinfo.
userComment_
, val);
in HWTEST_F()
Completed in 16 milliseconds