Home
last modified time | relevance | path

Searched refs:InsertCustomEventParams (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_write.cpp103 int res = AppEventStore::GetInstance().InsertCustomEventParams(appEventPack); in SetEventParam()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h49 int64_t InsertCustomEventParams(std::shared_ptr<AppEventPack> event);
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_cache_test.cpp266 int64_t ret = AppEventStore::GetInstance().InsertCustomEventParams(eventParams);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp255 int64_t AppEventStore::InsertCustomEventParams(std::shared_ptr<AppEventPack> event) in InsertCustomEventParams() function in OHOS::HiviewDFX::AppEventStore