Searched refs:ResSchedSystemloadNotifierProxy (Results 1 – 5 of 5) sorted by relevance
25 class ResSchedSystemloadNotifierProxy : public IRemoteProxy<IResSchedSystemloadNotifier> {27 explicit ResSchedSystemloadNotifierProxy(const sptr<IRemoteObject>& impl) in ResSchedSystemloadNotifierProxy() function29 virtual ~ResSchedSystemloadNotifierProxy() = default;34 DISALLOW_COPY_AND_MOVE(ResSchedSystemloadNotifierProxy);35 static inline BrokerDelegator<ResSchedSystemloadNotifierProxy> delegator_;
29 void ResSchedSystemloadNotifierProxy::OnSystemloadLevel(int32_t level) in OnSystemloadLevel()36 …data, InterfaceToken, ResSchedSystemloadNotifierProxy::GetDescriptor(), void(), ResSchedServicePro… in OnSystemloadLevel()
29 *ResSchedSystemloadNotifierProxy*;
255 auto proxy = std::make_unique<ResSchedSystemloadNotifierProxy>(notifier); in HandleDeviceLevelChange()
252 …auto resSchedSystemloadNotifierProxy = std::make_unique<ResSchedSystemloadNotifierProxy>(remoteObj… in OnSystemloadLevelFuzzTest()