/base/update/updateservice/frameworks/js/napi/client/ |
D | restorer.cpp | 21 napi_value Restorer::Napi::FactoryReset(napi_env env, napi_callback_info info) in FactoryReset() function in OHOS::UpdateEngine::Restorer::Napi 26 return restorer->FactoryReset(env, info); in FactoryReset() 37 napi_value Restorer::FactoryReset(napi_env env, napi_callback_info info) in FactoryReset() function in OHOS::UpdateEngine::Restorer 43 return UpdateServiceKits::GetInstance().FactoryReset(*businessError); in FactoryReset()
|
D | restorer.h | 29 static napi_value FactoryReset(napi_env env, napi_callback_info info); 34 napi_value FactoryReset(napi_env env, napi_callback_info info);
|
D | update_module.cpp | 312 DECLARE_NAPI_FUNCTION(Restorer::Napi::FUNCTION_FACTORY_RESET, Restorer::Napi::FactoryReset) in DefineRestorer()
|
/base/update/updater/test/fuzztest/updaterfactoryreset_fuzzer/ |
D | updaterfactoryreset_fuzzer.cpp | 37 FactoryReset(mode, reinterpret_cast<const char*>(data)); in FuzzFactoryReset()
|
/base/update/updater/services/ |
D | updater_main.h | 81 int FactoryReset(FactoryResetMode mode, const std::string &path);
|
D | updater_main.cpp | 118 int FactoryReset(FactoryResetMode mode, const std::string &path) in FactoryReset() function 482 if (FactoryReset(FACTORY_WIPE_DATA, "/data") != 0) { in StartUpdaterEntry() 495 if (FactoryReset(USER_WIPE_DATA, "/data") != 0) { in StartUpdaterEntry()
|
/base/update/updater/services/ui/ |
D | updater_ui.cpp | 196 if (FactoryReset(USER_WIPE_DATA, "/data") == 0) { in OnLabelOkEvt() 219 if (FactoryReset(USER_WIPE_DATA, "/data") != 0) { in OnConfirmRstEvt()
|
/base/update/updateservice/services/engine/include/ |
D | update_service_proxy.h | 73 int32_t FactoryReset(BusinessError &businessError) override;
|
D | update_service.h | 86 int32_t FactoryReset(BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_service_kits.h | 83 virtual int32_t FactoryReset(BusinessError &businessError) = 0;
|
D | iupdate_service.h | 99 virtual int32_t FactoryReset(BusinessError &businessError) = 0;
|
D | update_service_kits_impl.h | 77 int32_t FactoryReset(BusinessError &businessError) final;
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 284 int32_t UpdateServiceKitsImpl::FactoryReset(BusinessError &businessError) in FactoryReset() function in OHOS::UpdateEngine::UpdateServiceKitsImpl 290 return updateService->FactoryReset(businessError); in FactoryReset()
|
D | update_service_proxy.cpp | 394 int32_t UpdateServiceProxy::FactoryReset(BusinessError &businessError) in FactoryReset() function in OHOS::UpdateEngine::UpdateServiceProxy
|
/base/update/updater/test/unittest/updater_main_test/ |
D | updater_main_unittest.cpp | 107 int fRet = FactoryReset(USER_WIPE_DATA, "/misc/factory_test");
|
/base/update/updateservice/services/engine/src/ |
D | update_service_stub.cpp | 300 int32_t ret = service->FactoryReset(businessError); in FactoryResetStub()
|
D | update_service.cpp | 817 int32_t UpdateService::FactoryReset(BusinessError &businessError) in FactoryReset() function in OHOS::UpdateEngine::UpdateService
|