Home
last modified time | relevance | path

Searched refs:NotifyDSchedEventResultFromRemote (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h88 virtual int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) in NotifyDSchedEventResultFromRemote() function in OHOS::DistributedSchedule::IDistributedSched
H A Ddistributed_sched_proxy.h49 int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) override;
H A Ddistributed_sched_service.h134 int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) override;
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp230 int32_t DistributedSchedProxy::NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) in NotifyDSchedEventResultFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
234 HILOGE("NotifyDSchedEventResultFromRemote remote service null"); in NotifyDSchedEventResultFromRemote()
H A Ddistributed_sched_stub.cpp731 return NotifyDSchedEventResultFromRemote(type, dSchedEventResult); in NotifyDSchedEventResultFromRemoteInner()
H A Ddistributed_sched_service.cpp1196 int dSchedEventresult = remoteDms->NotifyDSchedEventResultFromRemote(DSCHED_EVENT_KEY, status); in DealDSchedEventResult()
1197 HILOGI("NotifyDSchedEventResultFromRemote result:%{public}d", dSchedEventresult); in DealDSchedEventResult()
1337 int32_t DistributedSchedService::NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) in NotifyDSchedEventResultFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp1608 * @tc.desc: NotifyDSchedEventResultFromRemote
1616 int32_t ret = DistributedSchedService::GetInstance().NotifyDSchedEventResultFromRemote(type, dSchedEventResult); in HWTEST_F()

Completed in 17 milliseconds