Home
last modified time | relevance | path

Searched defs:RunningLockInfo (Results 1 – 1 of 1) sorted by relevance

/base/powermgr/power_manager/interfaces/inner_api/native/include/
Drunning_lock_info.h79 struct RunningLockInfo : public Parcelable { struct
95 RunningLockInfo() = default; argument
96RunningLockInfo(const std::string& namestr, RunningLockType locktype) : name(namestr), type(lockty… in RunningLockInfo() argument