Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp187 SysEventCreator sysEventCreator1("AAFWK", "APP_FOREGROUND", SysEventCreator::BEHAVIOR); variable
188 sysEventCreator1.SetKeyValue("BUNDLE_NAME", "test_bundle");
189 sysEventCreator1.SetKeyValue("VERSION_NAME", "1");
190 sysEventCreator1.SetKeyValue("time_", 123);
192 auto sysEvent1 = std::make_shared<SysEvent>("test", nullptr, sysEventCreator1);
196 auto sysEvent2 = std::make_shared<SysEvent>("test", nullptr, sysEventCreator1);
240 sysEventCreator1.SetKeyValue("BUNDLE_NAME", "test_bundle");
241 sysEventCreator1.SetKeyValue("VERSION_NAME", "1");
242 sysEventCreator1.SetKeyValue("time_", 456);
244 auto sysEvent1 = std::make_shared<SysEvent>("test", nullptr, sysEventCreator1);
[all …]