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:GetUserComment
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H
A
D
sendable_file_asset_napi.h
73
std::string
GetUserComment
() const;
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H
A
D
metadata.h
113
EXPORT const std::string &
GetUserComment
() const;
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
file_asset.h
184
EXPORT const std::string &
GetUserComment
() const;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
file_asset.cpp
490
const std::string &FileAsset::
GetUserComment
() const
in GetUserComment()
function in OHOS::Media::FileAsset
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
metadata.cpp
380
const string &Metadata::
GetUserComment
() const
in GetUserComment()
function in OHOS::Media::Metadata
H
A
D
media_scanner_db.cpp
259
values.PutString(PhotoColumn::PHOTO_USER_COMMENT, metadata.
GetUserComment
());
in SetValuesFromMetaDataApi10()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
file_asset_napi.h
77
std::string
GetUserComment
() const;
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H
A
D
sendable_file_asset_napi.cpp
328
std::string SendableFileAssetNapi::
GetUserComment
() const
in GetUserComment()
function in OHOS::Media::SendableFileAssetNapi
330
return fileAssetPtr->
GetUserComment
();
in GetUserComment()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
file_asset_napi.cpp
514
std::string FileAssetNapi::
GetUserComment
() const
in GetUserComment()
function in OHOS::Media::FileAssetNapi
516
return fileAssetPtr->
GetUserComment
();
in GetUserComment()
3556
allExifJson[PHOTO_DATA_IMAGE_USER_COMMENT] = obj->
GetUserComment
();
in UserFileMgrGetExifComplete()
H
A
D
media_asset_change_request_napi.cpp
2174
valuesBucket.Put(PhotoColumn::PHOTO_USER_COMMENT, fileAsset->
GetUserComment
());
in SetUserCommentExecute()
Completed in 22 milliseconds