Searched refs:afterValue (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/adapter/include/ |
H A D | rpc_bytrace.h | 29 void RpcMiddleTrace(const char *beforeValue, const char *afterValue);
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/ |
H A D | hitrace_meter.h | 158 void MiddleTrace(uint64_t label, const std::string& beforeValue, const std::string& afterValue); 159 …Debug(bool isDebug, uint64_t label, const std::string& beforeValue, const std::string& afterValue);
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter.cpp | 960 … MiddleTrace(uint64_t label, const string& beforeValue UNUSED_PARAM, const std::string& afterValue) in MiddleTrace() argument 963 AddHitraceMeterMarker(MARKER_BEGIN, label, afterValue, 0); in MiddleTrace() 967 const std::string& afterValue) in MiddleTraceDebug() argument 973 AddHitraceMeterMarker(MARKER_BEGIN, label, afterValue, 0); in MiddleTraceDebug()
|