Home
last modified time | relevance | path

Searched refs:InitMainLooperWatcher (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp81 void Watchdog::InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc) in InitMainLooperWatcher() function in OHOS::HiviewDFX::Watchdog
83 WatchdogInner::GetInstance().InitMainLooperWatcher(beginFunc, endFunc); in InitMainLooperWatcher()
H A Dwatchdog_inner.h100 void InitMainLooperWatcher(WatchdogInnerBeginFunc* beginFunc, WatchdogInnerEndFunc* endFunc);
H A Dwatchdog_inner.cpp1103 void WatchdogInner::InitMainLooperWatcher(WatchdogInnerBeginFunc* beginFunc, in InitMainLooperWatcher() function in OHOS::HiviewDFX::WatchdogInner
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp437 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 Dwatchdog.h124 void InitMainLooperWatcher(WatchdogBeginFunc* beginFunc, WatchdogEndFunc* endFunc);
/ohos5.0/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp136 OHOS::HiviewDFX::Watchdog::GetInstance().InitMainLooperWatcher(beginFunc, endFunc); in OH_HiCollie_Init_JankDetection()
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/
H A Dlibhicollie.map29 …"OHOS::HiviewDFX::Watchdog::InitMainLooperWatcher(void (**)(char const*), void (**)(char const*))";