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:OnFocusState
(Results
1 - 12
of
12
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/callback/
H
A
D
dcamera_session_callback.h
31
void
OnFocusState
(FocusState state) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H
A
D
dcamera_session_callback.cpp
44
void DCameraSessionCallback::
OnFocusState
(FocusState state)
in OnFocusState()
function in OHOS::DistributedHardware::DCameraSessionCallback
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H
A
D
capture_session_fuzzer.h
53
void
OnFocusState
(FocusState state) override {}
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H
A
D
dcamera_client_test.cpp
243
sessionCallback->
OnFocusState
(CameraStandard::FocusCallback::UNFOCUSED);
in HWTEST_F()
268
sessionCallback->
OnFocusState
(CameraStandard::FocusCallback::UNFOCUSED);
in HWTEST_F()
272
sessionCallback->
OnFocusState
(state);
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H
A
D
dcamera_client_demo.h
316
void
OnFocusState
(FocusState state)
in OnFocusState()
function in OHOS::DistributedHardware::DemoDCameraSessionCallback
318
DHLOGI("DemoDCameraSessionCallback::
OnFocusState
state: %{public}d", state);
in OnFocusState()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H
A
D
dcamera_client_demo.h
321
void
OnFocusState
(FocusState state)
in OnFocusState()
function in OHOS::DistributedHardware::DemoDCameraSessionCallback
323
DHLOGI("DemoDCameraSessionCallback::
OnFocusState
state: %{public}d", state);
in OnFocusState()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H
A
D
camera_session_napi.h
67
void
OnFocusState
(FocusState state) override;
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H
A
D
capture_session_impl.cpp
82
void
OnFocusState
(FocusState state) override
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H
A
D
capture_session.h
213
virtual void
OnFocusState
(FocusState state) = 0;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H
A
D
capture_session.cpp
2197
focusCallback_->
OnFocusState
(itr->second);
in ProcessAutoFocusUpdates()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H
A
D
camera_session_napi.cpp
355
void FocusCallbackListener::
OnFocusState
(FocusState state)
in OnFocusState()
function in OHOS::CameraStandard::FocusCallbackListener
357
MEDIA_DEBUG_LOG("
OnFocusState
is called, state: %{public}d", state);
in OnFocusState()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H
A
D
camera_framework_unittest.cpp
631
void
OnFocusState
(FocusState state) override
633
MEDIA_DEBUG_LOG("CallbackListener::
OnFocusState
");
Completed in 39 milliseconds