Searched refs:SetTriggerCondition (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher_proxy.cpp | 35 int NdkAppEventWatcherProxy::SetTriggerCondition(int row, int size, int timeOut) in SetTriggerCondition() function in OHOS::HiviewDFX::NdkAppEventWatcherProxy 37 watcher_->SetTriggerCondition(row, size, timeOut); in SetTriggerCondition()
|
H A D | ndk_app_event_watcher_service.cpp | 53 int SetTriggerCondition(struct HiAppEvent_Watcher* watcher, int row, int size, int timeOut) in SetTriggerCondition() function 57 return ndkWatcher->SetTriggerCondition(row, size, timeOut); in SetTriggerCondition()
|
H A D | ndk_app_event_watcher.cpp | 34 void NdkAppEventWatcher::SetTriggerCondition(int row, int size, int timeOut) in SetTriggerCondition() function in OHOS::HiviewDFX::NdkAppEventWatcher
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/ |
H A D | ndk_app_event_watcher.h | 32 void SetTriggerCondition(int row, int size, int timeOut);
|
H A D | ndk_app_event_watcher_proxy.h | 33 int SetTriggerCondition(int row, int size, int timeOut);
|
H A D | ndk_app_event_watcher_service.h | 31 int SetTriggerCondition(struct HiAppEvent_Watcher* watcher, int row, int size, int timeOut);
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 306 return SetTriggerCondition(watcher, row, size, timeOut); in OH_HiAppEvent_SetTriggerCondition()
|
Completed in 4 milliseconds