Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/event/
H A Devent_id.h52 SYSTEM_BASE = CAST_UINT(EventClassify::SYSTEM), enumerator
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp219 DECLARE_ENUM_PROPERTY(EventId::SYSTEM_BASE), in DefineEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp57 const int SYSTEM_BASE = 10; variable
748 std::strtol(SystemProperties::GetApiVersion().c_str(), &tmpEnd, SYSTEM_BASE))); in GetDeviceInfo()