Home
last modified time | relevance | path

Searched refs:scheduleId2executorStub_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp64 std::map<uint64_t, std::shared_ptr<RemoteExecutorStub>> scheduleId2executorStub_; member in OHOS::UserIam::UserAuth::RemoteAuthServiceImpl
270 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()