Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_cache_test.cpp256 event->SetRunningId(TEST_RUNNING_ID);
264 eventParams->SetRunningId(TEST_RUNNING_ID);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp264 appEventPack->SetRunningId(paramsJson[RUNNING_ID_PROPERTY].asString()); in GetAppEventPackFromJson()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h225 void SetRunningId(const std::string& runningId);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp105 event->SetRunningId(GetStringFromResultSet(resultSet, Events::FIELD_RUNNING_ID)); in GetEventFromResultSet()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp784 void AppEventPack::SetRunningId(const std::string& runningId) in SetRunningId() function in OHOS::HiviewDFX::AppEventPack