Home
last modified time | relevance | path

Searched refs:GetSessionId (Results 1 – 11 of 11) sorted by relevance

/base/update/updateservice/frameworks/js/napi/client/
Diupdate_session.h30 virtual uint32_t GetSessionId() const = 0;
Dupdate_session.h48 uint32_t GetSessionId() const override in GetSessionId() function
Dupdate_session.cpp81 client->RemoveSession(sess->GetSessionId()); in CompleteWork()
340 CLIENT_LOGI("RemoveHandlerRef handlerRef_:%{public}p %{public}u", handlerRef_, GetSessionId()); in RemoveHandlerRef()
Dupdate_client.cpp124 PARAM_CHECK(retValue != nullptr, sessionsMgr_->RemoveSession(sess->GetSessionId()); in CancelUpgrade()
/base/update/updateservice/frameworks/js/napi/base/src/
Dsession_manager.cpp53 sessions_.insert(make_pair(session->GetSessionId(), session)); in AddSession()
87 sessionId = sessions_.begin()->second->GetSessionId(); in GetFirstSessionId()
106 sessionId = iter->second->GetSessionId(); in GetNextSessionId()
162 … CLIENT_LOGI("Unsubscribe, remove session %{public}d without handle", listener->GetSessionId()); in Unsubscribe()
168 CLIENT_LOGI("Unsubscribe, remove session %{public}d", listener->GetSessionId()); in Unsubscribe()
Diupdater.cpp42 …PARAM_CHECK(retValue != nullptr, sessionsMgr_->RemoveSession(sess->GetSessionId()); return nullptr, in On()
94 …PARAM_CHECK(retValue != nullptr, sessionsMgr_->RemoveSession(sess->GetSessionId()); return nullptr, in StartSession()
/base/security/device_auth/services/frameworks/src/session/
Dsession_manager.c59 static int32_t GetSessionId(int64_t requestId, int64_t *sessionId) in GetSessionId() function
125 return (GetSessionId(requestId, &sessionId) == HC_SUCCESS) ? true : false; in IsRequestExist()
281 if (GetSessionId(requestId, &sessionId) != HC_SUCCESS) { in DestroySessionByType()
306 if (GetSessionId(requestId, &sessionId) != HC_SUCCESS) { in DestroySession()
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_authenticator_session.h74 std::string GetSessionId() const;
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_session_manager.cpp148 std::string sessionId = session->GetSessionId(); in OpenSession()
Dapp_account_authenticator_session.cpp355 std::string AppAccountAuthenticatorSession::GetSessionId() const in GetSessionId() function in OHOS::AccountSA::AppAccountAuthenticatorSession
/base/update/updateservice/test/unittest/update_client/
Dclient_stub.cpp393 g_testSessionId = sess->GetSessionId(); in napi_create_async_work()