Searched refs:dSchedEventResult (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 88 virtual int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) in NotifyDSchedEventResultFromRemote() argument
|
H A D | distributed_sched_proxy.h | 49 int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) override;
|
H A D | distributed_sched_service.h | 134 int32_t NotifyDSchedEventResultFromRemote(const std::string type, int32_t dSchedEventResult) override;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 230 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 D | distributed_sched_stub.cpp | 729 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 D | distributed_sched_service.cpp | 1281 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 D | distributed_sched_service_second_test.cpp | 1615 int32_t dSchedEventResult = 0; in HWTEST_F() local 1616 int32_t ret = DistributedSchedService::GetInstance().NotifyDSchedEventResultFromRemote(type, dSchedEventResult); in HWTEST_F()
|
Completed in 21 milliseconds