Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp200 int index1 = dbHelper.QueryRawEventIndex("test_bundle", FoldEventId::EVENT_APP_START);
209 … int index2 = dbHelper.QueryRawEventIndex("test_bundle", FoldEventId::EVENT_SCREEN_STATUS_CHANGED);
217 … int index3 = dbHelper.QueryRawEventIndex("test_bundle", FoldEventId::EVENT_SCREEN_STATUS_CHANGED);
252 int index = dbHelper.QueryRawEventIndex("test_bundle", FoldEventId::EVENT_APP_EXIT);
256 index = dbHelper.QueryRawEventIndex("test_bundle", FoldEventId::EVENT_COUNT_DURATION);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h75 int QueryRawEventIndex(const std::string& bundleName, int rawId);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp333 return dbHelper_->QueryRawEventIndex(bundleName, FoldEventId::EVENT_APP_START); in GetStartIndex()
H A Dfold_app_usage_db_helper.cpp217 int FoldAppUsageDbHelper::QueryRawEventIndex(const std::string& bundleName, int rawId) in QueryRawEventIndex() function in OHOS::HiviewDFX::FoldAppUsageDbHelper