Home
last modified time | relevance | path

Searched refs:BaseExecutor (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/include/
H A DTimeOutExecutor.h49 class BaseExecutor { class
95 BaseExecutor(FunctionType& fx) : _fx(new Function(fx)) {} in BaseExecutor() function in OHOS::TIMEOUTEXECUTOR::BaseExecutor
99 class TimeOutExecutor : public BaseExecutor<FunctionType> {
101 using Mybase = BaseExecutor<FunctionType>;
102 using Result = typename BaseExecutor<FunctionType>::Function::ResultType;

Completed in 1 milliseconds