Home
last modified time | relevance | path

Searched refs:GetRunningId (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_config.h30 std::string GetRunningId();
H A Dhiappevent_base.h209 std::string GetRunningId() const;
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_db_cleaner.cpp64 std::string runningId = HiAppEventConfig::GetInstance().GetRunningId(); in ClearHistoryData()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp269 customEventParamDao_->QueryParamkeys(oldParamkeys, event->GetRunningId(), event->GetDomain(), event->GetName()); in InsertCustomEventParams()
284 if (customEventParamDao_->Insert(param, event->GetRunningId(), event->GetDomain(), event->GetName()) in InsertCustomEventParams()
290 if (customEventParamDao_->Update(param, event->GetRunningId(), event->GetDomain(), event->GetName()) in InsertCustomEventParams()
419 customEventParamDao_->Query(params, event->GetRunningId(), event->GetDomain()); in QueryEvents()
420 customEventParamDao_->Query(params, event->GetRunningId(), event->GetDomain(), event->GetName()); in QueryEvents()
435 customEventParamDao_->Query(params, event->GetRunningId(), event->GetDomain()); in QueryCustomParamsAdd2EventPack()
436 customEventParamDao_->Query(params, event->GetRunningId(), event->GetDomain(), event->GetName()); in QueryCustomParamsAdd2EventPack()
597 std::string runningId = HiAppEventConfig::GetInstance().GetRunningId(); in DeleteData()
H A Dapp_event_dao.cpp94 bucket.PutString(Events::FIELD_RUNNING_ID, event->GetRunningId()); in Insert()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_cache_test.cpp276 ASSERT_EQ(events[0]->GetRunningId(), TEST_RUNNING_ID); in HWTEST_F()
288 ASSERT_EQ(events1[0]->GetRunningId(), TEST_RUNNING_ID); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_config.cpp215 std::string HiAppEventConfig::GetRunningId() in GetRunningId() function in OHOS::HiviewDFX::HiAppEventConfig
H A Dhiappevent_base.cpp391 runningId_ = HiAppEventConfig::GetInstance().GetRunningId(); in InitRunningId()
714 std::string AppEventPack::GetRunningId() const in GetRunningId() function in OHOS::HiviewDFX::AppEventPack

Completed in 5 milliseconds