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:DHTimer
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H
A
D
dh_timer.cpp
28
#define DH_LOG_TAG "
DHTimer
"
30
DHTimer
::
DHTimer
(std::string timerId, int32_t delayTimeMs) : timerId_(timerId), delayTimeMs_(delayTimeMs)
in DHTimer()
function in OHOS::DistributedHardware::DHTimer
32
DHLOGI("
DHTimer
ctor!");
in DHTimer()
35
DHTimer
::~
DHTimer
()
in ~DHTimer()
37
DHLOGI("
DHTimer
dtor!");
in ~DHTimer()
41
void
DHTimer
::InitTimer()
in InitTimer()
52
void
DHTimer
::ReleaseTimer()
in ReleaseTimer()
69
void
DHTimer
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H
A
D
dh_timer.h
29
class
DHTimer
{
class
31
DHTimer
(std::string timerId, int32_t delayTimeMs);
32
virtual ~
DHTimer
();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/lowlatency/
H
A
D
low_latency_timer.h
23
class LowLatencyTimer : public
DHTimer
{
H
A
D
low_latency.h
42
std::shared_ptr<
DHTimer
> lowLatencyTimer_ = nullptr;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H
A
D
low_latency_timer.cpp
29
LowLatencyTimer::LowLatencyTimer(std::string timerId, int32_t delayTimeMs) :
DHTimer
(timerId, delayTimeMs)
in LowLatencyTimer()
Completed in 1 milliseconds