Lines Matching refs:sptr
40 bool DSchedContinuation::PushAbilityToken(int32_t sessionId, const sptr<IRemoteObject>& abilityToken)
74 sptr<IRemoteObject> DSchedContinuation::PopAbilityToken(int32_t sessionId)
87 sptr<IRemoteObject> abilityToken = iter->second;
156 bool DSchedContinuation::PushCallback(const sptr<IRemoteObject>& callback)
168 std::vector<sptr<IRemoteObject>> vecCallback = continuationCallbackArr_;
185 bool DSchedContinuation::PushCallback(int32_t missionId, const sptr<IRemoteObject>& callback,
213 std::vector<sptr<IRemoteObject>> DSchedContinuation::GetCallback()
219 bool DSchedContinuation::CleanupCallback(const sptr<IRemoteObject>& callback)
237 sptr<IRemoteObject> DSchedContinuation::PopCallback(int32_t missionId)
245 sptr<IRemoteObject> callback = iter->second;
263 int32_t DSchedContinuation::NotifyDSchedEventForOneCB(const sptr<IRemoteObject> &cb, int32_t resultCode)
298 std::vector<sptr<IRemoteObject>> vecCallback = GetCallback();
321 sptr<IRemoteObject> callback = PopCallback(missionId);