/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_callback_task_test.cpp | 110 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 D | distributed_sched_continuation_test.cpp | 251 …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 D | distributed_sched_continuation.h | 43 bool PushCallback(int32_t missionId, const sptr<IRemoteObject>& callback, 45 bool PushCallback(const sptr<IRemoteObject>& callback);
|
H A D | dms_callback_task.h | 50 …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 D | device_security_level_callback_helper.cpp | 61 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 D | device_security_level_callback_helper.h | 58 … bool PushCallback(const DeviceIdentify &identity, const ResultCallback &callback, uint32_t keep,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/collaborate/ |
H A D | dsched_collaborate_callback_mgr.h | 35 bool PushCallback(const sptr<IRemoteObject>& callback);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_continuation.cpp | 156 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 D | dms_callback_task.cpp | 47 int32_t DmsCallbackTask::PushCallback(int64_t taskId, const sptr<IRemoteObject>& callback, in PushCallback() function in OHOS::DistributedSchedule::DmsCallbackTask
|
H A D | distributed_sched_service.cpp | 612 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 D | dsched_collaborate_callback_mgr.cpp | 37 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 D | js_form_state_observer.cpp | 549 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 D | js_form_state_observer.h | 47 void PushCallback(napi_value call);
|