Home
last modified time | relevance | path

Searched refs:CustomEventParam (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dcustom_event_param_dao.h31 int64_t Insert(const CustomEventParam& param,
33 int64_t Update(const CustomEventParam& param,
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h157 struct CustomEventParam { struct
162 using CustomEventParam = struct CustomEventParam; argument
210 void GetCustomParams(std::vector<CustomEventParam>& customParams) const;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dcustom_event_param_dao.cpp71 int64_t CustomEventParamDao::Insert(const CustomEventParam& param, in Insert()
91 int64_t CustomEventParamDao::Update(const CustomEventParam& param, in Update()
H A Dapp_event_store.cpp257 std::vector<CustomEventParam> newParams; in InsertCustomEventParams()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp642 void AppEventPack::GetCustomParams(std::vector<CustomEventParam>& customParams) const in GetCustomParams()
645 CustomEventParam customParam = { in GetCustomParams()