Home
last modified time | relevance | path

Searched defs:HITRACE_TAG_OHOS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/
H A Dhitrace_meter_c.h25 #define HITRACE_TAG_OHOS (1ULL << 30) macro
H A Dhitrace_meter.h52 constexpr uint64_t HITRACE_TAG_OHOS = (1ULL << 30); // OHOS generic tag. variable
/ohos5.0/base/hiviewdfx/hitrace/cmd/example/rust/
H A Dmain.rs19 const HITRACE_TAG_OHOS : u64 = 1 << 30; const