Home | History | Annotate | Download | only in test

Lines Matching defs:appId

26 inline std::ostream &operator << (std::ostream &os, const hub_app_name_t &appId)
29 __be64 beAppId = htobe64(appId.id);
30 uint32_t seqId = appId.id & NANOAPP_VENDOR_ALL_APPS;
38 os << "#" << std::hex << appId.id;
44 void dumpBuffer(std::ostream &os, const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, size_t len, int status)
47 os << pfx << ": [ID=" << appId << "; SZ=" << std::dec << len;
226 uint64_t appId = 0;
240 appId = strtoull(optarg, &end, 16);
266 const hub_app_name_t app_name = { .id = appId };
274 req.app_name.id = appId;
281 req.app_name.id = appId;
302 req.app_name.id = appId;
309 req.app_name.id = appId;