Searched refs:scheduleId2executorStub_ (Results 1 – 1 of 1) sorted by relevance
64 std::map<uint64_t, std::shared_ptr<RemoteExecutorStub>> scheduleId2executorStub_; member in OHOS::UserIam::UserAuth::RemoteAuthServiceImpl270 scheduleId2executorStub_.emplace(scheduleId, executorStub); in ProcBeginExecuteRequest()285 auto it = scheduleId2executorStub_.find(scheduleId); in ProcEndExecuteRequest()286 IF_FALSE_LOGE_AND_RETURN_VAL(it != scheduleId2executorStub_.end(), GENERAL_ERROR); in ProcEndExecuteRequest()287 scheduleId2executorStub_.erase(it); in ProcEndExecuteRequest()