Home
last modified time | relevance | path

Searched refs:thisReference (Results 1 - 5 of 5) sorted by relevance

/base/update/updateservice/frameworks/js/napi/update/src/
H A Drestorer.cpp31 napi_ref thisReference = nullptr; in Restorer() local
33 napi_create_reference(env, thisVar, refCount, &thisReference); in Restorer()
34 sessionsMgr_ = std::make_shared<SessionManager>(env, thisReference); in Restorer()
H A Dlocal_updater.cpp60 napi_ref thisReference = nullptr; in LocalUpdater() local
62 napi_create_reference(env, thisVar, refCount, &thisReference); in LocalUpdater()
63 sessionsMgr_ = std::make_shared<SessionManager>(env, thisReference); in LocalUpdater()
H A Dsession_manager.cpp29 SessionManager::SessionManager(napi_env env, napi_ref thisReference) : env_(env), thisReference_(thisReference) in SessionManager() argument
H A Dupdate_client.cpp49 napi_ref thisReference = nullptr; in UpdateClient() local
51 napi_create_reference(env, thisVar, refCount, &thisReference); in UpdateClient()
52 sessionsMgr_ = std::make_shared<SessionManager>(env, thisReference); in UpdateClient()
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dsession_manager.h33 SessionManager(napi_env env, napi_ref thisReference);

Completed in 3 milliseconds