Home
last modified time | relevance | path

Searched refs:PushCallback (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/collaborate/
H A Ddsched_collaborate_callback_mgr_test.cpp56 * @tc.desc: call PushCallback
66 bool ret = dschedcollaborationcallbackmgr_->PushCallback(callback); in HWTEST_F()
71 ret = dschedcollaborationcallbackmgr_->PushCallback(callback); in HWTEST_F()
78 * @tc.desc: call PushCallback
90 bool ret = dschedcollaborationcallbackmgr_->PushCallback(callback); in HWTEST_F()
95 ret = dschedcollaborationcallbackmgr_->PushCallback(callback); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_callback_task_test.cpp110 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId, in HWTEST_F()
130 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId, in HWTEST_F()
151 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId, in HWTEST_F()
172 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId, in HWTEST_F()
193 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId, in HWTEST_F()
201 * @tc.desc: PushCallback success
213 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId, in HWTEST_F()
H A Ddistributed_sched_continuation_test.cpp251 DistributedSchedService::GetInstance().dschedContinuation_->PushCallback(missionId, callback, deviceId, false); in HWTEST_F()
280 DistributedSchedService::GetInstance().dschedContinuation_->PushCallback(missionId, callback, deviceId, true); in HWTEST_F()
425 DistributedSchedService::GetInstance().dschedContinuation_->PushCallback(missionId, callback, deviceId, false); in HWTEST_F()
492 DistributedSchedService::GetInstance().dschedContinuation_->PushCallback(missionId, callback, deviceId, false); in HWTEST_F()
821 * @tc.desc: test PushCallback when callback is nullptr.
835 bool result = dschedContinuation_->PushCallback(missionId, callback, deviceId, isFreeInstall); in HWTEST_F()
842 * @tc.desc: test PushCallback when callback is exist.
857 bool result = dschedContinuation_->PushCallback(missionId, callback, deviceId, isFreeInstall); in HWTEST_F()
864 * @tc.desc: test PushCallback when isFreeInstall is true.
879 bool result = dschedContinuation_->PushCallback(missionI in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_continuation.h43 bool PushCallback(int32_t missionId, const sptr<IRemoteObject>& callback,
45 bool PushCallback(const sptr<IRemoteObject>& callback);
H A Ddms_callback_task.h50 int32_t PushCallback(int64_t taskId, const sptr<IRemoteObject>& callback, const std::string& deviceId,
/foundation/ability/dmsfwk/services/dtbschedmgr/include/collaborate/
H A Ddsched_collaborate_callback_mgr.h35 bool PushCallback(const sptr<IRemoteObject>& callback);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_callback_task.cpp47 int32_t DmsCallbackTask::PushCallback(int64_t taskId, const sptr<IRemoteObject>& callback, in PushCallback() function in OHOS::DistributedSchedule::DmsCallbackTask
50 HILOGI("PushCallback taskId:%{public}" PRId64, taskId); in PushCallback()
52 HILOGE("PushCallback taskId invalid!"); in PushCallback()
58 HILOGE("PushCallback callback null!"); in PushCallback()
64 HILOGE("PushCallback not initialized!"); in PushCallback()
71 HILOGE("PushCallback taskId:%{public}" PRId64 " exist!", taskId); in PushCallback()
77 HILOGE("PushCallback SendEvent failed!"); in PushCallback()
H A Ddistributed_sched_continuation.cpp156 bool DSchedContinuation::PushCallback(const sptr<IRemoteObject>& callback) in PushCallback() function in OHOS::DistributedSchedule::DSchedContinuation
162 HILOGI("DSchedContinuation PushCallback start!"); in PushCallback()
185 bool DSchedContinuation::PushCallback(int32_t missionId, const sptr<IRemoteObject>& callback, in PushCallback() function in OHOS::DistributedSchedule::DSchedContinuation
188 HILOGI("DSchedContinuation PushCallback start!"); in PushCallback()
H A Ddistributed_sched_service.cpp881 dschedContinuation_->PushCallback(missionId, callback, dstDeviceId, true); in ContinueLocalMissionDealFreeInstall()
953 bool isPushSucceed = dschedContinuation_->PushCallback(missionId, callback, dstDeviceId, false); in ContinueAbilityWithTimeout()
2931 ret = dschedContinuation_->PushCallback(callback); in RegisterDSchedEventListener()
2934 ret = collaborateCbMgr_->PushCallback(callback); in RegisterDSchedEventListener()
2937 ret = dschedContinuation_->PushCallback(callback) && collaborateCbMgr_->PushCallback(callback); in RegisterDSchedEventListener()
3157 if (dmsCallbackTask_->PushCallback(taskId, callback, deviceId, launchType, want) != ERR_OK) { in StartRemoteFreeInstall()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp37 bool DSchedCollaborationCallbackMgr::PushCallback(const sptr<IRemoteObject>& callback) in PushCallback() function in OHOS::DistributedSchedule::DSchedCollaborationCallbackMgr
39 HILOGI("DSchedCollaborationCallbackMgr PushCallback start!"); in PushCallback()
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.h47 void PushCallback(napi_value call);
H A Djs_form_state_observer.cpp549 record->PushCallback(callback); in RegisterClickEventCallback()
568 (*callBackListIter)->PushCallback(callback); in RegisterClickEventCallback()
665 void FormEventCallbackList::PushCallback(napi_value call) in PushCallback() function in OHOS::AbilityRuntime::FormEventCallbackList

Completed in 14 milliseconds