Searched refs:bTrigger (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/xcollie/ |
H A D | xcollieInterface_impl.cpp | 32 void XcollieInterfaceImpl::TriggerTimerCount(const std::string& name, bool bTrigger, const std::str… in TriggerTimerCount() argument 34 HiviewDFX::XCollie::GetInstance().TriggerTimerCount(name, bTrigger, message); in TriggerTimerCount()
|
H A D | xcollieInterface_impl.h | 28 …void TriggerTimerCount(const std::string& name, bool bTrigger, const std::string& message) overrid…
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie.cpp | 49 void XCollie::TriggerTimerCount(const std::string &name, bool bTrigger, const std::string &message) in TriggerTimerCount() argument 51 WatchdogInner::GetInstance().TriggerTimerCountTask(name, bTrigger, message); in TriggerTimerCount()
|
H A D | watchdog_inner.h | 80 void TriggerTimerCountTask(const std::string &name, bool bTrigger, const std::string &message);
|
H A D | watchdog_inner.cpp | 599 void WatchdogInner::TriggerTimerCountTask(const std::string &name, bool bTrigger, const std::string… in TriggerTimerCountTask() argument 615 if (bTrigger) { in TriggerTimerCountTask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/xcollie/ |
H A D | xcollieInterface.h | 31 …virtual void TriggerTimerCount(const std::string& name, bool bTrigger, const std::string& message)… in TriggerTimerCount() argument
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/utils/src/ |
H A D | hdf_xcollie.cpp | 48 void HdfXCollie::TriggerTimerCount(const std::string &name, bool bTrigger, const std::string &messa…
|
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/ |
H A D | xcollie.h | 56 void TriggerTimerCount(const std::string &name, bool bTrigger, const std::string &message);
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/utils/include/ |
H A D | hdf_xcollie.h | 44 void TriggerTimerCount(const std::string &name, bool bTrigger, const std::string &message);
|