Home
last modified time | relevance | path

Searched refs:BackgroundTaskMgrProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_mgr_proxy.cpp28 BackgroundTaskMgrProxy::BackgroundTaskMgrProxy(const sptr<IRemoteObject>& impl) in BackgroundTaskMgrProxy() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrProxy
30 BackgroundTaskMgrProxy::~BackgroundTaskMgrProxy() {} in ~BackgroundTaskMgrProxy()
32 ErrCode BackgroundTaskMgrProxy::RequestSuspendDelay(const std::u16string& reason, in RequestSuspendDelay()
43 if (!data.WriteInterfaceToken(BackgroundTaskMgrProxy::GetDescriptor())) { in RequestSuspendDelay()
73 ErrCode BackgroundTaskMgrProxy::CancelSuspendDelay(int32_t requestId) in CancelSuspendDelay()
78 if (!data.WriteInterfaceToken(BackgroundTaskMgrProxy::GetDescriptor())) { in CancelSuspendDelay()
105 if (!data.WriteInterfaceToken(BackgroundTaskMgrProxy::GetDescriptor())) { in GetRemainingDelayTime()
169 if (!data.WriteInterfaceToken(BackgroundTaskMgrProxy::GetDescriptor())) { in StartBackgroundRunning()
376 ErrCode BackgroundTaskMgrProxy::PauseTransientTaskTimeForInner(int32_t uid) in PauseTransientTaskTimeForInner()
402 ErrCode BackgroundTaskMgrProxy::StartTransientTaskTimeForInner(int32_t uid) in StartTransientTaskTimeForInner()
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_abnormal_unit_test.cpp98 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
139 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
165 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
192 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
221 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
255 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
285 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
316 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
342 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
367 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr);
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_mgr_proxy.h27 class BackgroundTaskMgrProxy final : public IRemoteProxy<IBackgroundTaskMgr> {
29 explicit BackgroundTaskMgrProxy(const sptr<IRemoteObject>& impl);
30 ~BackgroundTaskMgrProxy() override;
31 DISALLOW_COPY_AND_MOVE(BackgroundTaskMgrProxy);
185 static inline BrokerDelegator<BackgroundTaskMgrProxy> delegator_;
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/mock/src/
H A Dmock_background_task_mgr_proxy.cpp36 ErrCode BackgroundTaskMgrProxy::InnerTransact(uint32_t code, MessageOption &flags, in InnerTransact()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/
H A Dlibbgtaskmgr_innerkits.versionscript29 *BackgroundTaskMgrProxy*;