Searched defs:classcomp (Results 1 – 4 of 4) sorted by relevance
59 struct classcomp { struct72 std::map<Type, std::set<const sptr<IRemoteDevStaCallback>, classcomp>> listeners_; argument
60 struct classcomp { struct73 static std::set<const sptr<IThermalLevelCallback>, classcomp> thermalLevelListeners_; argument
85 struct classcomp { struct108 std::set<const sptr<IThermalTempCallback>, classcomp> sensorTempListeners_; argument
180 struct classcomp { struct181 … bool operator()(const sptr<IPowerStateCallback>& l, const sptr<IPowerStateCallback>& r) const in operator()