Searched refs:startServiceReqList_ (Results 1 – 2 of 2) sorted by relevance
280 auto reqListIt = startServiceReqList_.find(abilityUri); in EnqueueStartServiceReq()281 if (reqListIt != startServiceReqList_.end()) { in EnqueueStartServiceReq()286 startServiceReqList_.emplace(abilityUri, reqList); in EnqueueStartServiceReq()291 auto exist = connectManager->startServiceReqList_.erase(abilityUri); in EnqueueStartServiceReq()1228 auto it = startServiceReqList_.find(serviceUri); in CompleteStartServiceReq()1229 if (it != startServiceReqList_.end()) { in CompleteStartServiceReq()1231 startServiceReqList_.erase(it); in CompleteStartServiceReq()
663 … std::unordered_map<std::string, std::shared_ptr<std::list<AbilityRequest>>> startServiceReqList_; variable