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:hostCallback_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/camera/test/demo_3A/
H
A
D
ohos_camera_demo_3a.h
148
std::shared_ptr<DemoCameraHostCallback>
hostCallback_
= nullptr;
member in OHOS::Camera::OhosCameraDemo
153
OHOS::sptr<DemoCameraHostCallback>
hostCallback_
= nullptr;
member in OHOS::Camera::OhosCameraDemo
H
A
D
ohos_camera_demo_3a.cpp
302
hostCallback_
= std::make_shared<DemoCameraHostCallback>();
in InitSensors()
304
hostCallback_
= new DemoCameraHostCallback();
in InitSensors()
306
rc = demoCameraHost_->SetCallback(
hostCallback_
);
in InitSensors()
308
CAMERA_LOGE("demo test: demoCameraHost_->SetCallback(
hostCallback_
) error");
in InitSensors()
/drivers/peripheral/camera/test/demo/
H
A
D
ohos_camera_demo.h
144
std::shared_ptr<DemoCameraHostCallback>
hostCallback_
= nullptr;
member in OHOS::Camera::OhosCameraDemo
149
OHOS::sptr<DemoCameraHostCallback>
hostCallback_
= nullptr;
member in OHOS::Camera::OhosCameraDemo
H
A
D
ohos_camera_demo.cpp
307
hostCallback_
= std::make_shared<DemoCameraHostCallback>();
in InitSensors()
309
hostCallback_
= new DemoCameraHostCallback();
in InitSensors()
311
rc = demoCameraHost_->SetCallback(
hostCallback_
);
in InitSensors()
313
CAMERA_LOGE("demo test: demoCameraHost_->SetCallback(
hostCallback_
) error");
in InitSensors()
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H
A
D
dcamera_hdf_demo.h
171
OHOS::sptr<DemoCameraHostCallback>
hostCallback_
= nullptr;
member in OHOS::DistributedHardware::DcameraHdfDemo
H
A
D
dcamera_hdf_demo.cpp
290
hostCallback_
= sptr<DemoCameraHostCallback>(new DemoCameraHostCallback());
in InitSensors()
291
rc = demoCameraHost_->SetCallback(
hostCallback_
);
in InitSensors()
293
DHLOGE("demo test: demoCameraHost_->SetCallback(
hostCallback_
) error");
in InitSensors()
Completed in 8 milliseconds