Searched refs:InitMainLooperWatcher (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog.cpp | 81 void Watchdog::InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc) in InitMainLooperWatcher() function in OHOS::HiviewDFX::Watchdog 83 WatchdogInner::GetInstance().InitMainLooperWatcher(beginFunc, endFunc); in InitMainLooperWatcher()
|
H A D | watchdog_inner.h | 100 void InitMainLooperWatcher(WatchdogInnerBeginFunc* beginFunc, WatchdogInnerEndFunc* endFunc);
|
H A D | watchdog_inner.cpp | 1103 void WatchdogInner::InitMainLooperWatcher(WatchdogInnerBeginFunc* beginFunc, in InitMainLooperWatcher() function in OHOS::HiviewDFX::WatchdogInner
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | watchdog_inner_test.cpp | 437 WatchdogInner::GetInstance().InitMainLooperWatcher(nullptr, nullptr); 441 WatchdogInner::GetInstance().InitMainLooperWatcher(&beginTest, &endTest); 452 WatchdogInner::GetInstance().InitMainLooperWatcher(&beginTest, &endTest);
|
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/ |
H A D | watchdog.h | 124 void InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc);
|
/ohos5.0/base/hiviewdfx/hicollie/interfaces/ndk/ |
H A D | hicollie.cpp | 136 OHOS::HiviewDFX::Watchdog::GetInstance().InitMainLooperWatcher(beginFunc, endFunc); in OH_HiCollie_Init_JankDetection()
|
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/ |
H A D | libhicollie.map | 29 …"OHOS::HiviewDFX::Watchdog::InitMainLooperWatcher(void (**)(char const*), void (**)(char const*))";
|