Home
last modified time | relevance | path

Searched defs:patchVersion (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Dexport_json_file_writer.h35 std::string patchVersion; member
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/include/
H A Dcontent_reader.h48 std::string patchVersion; member
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp162 auto patchVersion = Parameter::GetPatchVersionStr(); in WriteHeader() local
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h57 uint32_t patchVersion; member
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h50 std::string patchVersion; member
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp105 const std::string& sysVersion, const std::string& patchVersion) in SysEvent()