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:cameraShotKey
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
file_asset.cpp
455
void FileAsset::SetCameraShotKey(const std::string &
cameraShotKey
)
in SetCameraShotKey()
argument
457
member_[PhotoColumn::CAMERA_SHOT_KEY] =
cameraShotKey
;
in SetCameraShotKey()
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
file_asset.h
163
EXPORT void SetCameraShotKey(const std::string &
cameraShotKey
);
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
media_asset_change_request_napi.cpp
76
const std::string CAMERA_SHOT_KEY = "
cameraShotKey
";
556
string
cameraShotKey
= context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid);
in CheckCreateOption()
local
558
if (
cameraShotKey
.size() < CAMERA_SHOT_KEY_SIZE) {
in CheckCreateOption()
559
NAPI_ERR_LOG("
cameraShotKey
is not null but is less than CAMERA_SHOT_KEY_SIZE");
in CheckCreateOption()
563
NAPI_ERR_LOG("
cameraShotKey
is not null with subtype is SCREENSHOT");
in CheckCreateOption()
1269
string
cameraShotKey
;
in JSSetCameraShotKey()
local
1271
MediaLibraryNapiUtils::ParseArgsStringCallback(env, info, asyncContext,
cameraShotKey
) == napi_ok,
in JSSetCameraShotKey()
1274
CHECK_COND_WITH_MESSAGE(env,
cameraShotKey
.length() >= CAMERA_SHOT_KEY_SIZE, "Failed to check
cameraShotKey
");
in JSSetCameraShotKey()
1278
changeRequest->GetFileAssetInstance()->SetCameraShotKey(
cameraShotKey
);
in JSSetCameraShotKey()
[all...]
H
A
D
media_library_napi.cpp
122
const std::string CAMERA_SHOT_KEY = "
cameraShotKey
";
4743
string
cameraShotKey
= context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid);
in CheckCreateOption()
local
4745
if (
cameraShotKey
.size() < CAMERA_SHOT_KEY_SIZE) {
in CheckCreateOption()
4746
NAPI_ERR_LOG("
cameraShotKey
is not null with but is less than CAMERA_SHOT_KEY_SIZE");
in CheckCreateOption()
4750
NAPI_ERR_LOG("
cameraShotKey
is not null with subtype is SCREENSHOT");
in CheckCreateOption()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H
A
D
sendable_photo_access_helper_napi.cpp
78
const std::string CAMERA_SHOT_KEY = "
cameraShotKey
";
1292
string
cameraShotKey
= context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid);
in CheckCreateOption()
local
1294
if (
cameraShotKey
.size() < CAMERA_SHOT_KEY_SIZE) {
in CheckCreateOption()
1295
NAPI_ERR_LOG("
cameraShotKey
is not null with but is less than CAMERA_SHOT_KEY_SIZE");
in CheckCreateOption()
1299
NAPI_ERR_LOG("
cameraShotKey
is not null with subtype is SCREENSHOT");
in CheckCreateOption()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_photo_operations.cpp
521
string
cameraShotKey
;
in SetCameraShotKeyFromCmd()
local
524
value.GetString(
cameraShotKey
);
in SetCameraShotKeyFromCmd()
526
fileAsset.SetCameraShotKey(
cameraShotKey
);
in SetCameraShotKeyFromCmd()
Completed in 31 milliseconds