Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp122 HiCollie_ErrorCode OH_HiCollie_Init_JankDetection(OH_HiCollie_BeginFunc* beginFunc, in OH_HiCollie_Init_JankDetection() argument
128 if ((!beginFunc && endFunc) || (beginFunc && !endFunc)) { in OH_HiCollie_Init_JankDetection()
131 OHOS::HiviewDFX::Watchdog::GetInstance().InitMainLooperWatcher(beginFunc, endFunc); in OH_HiCollie_Init_JankDetection()
/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.cpp1056 void WatchdogInner::InitMainLooperWatcher(WatchdogInnerBeginFunc* beginFunc, in InitMainLooperWatcher() argument
1060 if (beginFunc && endFunc) { in InitMainLooperWatcher()
1069 *beginFunc = InitBeginFunc; in InitMainLooperWatcher()
/base/hiviewdfx/hicollie/interfaces/ndk/include/
H A Dhicollie.h129 * @param beginFunc The stub function before each event processing.
133 * {@link HICOLLIE_INVALID_ARGUMENT} 401 - beginFunc and endFunc
139 HiCollie_ErrorCode OH_HiCollie_Init_JankDetection(OH_HiCollie_BeginFunc* beginFunc,
/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/
H A Dwatchdog.h124 void InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc);

Completed in 5 milliseconds