Home
last modified time | relevance | path

Searched refs:FIELD_TRACE_ID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp65 {Events::FIELD_TRACE_ID, SqlUtil::SQL_INT_TYPE}, in Create()
89 bucket.PutLong(Events::FIELD_TRACE_ID, event->GetTraceId()); in Insert()
H A Dapp_event_store.cpp100 event->SetTraceId(GetLongFromResultSet(resultSet, Events::FIELD_TRACE_ID)); in GetEventFromResultSet()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_cache_common.h37 const std::string FIELD_TRACE_ID = "trace_id"; variable