Home
last modified time | relevance | path

Searched refs:updateClient (Results 1 – 4 of 4) sorted by relevance

/base/update/updateservice/test/unittest/update_client/
Dclient_stub.h61 updateClient::UpdateSession *TestGetUpdateSession();
Dclient_unittest.cpp38 using namespace updateClient;
Dclient_stub.cpp31 using namespace updateClient;
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_module.cpp77 std::shared_ptr<UpdateClient> updateClient = std::make_shared<UpdateClient>(env, value); in JsConstructor() local
78 g_onlineUpdater[upgradeInfo] = updateClient; in JsConstructor()