Home
last modified time | relevance | path

Searched refs:STARTUP (Results 1 - 6 of 6) sorted by relevance

/base/startup/appspawn/modules/sysevent/
H A Devent_reporter.cpp39 HiSysEventWrite(HiSysEvent::Domain::STARTUP, KEY_PROCESS_EXIT, HiSysEvent::EventType::BEHAVIOR, in ProcessMgrRemoveApp()
/base/time/time_service/framework/cj/include/
H A Dsystem_date_time.h26 constexpr int32_t STARTUP = 0; member
/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp33 constexpr int32_t STARTUP = 0; member
42 NAPI_CALL(env, napi_create_int32(env, STARTUP, &startup)); in SystemDateTimeInit()
45 NAPI_CALL(env, napi_set_named_property(env, timeType, "STARTUP", startup)); in SystemDateTimeInit()
307 int32_t timeType = STARTUP; in GetUptime()
318 (getUpTimeContext->timeType >= STARTUP && getUpTimeContext->timeType <= ACTIVE), in GetUptime()
319 "The 'timeType' must be 'STARTUP' or 'ACTIVE' or 0 or 1", JsErrorCode::PARAMETER_ERROR); in GetUptime()
335 if (getUpTimeContext->timeType == STARTUP) { in GetUptime()
/base/time/time_service/framework/cj/src/
H A Dsystem_date_time.cpp121 if (timeType == STARTUP) { in getUpTime()
/base/hiviewdfx/faultloggerd/tools/crash_validator/
H A Dcrash_validator.cpp81 sysRules.emplace_back("STARTUP", "PROCESS_EXIT"); in InitSysEventListener()
316 HiSysEventWrite(HiSysEvent::Domain::STARTUP, KEY_PROCESS_EXIT, HiSysEvent::EventType::BEHAVIOR, in ReadServiceCrashStatus()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent.h194 static constexpr char STARTUP[] = "STARTUP"; member in OHOS::HiviewDFX::HiSysEvent::Domain

Completed in 5 milliseconds