Home
last modified time | relevance | path

Searched refs:HandleRemoteNotify (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h262 int32_t HandleRemoteNotify(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2952 return HandleRemoteNotify(info, taskId, resultCode); in NotifyCompleteFreeInstall()
2955 return HandleRemoteNotify(info, taskId, result); in NotifyCompleteFreeInstall()
3014 int32_t DistributedSchedService::HandleRemoteNotify(const FreeInstallInfo& info, int64_t taskId, in… in HandleRemoteNotify() function in OHOS::DistributedSchedule::DistributedSchedService