Searched refs:GetSessionId (Results 1 – 11 of 11) sorted by relevance
/base/update/updateservice/frameworks/js/napi/client/ |
D | iupdate_session.h | 30 virtual uint32_t GetSessionId() const = 0;
|
D | update_session.h | 48 uint32_t GetSessionId() const override in GetSessionId() function
|
D | update_session.cpp | 81 client->RemoveSession(sess->GetSessionId()); in CompleteWork() 340 CLIENT_LOGI("RemoveHandlerRef handlerRef_:%{public}p %{public}u", handlerRef_, GetSessionId()); in RemoveHandlerRef()
|
D | update_client.cpp | 124 PARAM_CHECK(retValue != nullptr, sessionsMgr_->RemoveSession(sess->GetSessionId()); in CancelUpgrade()
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | session_manager.cpp | 53 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()
|
D | iupdater.cpp | 42 …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/ |
D | session_manager.c | 59 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/ |
D | app_account_authenticator_session.h | 74 std::string GetSessionId() const;
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_authenticator_session_manager.cpp | 148 std::string sessionId = session->GetSessionId(); in OpenSession()
|
D | app_account_authenticator_session.cpp | 355 std::string AppAccountAuthenticatorSession::GetSessionId() const in GetSessionId() function in OHOS::AccountSA::AppAccountAuthenticatorSession
|
/base/update/updateservice/test/unittest/update_client/ |
D | client_stub.cpp | 393 g_testSessionId = sess->GetSessionId(); in napi_create_async_work()
|