Home
last modified time | relevance | path

Searched refs:PushCallback (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_callback_task_test.cpp110 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId,
130 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId,
151 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId,
172 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId,
193 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId,
213 int32_t result = dmsCallbackTask_->PushCallback(taskId, callback, deviceId,
H A Ddistributed_sched_continuation_test.cpp251 …DistributedSchedService::GetInstance().dschedContinuation_->PushCallback(missionId, callback, devi…
280 …DistributedSchedService::GetInstance().dschedContinuation_->PushCallback(missionId, callback, devi…
427 …DistributedSchedService::GetInstance().dschedContinuation_->PushCallback(missionId, callback, devi…
496 …DistributedSchedService::GetInstance().dschedContinuation_->PushCallback(missionId, callback, devi…
839 bool result = dschedContinuation_->PushCallback(missionId, callback, deviceId, isFreeInstall);
861 bool result = dschedContinuation_->PushCallback(missionId, callback, deviceId, isFreeInstall);
883 bool result = dschedContinuation_->PushCallback(missionId, callback, deviceId, isFreeInstall);
899 dschedContinuation_->PushCallback(callback);
902 bool result = dschedContinuation_->PushCallback(callback);
920 dschedContinuation_->PushCallback(callback);
[all …]
/ohos5.0/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& devic…
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/standard/
H A Ddevice_security_level_callback_helper.cpp61 auto result = holder_.PushCallback(identity, callback, keep, cookie); in Publish()
109 bool DeviceSecurityLevelCallbackHelper::CallbackInfoHolder::PushCallback(const DeviceIdentify &iden… in PushCallback() function in OHOS::Security::DeviceSecurityLevel::DeviceSecurityLevelCallbackHelper::CallbackInfoHolder
H A Ddevice_security_level_callback_helper.h58 … bool PushCallback(const DeviceIdentify &identity, const ResultCallback &callback, uint32_t keep,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/collaborate/
H A Ddsched_collaborate_callback_mgr.h35 bool PushCallback(const sptr<IRemoteObject>& callback);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp156 bool DSchedContinuation::PushCallback(const sptr<IRemoteObject>& callback) in PushCallback() function in OHOS::DistributedSchedule::DSchedContinuation
185 bool DSchedContinuation::PushCallback(int32_t missionId, const sptr<IRemoteObject>& callback, in PushCallback() function in OHOS::DistributedSchedule::DSchedContinuation
H A Ddms_callback_task.cpp47 int32_t DmsCallbackTask::PushCallback(int64_t taskId, const sptr<IRemoteObject>& callback, in PushCallback() function in OHOS::DistributedSchedule::DmsCallbackTask
H A Ddistributed_sched_service.cpp612 dschedContinuation_->PushCallback(missionId, callback, dstDeviceId, true); in ContinueLocalMissionDealFreeInstall()
684 bool isPushSucceed = dschedContinuation_->PushCallback(missionId, callback, dstDeviceId, false); in ContinueAbilityWithTimeout()
2655 ret = dschedContinuation_->PushCallback(callback); in RegisterDSchedEventListener()
2658 ret = collaborateCbMgr_->PushCallback(callback); in RegisterDSchedEventListener()
2661 … ret = dschedContinuation_->PushCallback(callback) && collaborateCbMgr_->PushCallback(callback); in RegisterDSchedEventListener()
2881 if (dmsCallbackTask_->PushCallback(taskId, callback, deviceId, launchType, want) != ERR_OK) { in StartRemoteFreeInstall()
/ohos5.0/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
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
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
H A Djs_form_state_observer.h47 void PushCallback(napi_value call);