Home
last modified time | relevance | path

Searched defs:runningId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dcustom_event_param_dao.cpp72 const std::string& runningId, const std::string& domain, const std::string& name) in Insert()
92 const std::string& runningId, const std::string& domain, const std::string& name) in Update()
129 const std::string& runningId, const std::string& domain, const std::string& name) in QueryParamkeys()
157 const std::string& runningId, const std::string& domain, const std::string& name) in Query()
H A Dapp_event_store.cpp595 std::string runningId = HiAppEventConfig::GetInstance().GetRunningId(); in DeleteData() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_config.h46 std::string runningId = ""; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_db_cleaner.cpp64 std::string runningId = HiAppEventConfig::GetInstance().GetRunningId(); in ClearHistoryData() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp784 void AppEventPack::SetRunningId(const std::string& runningId) in SetRunningId()