Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/factory_reset/
H A Dfactory_reset.h27 using FactoryResetPostFunc = std::function<int(int)>; variable
38 void RegisterFactoryResetPostFunc(FactoryResetPostFunc ptr);
44 FactoryResetPostFunc FactoryResetPostFunc_ = nullptr;
H A Dfactory_reset.cpp98 void FactoryResetProcess::RegisterFactoryResetPostFunc(FactoryResetPostFunc ptr) in RegisterFactoryResetPostFunc()