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:receiverKey
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
image_receiver_manager_test.cpp
50
std::string
receiverKey
= imageReceiverManager.SaveImageReceiver(iva);
in HWTEST_F()
local
51
ASSERT_EQ(
receiverKey
, "0");
in HWTEST_F()
81
std::string
receiverKey
= imageReceiverManager.SaveImageReceiver(iva);
in HWTEST_F()
local
84
ASSERT_EQ(
receiverKey
, surfaceId);
in HWTEST_F()
102
std::string
receiverKey
= imageReceiverManager.SaveImageReceiver(iva);
in HWTEST_F()
local
103
auto surface = imageReceiverManager.getSurfaceByKeyId(
receiverKey
);
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/include/
H
A
D
image_receiver_context.h
83
void SetReceiverKey(std::string
receiverKey
)
in SetReceiverKey()
argument
85
receiverKey_ =
receiverKey
;
in SetReceiverKey()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
H
A
D
image_receiver.cpp
221
std::string
receiverKey
= imageReceiverManager.SaveImageReceiver(iva);
in CreateImageReceiver()
local
222
iva->iraContext_->SetReceiverKey(
receiverKey
);
in CreateImageReceiver()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H
A
D
camera_ndk_unittest.cpp
64
std::string
receiverKey
= imageReceiver->iraContext_->GetReceiverKey();
in CreatePhotoOutput()
local
66
surfaceId =
receiverKey
.c_str();
in CreatePhotoOutput()
251
std::string
receiverKey
= imageReceiver->iraContext_->GetReceiverKey();
in ReleaseImageReceiver()
local
252
Media::ImageReceiverManager::ReleaseReceiverById(
receiverKey
);
in ReleaseImageReceiver()
3452
std::string
receiverKey
= imageReceiver->iraContext_->GetReceiverKey();
in HWTEST_F()
local
3454
surfaceId =
receiverKey
.c_str();
in HWTEST_F()
3560
std::string
receiverKey
= imageReceiver->iraContext_->GetReceiverKey();
in HWTEST_F()
local
3562
surfaceId =
receiverKey
.c_str();
in HWTEST_F()
3616
std::string
receiverKey
= imageReceiver->iraContext_->GetReceiverKey();
in HWTEST_F()
local
3618
surfaceId =
receiverKey
in HWTEST_F()
3673
std::string
receiverKey
= imageReceiver->iraContext_->GetReceiverKey();
HWTEST_F()
local
3728
std::string
receiverKey
= imageReceiver->iraContext_->GetReceiverKey();
HWTEST_F()
local
[all...]
Completed in 10 milliseconds