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