Searched refs:GetRunningId (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_config.h | 30 std::string GetRunningId();
|
H A D | hiappevent_base.h | 209 std::string GetRunningId() const;
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/ |
H A D | app_event_db_cleaner.cpp | 64 std::string runningId = HiAppEventConfig::GetInstance().GetRunningId();
in ClearHistoryData()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_store.cpp | 269 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 D | app_event_dao.cpp | 94 bucket.PutString(Events::FIELD_RUNNING_ID, event->GetRunningId());
in Insert()
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_cache_test.cpp | 276 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 D | hiappevent_config.cpp | 215 std::string HiAppEventConfig::GetRunningId()
in GetRunningId() function in OHOS::HiviewDFX::HiAppEventConfig
|
H A D | hiappevent_base.cpp | 391 runningId_ = HiAppEventConfig::GetInstance().GetRunningId();
in InitRunningId() 714 std::string AppEventPack::GetRunningId() const
in GetRunningId() function in OHOS::HiviewDFX::AppEventPack
|
Completed in 5 milliseconds