Home
last modified time | relevance | path

Searched refs:BackgroundTaskMgrProxy (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_abnormal_unit_test.cpp93 * @tc.desc: test BackgroundTaskMgrProxy abnormal.
99 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr); in HWTEST_F()
134 * @tc.desc: test BackgroundTaskMgrProxy abnormal.
140 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr); in HWTEST_F()
160 * @tc.desc: test BackgroundTaskMgrProxy abnormal.
166 BackgroundTaskMgrProxy backgroundTaskMgrProxy = BackgroundTaskMgrProxy(nullptr); in HWTEST_F()
187 * @tc.desc: test BackgroundTaskMgrProxy abnorma
[all...]
/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()
100 ErrCode BackgroundTaskMgrProxy::GetRemainingDelayTime(int32_t requestId, int32_t &delayTime) in GetRemainingDelayTime()
105 if (!data.WriteInterfaceToken(BackgroundTaskMgrProxy in GetRemainingDelayTime()
[all...]
/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_;
/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()

Completed in 3 milliseconds