Searched refs:GetCurSrcCollaborateEvent (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 1211 GetCurSrcCollaborateEvent(session.GetCallerInfo(), element, state, ret, tempEvent); in NotifyCollaborateEventWithSessions() 1217 void DistributedSchedService::GetCurSrcCollaborateEvent(const CallerInfo &callerInfo, in GetCurSrcCollaborateEvent() function in OHOS::DistributedSchedule::DistributedSchedService 1593 …GetCurSrcCollaborateEvent(callerInfo, want.GetElement(), DMS_DSCHED_EVENT_PROCESSING, ERR_OK, temp… in SaveCallerComponent() 1646 … GetCurSrcCollaborateEvent(callerInfo, element, DMS_DSCHED_EVENT_FINISH, ERR_OK, tempEvent); in ProcessCalleeOffline() 1728 …GetCurSrcCollaborateEvent(callerInfo, want.GetElement(), DMS_DSCHED_EVENT_START, ERR_OK, tempEvent… in StartRemoteAbilityByCall() 2805 GetCurSrcCollaborateEvent(connectSession.GetCallerInfo(), element, in GetCollaborateEventsByCallers()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 293 …void GetCurSrcCollaborateEvent(const CallerInfo &callerInfo, const AppExecFwk::ElementName &elemen…
|