Home
last modified time | relevance | path

Searched refs:endFunc (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp123 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 Dwatchdog.cpp81 void Watchdog::InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc) in InitMainLooperWatcher() argument
83 WatchdogInner::GetInstance().InitMainLooperWatcher(beginFunc, endFunc); in InitMainLooperWatcher()
H A Dwatchdog_inner.h93 void InitMainLooperWatcher(WatchdogInnerBeginFunc* beginFunc, WatchdogInnerEndFunc* endFunc);
H A Dwatchdog_inner.cpp1057 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 Dhicollie.h130 * @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 Dwatchdog.h124 void InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc);

Completed in 4 milliseconds