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.cpp53 (FactoryResetPostFunc_ == nullptr || FactoryResetPostFunc_(resetStatus) != 0)) { in FactoryResetFunc()
100 FactoryResetPostFunc_ = std::move(ptr); in RegisterFactoryResetPostFunc()
H A Dfactory_reset.h44 FactoryResetPostFunc FactoryResetPostFunc_ = nullptr; variable