Searched refs:thisReference (Results 1 - 5 of 5) sorted by relevance
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | restorer.cpp | 31 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 D | local_updater.cpp | 60 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 D | session_manager.cpp | 29 SessionManager::SessionManager(napi_env env, napi_ref thisReference) : env_(env), thisReference_(thisReference) in SessionManager() argument
|
H A D | update_client.cpp | 49 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 D | session_manager.h | 33 SessionManager(napi_env env, napi_ref thisReference);
|
Completed in 3 milliseconds