Home
last modified time | relevance | path

Searched refs:AppEventWatcher (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_watcher.cpp19 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 Dapp_event_watcher.h26 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 Dndk_app_event_watcher.h26 class NdkAppEventWatcher : public AppEventWatcher {
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_watcher.h48 class NapiAppEventWatcher : public AppEventWatcher {
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h62 class AppEventWatcherImpl : public HiviewDFX::AppEventWatcher {
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher.cpp32 NdkAppEventWatcher::NdkAppEventWatcher(const std::string &name) : AppEventWatcher(name) {} in NdkAppEventWatcher()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_watcher_test.cpp65 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 Dnapi_app_event_watcher.cpp88 : AppEventWatcher(name, filters, cond), context_(nullptr) in NapiAppEventWatcher()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp88 : HiviewDFX::AppEventWatcher(name, filters, cond), context_(nullptr) {} in AppEventWatcherImpl()

Completed in 4 milliseconds