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
defs:photoUri
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
moving_photo_napi.h
30
MovingPhotoNapi(const std::string&
photoUri
) : photoUri_(
photoUri
) {};
in MovingPhotoNapi()
argument
H
A
D
media_asset_manager_napi.h
88
std::string
photoUri
;
member
H
A
D
cloud_enhancement_napi.h
100
std::string
photoUri
;
member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryenhancement_fuzzer/
H
A
D
medialibraryenhancement_fuzzer.cpp
256
string
photoUri
= prefix + "1/IMG_1722329102_000/" + TESTING_DISPLAYNAME;
in EnhancementManagerTest()
local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_enhancement_test/src/
H
A
D
medialibrary_cloud_enhancement_test.cpp
372
string
photoUri
= "file://media/Photo/1/IMG_1722329102_000/" + TESTING_DISPLAYNAME;
in HWTEST_F()
local
419
string
photoUri
= "file://media/Photo/1/IMG_1722329102_000/" + TESTING_DISPLAYNAME;
in HWTEST_F()
local
443
string
photoUri
= "file://media/Photo/0/IMG_1722329102_000/" + TESTING_DISPLAYNAME;
in HWTEST_F()
local
500
string
photoUri
= "file://media/Photo/" + to_string(fileId) + "/IMG_1722329102_000/" + TESTING_DISPLAYNAME;
in HWTEST_F()
local
520
string
photoUri
= "file://media/Photo/" + to_string(fileId) + "/IMG_1722329102_000/" + TESTING_DISPLAYNAME;
in HWTEST_F()
local
549
string
photoUri
= "file://media/Photo/" + to_string(fileId) + "/IMG_1722329102_000/" + TESTING_DISPLAYNAME;
HWTEST_F()
local
598
string
photoUri
= "file://media/Photo/" + to_string(fileId) + "/IMG_1722329102_000/" + TESTING_DISPLAYNAME;
HWTEST_F()
local
[all...]
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H
A
D
media_asset_manager_impl.cpp
391
std::string MediaAssetManagerImpl::NativeRequestImage(const char*
photoUri
,
in NativeRequestImage()
argument
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
moving_photo_napi.cpp
69
char
photoUri
[PATH_MAX];
in Constructor()
local
467
napi_value MovingPhotoNapi::NewMovingPhotoNapi(napi_env env, const string&
photoUri
,
in NewMovingPhotoNapi()
argument
H
A
D
media_asset_manager_napi.cpp
294
QueryPhotoStatus(int fileId, const string&
photoUri
, std::string &photoId, bool hasReadPermission)
QueryPhotoStatus()
argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/
H
A
D
media_library_manager_test.cpp
342
string
photoUri
= CreatePhotoAsset("test.jpg");
in CreateOwnerPrivliegeAssets()
local
997
auto
photoUri
= CreatePhotoAsset("test.jpg");
in HWTEST_F()
local
Completed in 12 milliseconds