Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/factory_reset/
H A Dfactory_reset.h25 using CommonResetPostFunc = std::function<int(bool)>; variable
36 void RegisterCommonResetPostFunc(CommonResetPostFunc ptr);
42 CommonResetPostFunc CommonResetPostFunc_ = nullptr;
H A Dfactory_reset.cpp76 void FactoryResetProcess::RegisterCommonResetPostFunc(CommonResetPostFunc ptr) in RegisterCommonResetPostFunc()