Home
last modified time | relevance | path

Searched refs:IBackgroundTaskMgr (Results 1 - 7 of 7) sorted by relevance

/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dibackground_task_mgr.h36 class IBackgroundTaskMgr : public IRemoteBroker { class
38 IBackgroundTaskMgr() = default;
39 ~IBackgroundTaskMgr() override = default;
40 DISALLOW_COPY_AND_MOVE(IBackgroundTaskMgr);
191 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.resourceschedule.IBackgroundTaskMgr");
H A Dbackground_task_manager.h206 sptr<BackgroundTaskMgr::IBackgroundTaskMgr> proxy_;
H A Dbackground_task_mgr_proxy.h27 class BackgroundTaskMgrProxy final : public IRemoteProxy<IBackgroundTaskMgr> {
H A Dbackground_task_mgr_stub.h28 class BackgroundTaskMgrStub : public IRemoteStub<IBackgroundTaskMgr> {
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dbackground_task_subscriber.h257 sptr<IBackgroundTaskMgr> proxy_ {nullptr};
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp233 proxy_ = iface_cast<BackgroundTaskMgr::IBackgroundTaskMgr>(remoteObject); in GetBackgroundTaskManagerProxy()
H A Dbackground_task_mgr_proxy.cpp29 :IRemoteProxy<IBackgroundTaskMgr>(impl) {} in BackgroundTaskMgrProxy()

Completed in 4 milliseconds