Home
last modified time | relevance | path

Searched refs:EVENT_APP_START (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp135 appEventRecord.rawid = FoldEventId::EVENT_APP_START; in TimeOut()
178 appEventRecord.rawid = FoldEventId::EVENT_APP_START; in ProcessForegroundEvent()
307 if (id == FoldEventId::EVENT_APP_EXIT && preId == FoldEventId::EVENT_APP_START) { in CanCalcDuration()
310 if (id == FoldEventId::EVENT_SCREEN_STATUS_CHANGED && preId == FoldEventId::EVENT_APP_START) { in CanCalcDuration()
333 return dbHelper_->QueryRawEventIndex(bundleName, FoldEventId::EVENT_APP_START); in GetStartIndex()
H A Dfold_app_usage_db_helper.cpp410 …if (event.rawId != FoldEventId::EVENT_APP_START && event.rawId != FoldEventId::EVENT_SCREEN_STATUS… in QueryForegroundAppsInfo()
415 if (event.rawId == FoldEventId::EVENT_APP_START) { in QueryForegroundAppsInfo()
476 EqualTo(FoldEventTable::FIELD_EVENT_ID, FoldEventId::EVENT_APP_START)->Or()-> in QueryEventAfterEndTime()
H A Dfold_app_usage_event_factory.cpp144 if (iter != appNames.end() && event.first == FoldEventId::EVENT_APP_START) { in GetForegroundAppsAtEndTime()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_common.h33 const std::string EVENT_APP_START = "APP_START"; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Devent_publish.h40 const std::string EVENT_APP_START = "APP_START"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_common.h65 constexpr int EVENT_APP_START = 1101; variable
/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);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp52 { EVENT_APP_START, BEHAVIOR, 9 },
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp60 { EVENT_APP_START, 9 },