Searched defs:HITRACE_TAG_OHOS (Results 1 – 3 of 3) sorted by relevance
25 #define HITRACE_TAG_OHOS (1ULL << 30) macro
52 constexpr uint64_t HITRACE_TAG_OHOS = (1ULL << 30); // OHOS generic tag. variable
19 const HITRACE_TAG_OHOS : u64 = 1 << 30; const