Searched refs:BackgroundTaskMgrProxy (Results 1 – 5 of 5) sorted by relevance
28 BackgroundTaskMgrProxy::BackgroundTaskMgrProxy(const sptr<IRemoteObject>& impl) in BackgroundTaskMgrProxy() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrProxy30 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 …]
98 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 …]
27 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_;
36 ErrCode BackgroundTaskMgrProxy::InnerTransact(uint32_t code, MessageOption &flags, in InnerTransact()
29 *BackgroundTaskMgrProxy*;