Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp69 {Events::FIELD_PARAMS, SqlUtil::SQL_TEXT_TYPE}, in Create()
93 bucket.PutString(Events::FIELD_PARAMS, event->GetParamStr()); in Insert()
H A Dapp_event_store.cpp104 event->SetParamStr(GetStringFromResultSet(resultSet, Events::FIELD_PARAMS)); in GetEventFromResultSet()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_cache_common.h41 const std::string FIELD_PARAMS = "params"; variable