Home
last modified time | relevance | path

Searched refs:NotifyDSchedEventForOneCB (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp64 int32_t dSchedEventresult = NotifyDSchedEventForOneCB(callback, event); in PushCallback()
97 int32_t DSchedCollaborationCallbackMgr::NotifyDSchedEventForOneCB(const sptr<IRemoteObject> &cb, in NotifyDSchedEventForOneCB() function in OHOS::DistributedSchedule::DSchedCollaborationCallbackMgr
101 HILOGE("NotifyDSchedEventForOneCB input callback is null."); in NotifyDSchedEventForOneCB()
107 HILOGE("NotifyDSchedEventForOneCB write token failed"); in NotifyDSchedEventForOneCB()
139 int32_t ret = NotifyDSchedEventForOneCB(*callback, event); in NotifyDSchedEventResult()
141 HILOGE("NotifyDSchedEventForOneCB transact fail, ret: %{public}d", ret); in NotifyDSchedEventResult()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/collaborate/
H A Ddsched_collaborate_callback_mgr.h41 int32_t NotifyDSchedEventForOneCB(const sptr<IRemoteObject> &cb, const EventNotify& event);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp178 int dSchedEventresult = NotifyDSchedEventForOneCB(callback, ERR_OK); in PushCallback()
263 int32_t DSchedContinuation::NotifyDSchedEventForOneCB(const sptr<IRemoteObject> &cb, int32_t resultCode) in NotifyDSchedEventForOneCB() function in OHOS::DistributedSchedule::DSchedContinuation
266 HILOGE("NotifyDSchedEventForOneCB input callback is null."); in NotifyDSchedEventForOneCB()
272 HILOGE("NotifyDSchedEventForOneCB write token failed"); in NotifyDSchedEventForOneCB()
291 HILOGI("NotifyDSchedEventForOneCB transact end, ret: %{public}d.", ret); in NotifyDSchedEventForOneCB()
305 int32_t ret = NotifyDSchedEventForOneCB(*callback, resultCode); in NotifyDSchedEventResult()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/collaborate/
H A Ddsched_collaborate_callback_mgr_test.cpp126 * @tc.desc: call NotifyDSchedEventForOneCB
137 int32_t ret = dschedcollaborationcallbackmgr_->NotifyDSchedEventForOneCB(cb, event); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_continuation.h59 int32_t NotifyDSchedEventForOneCB(const sptr<IRemoteObject> &cb, int32_t resultCode);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.cpp947 * @tc.desc: test NotifyDSchedEventForOneCB
957 dschedContinuation_->NotifyDSchedEventForOneCB(cb, resultCode); in HWTEST_F()
958 int32_t result = dschedContinuation_->NotifyDSchedEventForOneCB(nullptr, resultCode); in HWTEST_F()

Completed in 6 milliseconds