Home
last modified time | relevance | path

Searched refs:ERROR_WATCHER_NOT_ADDED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_proxy.cpp73 return ErrorCode::ERROR_WATCHER_NOT_ADDED; in TakeWatcherData()
98 return ErrorCode::ERROR_WATCHER_NOT_ADDED; in RemoveWatcher()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h37 const int ERROR_WATCHER_NOT_ADDED = -6; variable
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp693 ASSERT_EQ(OH_HiAppEvent_RemoveWatcher(g_onTriggerWatcher), ErrorCode::ERROR_WATCHER_NOT_ADDED);
695 ASSERT_EQ(OH_HiAppEvent_RemoveWatcher(g_onReceiveWatcher), ErrorCode::ERROR_WATCHER_NOT_ADDED);