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:AppEventWatcher
(Results
1 - 9
of
9
) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H
A
D
app_event_watcher.cpp
19
AppEventWatcher
::
AppEventWatcher
(const std::string& name) : AppEventObserver(name) {};
in AppEventWatcher()
function in OHOS::HiviewDFX::AppEventWatcher
21
AppEventWatcher
::
AppEventWatcher
(
in AppEventWatcher()
function in OHOS::HiviewDFX::AppEventWatcher
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H
A
D
app_event_watcher.h
26
class
AppEventWatcher
: public AppEventObserver {
class
28
explicit
AppEventWatcher
(const std::string& name);
30
AppEventWatcher
(
34
virtual ~
AppEventWatcher
() {}
in ~AppEventWatcher()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H
A
D
ndk_app_event_watcher.h
26
class NdkAppEventWatcher : public
AppEventWatcher
{
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H
A
D
napi_app_event_watcher.h
48
class NapiAppEventWatcher : public
AppEventWatcher
{
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H
A
D
appevent_watcher_impl.h
62
class AppEventWatcherImpl : public HiviewDFX::
AppEventWatcher
{
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H
A
D
ndk_app_event_watcher.cpp
32
NdkAppEventWatcher::NdkAppEventWatcher(const std::string &name) :
AppEventWatcher
(name) {}
in NdkAppEventWatcher()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H
A
D
hiappevent_watcher_test.cpp
65
class AppEventWatcherTest : public
AppEventWatcher
{
71
:
AppEventWatcher
(name, filters, cond) {}
in AppEventWatcherTest()
175
* @tc.steps: step1. create
AppEventWatcher
object.
in HWTEST_F()
228
* @tc.steps: step1. create
AppEventWatcher
object.
in HWTEST_F()
254
* @tc.steps: step1. create
AppEventWatcher
object.
in HWTEST_F()
284
* @tc.steps: step1. create
AppEventWatcher
object.
in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H
A
D
napi_app_event_watcher.cpp
88
:
AppEventWatcher
(name, filters, cond), context_(nullptr)
in NapiAppEventWatcher()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H
A
D
appevent_watcher_impl.cpp
88
: HiviewDFX::
AppEventWatcher
(name, filters, cond), context_(nullptr) {}
in AppEventWatcherImpl()
Completed in 4 milliseconds