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:TimerInfo
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
timer_info.h
25
class
TimerInfo
: public ITimerInfo {
class
27
TimerInfo
();
28
virtual ~
TimerInfo
();
39
TimerInfo
::
TimerInfo
()
in TimerInfo()
function in OHOS::DataShare::TimerInfo
43
TimerInfo
::~
TimerInfo
()
in ~TimerInfo()
47
void
TimerInfo
::OnTrigger()
in OnTrigger()
54
void
TimerInfo
::SetCallbackInfo(const std::function<void()> &callBack)
in SetCallbackInfo()
59
void
TimerInfo
[all...]
H
A
D
scheduler_manager.cpp
71
auto timerInfo = std::make_shared<
TimerInfo
>();
in SetTimerTask()
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/timerthread/
H
A
D
timer_thread.cpp
75
QMutableListIterator<const
TimerInfo
*> listIterator(timerList_);
in Traverse()
77
TimerInfo
*info = const_cast<
TimerInfo
*>(listIterator.next());
in Traverse()
100
auto info = new
TimerInfo
();
in StartTimerTaskInner()
119
QMutableListIterator<const
TimerInfo
*> listIterator(timerList_);
in StopTimerTaskInner()
121
const
TimerInfo
*info = const_cast<
TimerInfo
*>(listIterator.next());
in StopTimerTaskInner()
H
A
D
timer_thread.h
28
struct
TimerInfo
{
struct
52
QList<const
TimerInfo
*> timerList_;
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/timer/
H
A
D
time_broker.h
42
struct
TimerInfo
{
struct in OHOS::CameraStandard::DeferredProcessing::TimeBroker
43
TimerInfo
(uint32_t handle, uint64_t timestamp, std::function<void(uint32_t handle)> callback)
in TimerInfo()
function
60
std::map<uint32_t, std::shared_ptr<
TimerInfo
>> timerInfos_;
61
std::map<uint64_t, std::vector<std::weak_ptr<
TimerInfo
>>> expiringTimers_;
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H
A
D
device_manager_test.h
51
struct
TimerInfo
{
struct
114
TimerInfo
timerInfo_;
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/
H
A
D
time_broker.cpp
67
auto timerInfo = std::make_shared<
TimerInfo
>(handle, timestamp, std::move(timerCallback));
in RegisterCallback()
121
std::vector<std::shared_ptr<
TimerInfo
>> timerInfos;
in TimerExpired()
Completed in 3 milliseconds