Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
Daction_thermal_level.h61 struct classcomp { struct
75 static std::set<const sptr<IThermalLevelCallback>, classcomp> thermalLevelListeners_; argument
/base/msdp/device_status/services/native/include/
Ddevicestatus_manager.h66 struct classcomp { struct
78 …<DevicestatusDataUtils::DevicestatusType, std::set<const sptr<IdevicestatusCallback>, classcomp>> \ argument
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_observer.h85 struct classcomp { struct
107 std::set<const sptr<IThermalTempCallback>, classcomp> sensorTempListeners_; argument
/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_policy.h76 struct classcomp { struct
83 std::set<const std::shared_ptr<IThermalAction>, classcomp> actionFallbackSet_; argument
/base/powermgr/power_manager/services/native/include/
Dpower_state_machine.h158 struct classcomp { struct
159 … bool operator() (const sptr<IPowerStateCallback>& l, const sptr<IPowerStateCallback>& r) const in operator()