Home
last modified time | relevance | path

Searched refs:UpdateStatInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Ddecorator.h56 …void UpdateStatInfo(uint64_t startTime, uint64_t endTime, const std::string& funcName, bool isCall…
81 statInfoWrapper.UpdateStatInfo(startTime, endTime, classFuncName, isCallSucc); in Invoke()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Ddecorator.cpp23 void StatInfoWrapper::UpdateStatInfo(uint64_t startTime, uint64_t endTime, const std::string& funcN… in UpdateStatInfo() function in OHOS::HiviewDFX::UCollectUtil::StatInfoWrapper