Searched refs:CommonResetPostFunc (Results 1 – 2 of 2) sorted by relevance
25 using CommonResetPostFunc = std::function<int(bool)>; variable36 void RegisterCommonResetPostFunc(CommonResetPostFunc ptr);42 CommonResetPostFunc CommonResetPostFunc_ = nullptr;
76 void FactoryResetProcess::RegisterCommonResetPostFunc(CommonResetPostFunc ptr) in RegisterCommonResetPostFunc()