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:focusCallback
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/focus_controller/
H
A
D
js_focus_controller.cpp
59
auto
focusCallback
= [env](NG::RequestFocusResult result) {
in JSRequestFocus()
local
77
delegate->SetRequestFocusCallback(
focusCallback
);
in JSRequestFocus()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H
A
D
sa_perform_action_xts.cpp
482
sptr<ElementOperatorCallbackImpl>
focusCallback
= new(std::nothrow) ElementOperatorCallbackImpl();
in FindFocusedElementByConnection()
local
483
if (!
focusCallback
) {
in FindFocusedElementByConnection()
484
HILOG_ERROR("Failed to create
focusCallback
.");
in FindFocusedElementByConnection()
487
ffrt::future<void> focusFuture =
focusCallback
->promise_.get_future();
in FindFocusedElementByConnection()
488
connection->GetProxy()->FindFocusedElementInfo(elementId, focusType, GenerateRequestId(),
focusCallback
);
in FindFocusedElementByConnection()
494
elementInfo =
focusCallback
->a11yInfoResult_;
in FindFocusedElementByConnection()
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H
A
D
samgr_register_element_test.cpp
482
sptr<ElementOperatorCallbackImpl>
focusCallback
= new(std::nothrow) ElementOperatorCallbackImpl();
in FindFocusedElementByConnection()
local
483
if (!
focusCallback
) {
in FindFocusedElementByConnection()
484
HILOG_ERROR("Failed to create
focusCallback
.");
in FindFocusedElementByConnection()
487
ffrt::future<void> focusFuture =
focusCallback
->promise_.get_future();
in FindFocusedElementByConnection()
488
connection->GetProxy()->FindFocusedElementInfo(elementId, focusType, GenerateRequestId(),
focusCallback
);
in FindFocusedElementByConnection()
494
elementInfo =
focusCallback
->a11yRegisterElementInfoResult_;
in FindFocusedElementByConnection()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessible_ability_manager_service.cpp
482
sptr<ElementOperatorCallbackImpl>
focusCallback
= new(std::nothrow) ElementOperatorCallbackImpl();
in FindFocusedElementByConnection()
local
483
if (!
focusCallback
) {
in FindFocusedElementByConnection()
484
HILOG_ERROR("Failed to create
focusCallback
.");
in FindFocusedElementByConnection()
487
ffrt::future<void> focusFuture =
focusCallback
->promise_.get_future();
in FindFocusedElementByConnection()
488
connection->GetProxy()->FindFocusedElementInfo(elementId, focusType, GenerateRequestId(),
focusCallback
);
in FindFocusedElementByConnection()
494
elementInfo =
focusCallback
->accessibilityInfoResult_;
in FindFocusedElementByConnection()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H
A
D
capture_session.h
785
void SetFocusCallback(std::shared_ptr<FocusCallback>
focusCallback
);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H
A
D
capture_session.cpp
1929
void CaptureSession::SetFocusCallback(std::shared_ptr<FocusCallback>
focusCallback
)
in SetFocusCallback()
argument
1932
focusCallback_ =
focusCallback
;
in SetFocusCallback()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H
A
D
camera_framework_unittest.cpp
3705
std::shared_ptr<FocusCallback>
focusCallback
= std::make_shared<CallbackListener>();
in HWTEST_F()
local
3706
session->SetFocusCallback(
focusCallback
);
in HWTEST_F()
Completed in 33 milliseconds