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:ICameraController
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H
A
D
icamera_controller.h
28
class
ICameraController
{
class
30
ICameraController
() = default;
31
virtual ~
ICameraController
() = default;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H
A
D
mock_dcamera_source_controller.h
26
class MockDCameraSourceController : public
ICameraController
{
H
A
D
dcamera_source_dev_test.cpp
47
std::shared_ptr<
ICameraController
> controller_;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H
A
D
dcamera_sink_dev.h
51
std::shared_ptr<
ICameraController
> controller_;
H
A
D
dcamera_sink_controller.h
37
class DCameraSinkController : public
ICameraController
, public std::enable_shared_from_this<DCameraSinkController> {
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H
A
D
mock_dcamera_sink_controller.h
25
class MockDCameraSinkController : public
ICameraController
{
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/
H
A
D
dcamera_source_controller.h
32
class DCameraSourceController : public
ICameraController
,
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H
A
D
dcamera_source_dev.h
118
std::shared_ptr<
ICameraController
> controller_;
Completed in 4 milliseconds