Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp75 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "CheckNewVersion ipc error"); in CheckNewVersion()
86 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "Download ipc error"); in Download()
97 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "PauseDownload ipc error"); in PauseDownload()
108 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "ResumeDownload ipc error"); in ResumeDownload()
119 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "Upgrade ipc error"); in Upgrade()
130 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "ClearError ipc error"); in ClearError()
140 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "TerminateUpgrade ipc error"); in TerminateUpgrade()
198 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "GetTaskInfo ipc error"); in GetTaskInfo()
230 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "Cancel ipc error"); in Cancel()
240 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "FactoryReset ipc error"); in FactoryReset()
[all …]
/ohos5.0/base/update/updateservice/foundations/ability/sa_loader/include/
H A Dbase_service_kits_impl.h42 void ResetRemoteService();
109 template <typename SERVICE> void BaseServiceKitsImpl<SERVICE>::ResetRemoteService() in ResetRemoteService() function