Home
last modified time | relevance | path

Searched refs:IExpiredCallback (Results 1 - 12 of 12) sorted by relevance

/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Diexpired_callback.h27 class IExpiredCallback : public IRemoteBroker { class
29 IExpiredCallback() = default;
30 ~IExpiredCallback() override = default;
31 DISALLOW_COPY_AND_MOVE(IExpiredCallback);
35 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.resourceschedule.IExpiredCallback");
H A Dexpired_callback_stub.h25 class ExpiredCallbackStub : public IRemoteStub<IExpiredCallback> {
H A Dexpired_callback_proxy.h25 class ExpiredCallbackProxy : public IRemoteProxy<IExpiredCallback> {
H A Dibackground_task_mgr.h50 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) = 0;
H A Dbackground_task_mgr_proxy.h42 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) override;
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dbg_transient_task_mgr.h62 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo);
85 const sptr<IExpiredCallback>& callback);
103 std::map<int32_t, sptr<IExpiredCallback>> expiredCallbackMap_;
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dexpired_callback_proxy.cpp26 : IRemoteProxy<IExpiredCallback>(impl) {} in ExpiredCallbackProxy()
H A Dbackground_task_mgr_stub.cpp154 ErrCode result = RequestSuspendDelay(reason, iface_cast<IExpiredCallback>(callback), info); in HandleRequestSuspendDelay()
H A Dbackground_task_mgr_proxy.cpp33 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) in RequestSuspendDelay()
/foundation/resourceschedule/background_task_mgr/services/core/include/
H A Dbackground_task_mgr_service.h63 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) override;
/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp123 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) in RequestSuspendDelay()
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp151 const sptr<IExpiredCallback>& callback) in IsCallingInfoLegal()
176 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) in RequestSuspendDelay()

Completed in 8 milliseconds