Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_manager.h59 struct classcomp { struct
71 std::map<Type, std::set<const sptr<IRemoteDevStaCallback>, classcomp>> listeners_; argument
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H A Daction_thermal_level.h56 struct classcomp { struct
73 std::set<const sptr<IThermalLevelCallback>, classcomp> thermalLevelListeners_; argument
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H A Dthermal_observer.h86 struct classcomp { struct
109 std::set<const sptr<IThermalTempCallback>, classcomp> sensorTempListeners_; argument
/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h268 struct classcomp { struct
269 … bool operator()(const sptr<IPowerStateCallback>& l, const sptr<IPowerStateCallback>& r) const in operator()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h194 struct classcomp { struct
200 …verMap = std::map<int32_t, std::shared_ptr<std::set<sptr<IPasteboardChangedObserver>, classcomp>>>; argument