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:pAlbumData_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
highlight_album_napi.h
52
static thread_local PhotoAlbum *
pAlbumData_
;
member in OHOS::Media::HighlightAlbumNapi
H
A
D
photo_album_napi.h
105
static thread_local PhotoAlbum *
pAlbumData_
;
member in OHOS::Media::PhotoAlbumNapi
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H
A
D
sendable_photo_album_napi.cpp
39
thread_local PhotoAlbum *SendablePhotoAlbumNapi::
pAlbumData_
= nullptr;
member in OHOS::Media::SendablePhotoAlbumNapi
96
pAlbumData_
= albumData.release();
in CreatePhotoAlbumNapi()
98
pAlbumData_
= nullptr;
in CreatePhotoAlbumNapi()
220
photoAlbumPtr = shared_ptr<PhotoAlbum>(
pAlbumData_
);
in SetPhotoAlbumNapiProperties()
238
if (
pAlbumData_
!= nullptr) {
in PhotoAlbumNapiConstructor()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H
A
D
sendable_photo_album_napi.h
88
static thread_local PhotoAlbum *
pAlbumData_
;
member in OHOS::Media::SendablePhotoAlbumNapi
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
photo_album_napi.cpp
34
thread_local PhotoAlbum *PhotoAlbumNapi::
pAlbumData_
= nullptr;
member in OHOS::Media::PhotoAlbumNapi
134
pAlbumData_
= albumData.release();
in CreatePhotoAlbumNapi()
136
pAlbumData_
= nullptr;
in CreatePhotoAlbumNapi()
252
photoAlbumPtr = shared_ptr<PhotoAlbum>(
pAlbumData_
);
in SetPhotoAlbumNapiProperties()
270
if (
pAlbumData_
!= nullptr) {
in PhotoAlbumNapiConstructor()
Completed in 6 milliseconds