Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/subscribe/
H A Dsubscribe_info.h26 const std::string UPDATE_APP_PACKAGE_NAME = "com.ohos.updateapp"; variable
32 std::string upgradeApp = UPDATE_APP_PACKAGE_NAME;
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_notify.cpp90 std::string bundleName = UPDATE_APP_PACKAGE_NAME; in HandleMessage()