Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
Daction_thermal_level.h57 struct classcomp { struct
74 std::set<const sptr<IThermalLevelCallback>, classcomp> thermalLevelListeners_; argument
/base/msdp/device_status/services/native/include/
Ddevicestatus_manager.h113 struct classcomp { struct
114 bool operator()(sptr<IRemoteDevStaCallback> left, sptr<IRemoteDevStaCallback> right) const in operator()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_observer.h86 struct classcomp { struct
109 std::set<const sptr<IThermalTempCallback>, classcomp> sensorTempListeners_; argument
/base/powermgr/power_manager/services/native/include/
Dpower_state_machine.h327 struct classcomp { struct
328 … bool operator()(const sptr<IPowerStateCallback>& l, const sptr<IPowerStateCallback>& r) const in operator()