Searched refs:IExpiredCallback (Results 1 - 12 of 12) sorted by relevance
/foundation/resourceschedule/background_task_mgr/frameworks/include/ |
H A D | iexpired_callback.h | 27 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 D | expired_callback_stub.h | 25 class ExpiredCallbackStub : public IRemoteStub<IExpiredCallback> {
|
H A D | expired_callback_proxy.h | 25 class ExpiredCallbackProxy : public IRemoteProxy<IExpiredCallback> {
|
H A D | ibackground_task_mgr.h | 50 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) = 0;
|
H A D | background_task_mgr_proxy.h | 42 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) override;
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/ |
H A D | bg_transient_task_mgr.h | 62 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 D | expired_callback_proxy.cpp | 26 : IRemoteProxy<IExpiredCallback>(impl) {} in ExpiredCallbackProxy()
|
H A D | background_task_mgr_stub.cpp | 154 ErrCode result = RequestSuspendDelay(reason, iface_cast<IExpiredCallback>(callback), info); in HandleRequestSuspendDelay()
|
H A D | background_task_mgr_proxy.cpp | 33 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) in RequestSuspendDelay()
|
/foundation/resourceschedule/background_task_mgr/services/core/include/ |
H A D | background_task_mgr_service.h | 63 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) override;
|
/foundation/resourceschedule/background_task_mgr/services/core/src/ |
H A D | background_task_mgr_service.cpp | 123 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) in RequestSuspendDelay()
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | bg_transient_task_mgr.cpp | 151 const sptr<IExpiredCallback>& callback) in IsCallingInfoLegal() 176 const sptr<IExpiredCallback>& callback, std::shared_ptr<DelaySuspendInfo> &delayInfo) in RequestSuspendDelay()
|
Completed in 8 milliseconds