Searched defs:WatchBundleInfo (Results 1 – 1 of 1) sorted by relevance
42 struct WatchBundleInfo { struct43 WatchBundleInfo(const int32_t count, const int64_t firstEntryTime, in WatchBundleInfo() argument46 int32_t count;47 int64_t firstEntryTime;48 std::string firstUri;49 std::string bundleName;50 std::string Dump() const in Dump()