Searched refs:endFunc (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hicollie/interfaces/ndk/ |
H A D | hicollie.cpp | 123 OH_HiCollie_EndFunc* endFunc, HiCollie_DetectionParam param) in OH_HiCollie_Init_JankDetection() 128 if ((!beginFunc && endFunc) || (beginFunc && !endFunc)) { in OH_HiCollie_Init_JankDetection() 131 OHOS::HiviewDFX::Watchdog::GetInstance().InitMainLooperWatcher(beginFunc, endFunc); in OH_HiCollie_Init_JankDetection() 122 OH_HiCollie_Init_JankDetection(OH_HiCollie_BeginFunc* beginFunc, OH_HiCollie_EndFunc* endFunc, HiCollie_DetectionParam param) OH_HiCollie_Init_JankDetection() argument
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog.cpp | 81 void Watchdog::InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc) in InitMainLooperWatcher() argument 83 WatchdogInner::GetInstance().InitMainLooperWatcher(beginFunc, endFunc); in InitMainLooperWatcher()
|
H A D | watchdog_inner.h | 93 void InitMainLooperWatcher(WatchdogInnerBeginFunc* beginFunc, WatchdogInnerEndFunc* endFunc);
|
H A D | watchdog_inner.cpp | 1057 WatchdogInnerEndFunc* endFunc) in InitMainLooperWatcher() 1060 if (beginFunc && endFunc) { in InitMainLooperWatcher() 1070 *endFunc = InitEndFunc; in InitMainLooperWatcher() 1056 InitMainLooperWatcher(WatchdogInnerBeginFunc* beginFunc, WatchdogInnerEndFunc* endFunc) InitMainLooperWatcher() argument
|
/base/hiviewdfx/hicollie/interfaces/ndk/include/ |
H A D | hicollie.h | 130 * @param endFunc The stub function after each event processing. 133 * {@link HICOLLIE_INVALID_ARGUMENT} 401 - beginFunc and endFunc 140 OH_HiCollie_EndFunc* endFunc, HiCollie_DetectionParam param);
|
/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/ |
H A D | watchdog.h | 124 void InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc);
|
Completed in 4 milliseconds