Home
last modified time | relevance | path

Searched refs:checkNewVersionDone (Results 1 – 3 of 3) sorted by relevance

/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_kits_impl.cpp107 updateCallback_.checkNewVersionDone = nullptr; in ~RemoteUpdateCallback()
115 if (updateCallback_.checkNewVersionDone != nullptr) { in OnCheckVersionDone()
116 updateCallback_.checkNewVersionDone(businessError, checkResult); in OnCheckVersionDone()
/base/update/updateservice/test/fuzztest/common/
Dfuzztest_helper.cpp119 cb.checkNewVersionDone = FtCheckNewVersionDone; in BuildUpdateCallbackInfo()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h504 CheckNewVersionDone checkNewVersionDone; member