Home
last modified time | relevance | path

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

/base/msdp/device_status/services/native/include/
Ddevicestatus_manager.h59 struct classcomp { struct
72 std::map<Type, std::set<const sptr<IRemoteDevStaCallback>, classcomp>> listeners_; argument
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
Daction_thermal_level.h60 struct classcomp { struct
73 static std::set<const sptr<IThermalLevelCallback>, classcomp> thermalLevelListeners_; argument
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_observer.h85 struct classcomp { struct
108 std::set<const sptr<IThermalTempCallback>, classcomp> sensorTempListeners_; argument
/base/powermgr/power_manager/services/native/include/
Dpower_state_machine.h180 struct classcomp { struct
181 … bool operator()(const sptr<IPowerStateCallback>& l, const sptr<IPowerStateCallback>& r) const in operator()