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:WatchDog
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_watch_dog.cpp
21
WatchDog
::
WatchDog
() {}
in WatchDog()
function in OHOS::Ace::WatchDog
23
WatchDog
::~
WatchDog
() {}
in ~WatchDog()
25
void
WatchDog
::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJSThread) {}
in Register()
27
void
WatchDog
::Unregister(int32_t instanceId) {}
in Unregister()
/foundation/multimedia/player_framework/services/utils/
H
A
D
watchdog.cpp
26
WatchDog
::~
WatchDog
()
in ~WatchDog()
31
void
WatchDog
::EnableWatchDog()
in EnableWatchDog()
49
void
WatchDog
::DisableWatchDog()
in DisableWatchDog()
70
void
WatchDog
::PauseWatchDog()
in PauseWatchDog()
80
void
WatchDog
::ResumeWatchDog()
in ResumeWatchDog()
89
void
WatchDog
::Notify()
in Notify()
105
void
WatchDog
::Alarm()
in Alarm()
110
void
WatchDog
::AlarmRecovery()
in AlarmRecovery()
115
void
WatchDog
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
watch_dog.h
31
class
WatchDog
final : public Referenced {
33
WatchDog
();
34
~
WatchDog
() override;
44
ACE_DISALLOW_COPY_AND_MOVE(
WatchDog
);
H
A
D
watch_dog.cpp
415
WatchDog
::
WatchDog
()
in WatchDog()
function in OHOS::Ace::WatchDog
423
WatchDog
::~
WatchDog
()
in ~WatchDog()
428
void
WatchDog
::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJSThread)
in Register()
446
void
WatchDog
::Unregister(int32_t instanceId)
in Unregister()
454
void
WatchDog
::BuriedBomb(int32_t instanceId, uint64_t bombId)
in BuriedBomb()
475
void
WatchDog
::DefusingBomb(int32_t instanceId)
in DefusingBomb()
H
A
D
watch_dog_mingw.cpp
357
WatchDog
::
WatchDog
()
in WatchDog()
function in OHOS::Ace::WatchDog
367
WatchDog
::~
WatchDog
()
in ~WatchDog()
372
void
WatchDog
::Register(int32_t instanceId, const RefPtr<TaskExecutor>& taskExecutor, bool useUIAsJSThread)
in Register()
390
void
WatchDog
::Unregister(int32_t instanceId)
in Unregister()
398
void
WatchDog
::BuriedBomb(int32_t instanceId, uint64_t bombId)
in BuriedBomb()
419
void
WatchDog
::DefusingBomb(int32_t instanceId)
in DefusingBomb()
H
A
D
ace_engine.h
64
RefPtr<
WatchDog
> watchDog_;
H
A
D
ace_engine.cpp
83
watchDog_ = AceType::MakeRefPtr<
WatchDog
>();
in AceEngine()
/foundation/multimedia/player_framework/services/utils/include/
H
A
D
watchdog.h
31
class __attribute__((visibility("default")))
WatchDog
{
class
33
WatchDog
() = default;
34
explicit
WatchDog
(uint32_t timeoutMs) : timeoutMs_(timeoutMs) {};
in WatchDog()
function in OHOS::Media::WatchDog
35
~
WatchDog
();
Completed in 4 milliseconds