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:WatchdogTask
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
watchdog_task.cpp
29
#define MMI_LOG_TAG "
WatchdogTask
"
37
WatchdogTask
::
WatchdogTask
() {}
in WatchdogTask()
function in OHOS::MMI::WatchdogTask
39
WatchdogTask
::~
WatchdogTask
() {}
in ~WatchdogTask()
41
std::string
WatchdogTask
::GetFirstLine(const std::string& path)
in GetFirstLine()
59
std::string
WatchdogTask
::GetProcessNameFromProcCmdline(int32_t pid)
in GetProcessNameFromProcCmdline()
77
bool
WatchdogTask
::IsNumberic(const std::string &str)
in IsNumberic()
82
bool
WatchdogTask
::IsProcessDebug(int32_t pid)
in IsProcessDebug()
99
std::string
WatchdogTask
[all...]
/foundation/multimodalinput/input/service/module_loader/test/
H
A
D
watchdog_task_test.cpp
44
WatchdogTask
watchdogtask;
in HWTEST_F()
59
WatchdogTask
watchdogtask;
in HWTEST_F()
75
WatchdogTask
watchdogtask;
in HWTEST_F()
90
WatchdogTask
watchdogtask;
in HWTEST_F()
105
WatchdogTask
watchdogtask;
in HWTEST_F()
121
WatchdogTask
watchdogtask;
in HWTEST_F()
136
WatchdogTask
watchdogtask;
in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/include/
H
A
D
watchdog_task.h
23
class
WatchdogTask
{
class
24
DECLARE_DELAYED_SINGLETON(
WatchdogTask
);
27
DISALLOW_COPY_AND_MOVE(
WatchdogTask
);
36
#define WATCHDOG_TASK ::OHOS::DelayedSingleton<
WatchdogTask
>::GetInstance()
Completed in 1 milliseconds