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:FfrtTimer
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/dfs_service/utils/ffrt/src/
H
A
D
ffrt_timer.cpp
24
FfrtTimer
::
FfrtTimer
(const std::string &name) : name_(name) {}
in FfrtTimer()
function in OHOS::FileManagement::CloudFile::FfrtTimer
26
FfrtTimer
::~
FfrtTimer
()
in ~FfrtTimer()
31
void
FfrtTimer
::Start(const TimerCallback &callback, uint32_t interval, uint32_t repatTimes)
in Start()
60
void
FfrtTimer
::Stop()
in Stop()
/foundation/communication/netmanager_base/services/common/include/
H
A
D
ffrt_timer.h
34
class
FfrtTimer
{
class
36
FfrtTimer
() : stopStatus_(true), tryStopFlag_(false) {}
in FfrtTimer()
function in OHOS::NetManagerStandard::FfrtTimer
38
FfrtTimer
(const
FfrtTimer
&timer)
in FfrtTimer()
function in OHOS::NetManagerStandard::FfrtTimer
44
~
FfrtTimer
()
in ~FfrtTimer()
/foundation/filemanagement/dfs_service/utils/inner_api/
H
A
D
ffrt_timer.h
27
class
FfrtTimer
{
class
29
explicit
FfrtTimer
(const std::string &name);
30
~
FfrtTimer
();
/foundation/filemanagement/dfs_service/test/fuzztest/ffrttimer_fuzzer/
H
A
D
ffrttimer_fuzzer.cpp
34
FfrtTimer
fTimer{name};
in DoSomethingInterestingWithMyAPI()
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H
A
D
net_stats_cached.h
218
std::unique_ptr<
FfrtTimer
> cacheTimer_ = nullptr;
219
std::unique_ptr<
FfrtTimer
> writeTimer_ = nullptr;
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H
A
D
net_stats_cached.cpp
64
cacheTimer_ = std::make_unique<
FfrtTimer
>();
in StartCached()
65
writeTimer_ = std::make_unique<
FfrtTimer
>();
in StartCached()
385
cacheTimer_ = std::make_unique<
FfrtTimer
>();
in SetCycleThreshold()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
clatd.cpp
137
FfrtTimer
timerClatdRunning;
in RunLoop()
Completed in 4 milliseconds