Home
last modified time | relevance | path

Searched refs:BaseAsyncSession (Results 1 - 2 of 2) sorted by relevance

/base/update/updateservice/frameworks/js/napi/session/include/
H A Dbase_async_session.h27 template <typename RESULT> class BaseAsyncSession : public NapiSession { class
29 BaseAsyncSession(BaseClient *client, SessionParams &sessionParams, size_t argc, size_t callbackNumber = 1) in BaseAsyncSession() function in OHOS::UpdateEngine::BaseAsyncSession
35 ~BaseAsyncSession() override
42 ENGINE_LOGI("BaseAsyncSession::StartWork startIndex: %{public}zu totalArgc_ %{public}zu "
80 ENGINE_LOGI("BaseAsyncSession::NotifyJS callbackNumber_: %{public}d", static_cast<int32_t>(callbackNumber_)); in NotifyJS()
91 ENGINE_LOGI("BaseAsyncSession::NotifyJS error exist"); in NotifyJS()
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_session.h31 class BaseUpdateSession : public BaseAsyncSession<UpdateResult> {
34 : BaseAsyncSession<UpdateResult>(client, sessionParams, argc, callbackNumber) {} in BaseUpdateSession()

Completed in 1 milliseconds