Home
last modified time | relevance | path

Searched refs:dSchedEventResult (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() argument
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() argument
242 PARCEL_WRITE_HELPER(data, Int32, dSchedEventResult); in NotifyDSchedEventResultFromRemote()
H A Ddistributed_sched_stub.cpp729 int32_t dSchedEventResult = -1; in NotifyDSchedEventResultFromRemoteInner() local
730 PARCEL_READ_HELPER(data, Int32, dSchedEventResult); in NotifyDSchedEventResultFromRemoteInner()
731 return NotifyDSchedEventResultFromRemote(type, dSchedEventResult); in NotifyDSchedEventResultFromRemoteInner()
H A Ddistributed_sched_service.cpp1281 int dSchedEventResult = dschedContinuation_->NotifyDSchedEventResult(ERR_OK); in NotifyCompleteContinuation() local
1282 HILOGD("NotifyDSchedEventResult result:%{public}d", dSchedEventResult); in NotifyCompleteContinuation()
1295 DmsUE::GetInstance().DmsContinueComplete(bundleName, abilityName, srcNetworkId, dSchedEventResult); in NotifyCompleteContinuation()
1307 DmsRadar::GetInstance().ClickIconDmsRecvOver("NotifyContinuationResultFromRemote", dSchedEventResult); in NotifyCompleteContinuation()
1337 int32_t DistributedSchedService::NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) in NotifyDSchedEventResultFromRemote() argument
1339 NotifyDSchedEventCallbackResult(dSchedEventResult); in NotifyDSchedEventResultFromRemote()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp1615 int32_t dSchedEventResult = 0; in HWTEST_F() local
1616 int32_t ret = DistributedSchedService::GetInstance().NotifyDSchedEventResultFromRemote(type, dSchedEventResult); in HWTEST_F()

Completed in 17 milliseconds