Lines Matching defs:flags
47 printf(#p " valid:%d, ver:%d, chain:0x%llx, flags:%x, span:0x%x, pspan:0x%x.\n", static_cast<int>((p)->valid), \
48 static_cast<int>((p)->ver), static_cast<long long>((p)->chainId), static_cast<int>((p)->flags), \
161 * and flags and set it into context, then get and validate it.
163 * span id and flags.
178 constexpr int flags = HITRACE_FLAG_INCLUDE_ASYNC | HITRACE_FLAG_DONOT_CREATE_SPAN;
182 HiTraceChainSetFlags(&setId, flags);
243 constexpr int flags = HITRACE_FLAG_INCLUDE_ASYNC | HITRACE_FLAG_DONOT_CREATE_SPAN;
244 HiTraceIdStruct id = {HITRACE_ID_VALID, HITRACE_VER_1, chainId, flags, spanId, parentSpanId};
288 * @tc.steps: step1. start trace with flags, get trace id and validit it.
289 * @tc.expected: step1. trace id and flags is valid.
383 * get and check flags.
384 * @tc.expected: step1. flags is same with set and span id is 0.
430 * get and check flags.
463 * get and check flags.
489 * get and check flags.
512 * get and check flags.
545 * get and check flags.
570 * get and check flags.
601 * get and check flags.
632 * get and check flags.
663 * get and check flags.
666 * get and check flags.