Home
last modified time | relevance | path

Searched defs:RebootAndClean (Results 1 – 7 of 7) sorted by relevance

/base/update/updateservice/test/fuzztest/UpdaterOnRemoteRequest_fuzzer/
DUpdaterOnRemoteRequest_fuzzer.cpp86 virtual int32_t RebootAndClean(const std::string &miscFile, const std::string &cmd) in RebootAndClean() function in UpdaterOnRemoteRequestFuzzer
/base/update/updateservice/interfaces/innerkits/engine/
Dupdate_service_kits_impl.cpp216 int32_t UpdateServiceKitsImpl::RebootAndClean(const std::string &miscFile, const std::string &cmd) in RebootAndClean() function in OHOS::update_engine::UpdateServiceKitsImpl
Dupdate_service_proxy.cpp231 int32_t UpdateServiceProxy::RebootAndClean(const std::string &miscFile, const std::string &cmd) in RebootAndClean() function in OHOS::update_engine::UpdateServiceProxy
/base/update/updateservice/client/
Dupdate_module.cpp196 napi_value RebootAndClean(napi_env env, napi_callback_info info) in RebootAndClean() function
Dupdate_client.cpp389 napi_value UpdateClient::RebootAndClean(napi_env env, napi_callback_info info) in RebootAndClean() function in updateClient::UpdateClient
/base/update/updateservice/engine/src/
Dupdate_service.cpp449 int32_t UpdateService::RebootAndClean(const std::string &miscFile, const std::string &cmd) in RebootAndClean() function in OHOS::update_engine::UpdateService
/base/update/updateservice/test/unittest/update_engine/
Dserver_unittest.cpp419 virtual int32_t RebootAndClean(const std::string &miscFile, const std::string &cmd) in RebootAndClean() function in MockUpdateServiceKits