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:imageUri
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/js_photo_editor_extension_impl_test/
H
A
D
js_photo_editor_extension_impl_test.cpp
64
std::string
imageUri
= "";
in HWTEST_F()
local
/foundation/multimedia/media_library/frameworks/native/c_api/moving_photo_capi/
H
A
D
moving_photo_capi.cpp
31
MediaLibrary_ErrorCode OH_MovingPhoto_RequestContentWithUris(OH_MovingPhoto* movingPhoto, char*
imageUri
,
in OH_MovingPhoto_RequestContentWithUris()
argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H
A
D
js_photo_editor_extension_impl.cpp
147
std::string
imageUri
= want.GetStringParam("ability.params.stream");
in OnStartContentEditing()
local
H
A
D
photo_editor_extension_context.cpp
107
PhotoEditorErrorCode PhotoEditorExtensionContext::CopyImageToPanel(const std::string &
imageUri
,
in CopyImageToPanel()
argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/moving_photo_test/src/
H
A
D
moving_photo_test.cpp
121
char*
imageUri
= strdup(destUri.c_str());
in HWTEST_F()
local
139
char
imageUri
[] = "testImageUri";
in HWTEST_F()
local
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H
A
D
lume_custom_render.cpp
137
void LumeCustomRender::LoadImage(const std::string&
imageUri
)
in LoadImage()
argument
/foundation/multimedia/media_library/frameworks/native/c_api/
H
A
D
moving_photo_impl.cpp
42
MovingPhotoImpl::MovingPhotoImpl(const std::string&
imageUri
) : imageUri_(
imageUri
)
in MovingPhotoImpl()
argument
61
MediaLibrary_ErrorCode MovingPhotoImpl::RequestContentWithUris(char*
imageUri
, char* videoUri)
in RequestContentWithUris()
argument
208
int32_t MovingPhotoImpl::OpenReadOnlyImage(const std::string&
imageUri
, bool isMediaLibUri)
in OpenReadOnlyImage()
argument
[all...]
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_napi.cpp
88
napi_value
imageUri
;
in JsCreate()
local
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
moving_photo_napi.cpp
126
static int32_t OpenReadOnlyImage(const std::string&
imageUri
, bool isMediaLibUri)
in OpenReadOnlyImage()
argument
Completed in 5 milliseconds