Home
last modified time | relevance | path

Searched refs:NotifyDSchedEventResultFromRemote (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_proxy.h49 …int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) overr…
H A Ddistributed_sched_interface.h88 …virtual int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResul… in NotifyDSchedEventResultFromRemote() function
H A Ddistributed_sched_service.h132 …int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) overr…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp230 int32_t DistributedSchedProxy::NotifyDSchedEventResultFromRemote(const std::string type, int32_t dS… in NotifyDSchedEventResultFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_service.cpp932 … int dSchedEventresult = remoteDms->NotifyDSchedEventResultFromRemote(DSCHED_EVENT_KEY, status); in DealDSchedEventResult()
1073 int32_t DistributedSchedService::NotifyDSchedEventResultFromRemote(const std::string type, int32_t … in NotifyDSchedEventResultFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
H A Ddistributed_sched_stub.cpp706 return NotifyDSchedEventResultFromRemote(type, dSchedEventResult);