Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dbase_type.h47 bool onStartup = false; member
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp88 ASSERT_FALSE(config.triggerCond.onStartup); in CheckGetEmptyConfig()
117 ASSERT_EQ(configA.triggerCond.onStartup, configB.triggerCond.onStartup); in CheckSameConfig()
487 .onStartup = true,
535 .onStartup = false,
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp158 …strStream << "{" << row << "," << size << "," << timeout << "," << onStartup << "," << onBackgroun… in ToString()
268 return reportConfig_.triggerCond.onStartup && currCond_.row > 0; in MeetStartupCondition()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor.cpp54 config_.triggerCond.onStartup = onStartReport; in SetReportPolicy()
/ohos5.0/base/hiviewdfx/hiappevent/test/processor/
H A Dtest_processor.cpp43 HILOG_INFO(LOG_CORE, ".triggerCond.onStartup=%{public}d", config.triggerCond.onStartup); in PrintReportConfig()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp107 conf.triggerCond.onStartup = processor.onStartReport; in ConvertReportConfig()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp191 …return GenConfigBoolProp(env, config, key, out.triggerCond.onStartup) ? ERR_CODE_SUCC : ERR_CODE_P… in GenConfigStartReportProp()