Searched defs:RunningLockInfo (Results 1 – 1 of 1) sorted by relevance
53 struct RunningLockInfo : public Parcelable { struct71 RunningLockInfo() = default; argument72 …RunningLockInfo(const std::string& namestr, RunningLockType locktype) : name(namestr), type(lockty… in RunningLockInfo() argument