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:ResetCallback
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H
A
D
hgm_one_shot_timer.h
39
using
ResetCallback
= std::function<void()>;
42
HgmOneShotTimer(std::string name, const Interval& interval, const
ResetCallback
& resetCallback,
78
const
ResetCallback
resetCallback_ = nullptr;
H
A
D
hgm_one_shot_timer.cpp
46
const
ResetCallback
& resetCallback, const ExpiredCallback& expiredCallback,
in HgmOneShotTimer()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_checkbox.h
260
virtual void
ResetCallback
();
H
A
D
ui_abstract_scroll.h
460
void
ResetCallback
()
in ResetCallback()
function in OHOS::UIAbstractScroll::ListAnimatorCallback
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_checkbox.cpp
73
ResetCallback
();
in SetState()
196
void UICheckBox::
ResetCallback
()
in ResetCallback()
function in OHOS::UICheckBox
H
A
D
ui_abstract_scroll.cpp
223
animatorCallback_.
ResetCallback
();
in StopAnimator()
255
animatorCallback_.
ResetCallback
();
in StartAnimator()
H
A
D
ui_list.cpp
429
animatorCallback_.
ResetCallback
();
in ReCalculateDragEnd()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H
A
D
js_ui_extension_content_session.h
140
void
ResetCallback
(std::shared_ptr<NativeReference> callback)
in ResetCallback()
function in OHOS::AbilityRuntime::JsUIExtensionContentSession::CallbackWrapper
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H
A
D
js_ui_extension_content_session.cpp
650
receiveDataCallback_->
ResetCallback
(std::shared_ptr<NativeReference>(reinterpret_cast<NativeReference*>(ref)));
in OnSetReceiveDataCallback()
700
receiveDataForResultCallback_->
ResetCallback
(
in OnSetReceiveDataForResultCallback()
Completed in 8 milliseconds