Searched refs:ReportFunctionTimeout (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | event_report.cpp | 78 void EventReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) {} in ReportFunctionTimeout() function in OHOS::Ace::EventReport
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_event_report.cpp | 69 void EventReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) {} in ReportFunctionTimeout() function in OHOS::Ace::EventReport
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | event_report.h | 195 static void ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold);
|
H A D | ace_performance_check.cpp | 80 EventReport::ReportFunctionTimeout(name_, time, FUNCTION_TIMEOUT); in ~AceScopedPerformanceCheck()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 607 void EventReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) in ReportFunctionTimeout() function in OHOS::Ace::EventReport
|
Completed in 6 milliseconds