Home
last modified time | relevance | path

Searched defs:session (Results 1 - 25 of 36) sorted by relevance

12

/base/request/request/pre_download/netstack_rs/include/
H A Dwrapper.h44 auto &session = NetStack::HttpClient::HttpSession::GetInstance(); in NewHttpClientTask() local
/base/security/device_auth/services/session_manager/src/session/v1/
H A Dcompatible_sub_session.c45 int32_t ProcessCompatibleSubSession(CompatibleBaseSubSession *session, CJson *in, CJson **out, int32_t *status) in ProcessCompatibleSubSession() argument
22 CreateCompatibleSubSession(SubSessionTypeValue sessionType, CJson *jsonParams, const DeviceAuthCallback *callback, CompatibleBaseSubSession **session) CreateCompatibleSubSession() argument
66 DestroyCompatibleSubSession(CompatibleBaseSubSession *session) DestroyCompatibleSubSession() argument
[all...]
/base/inputmethod/imf/services/src/
H A Duser_session_manager.cpp36 auto session = userSessions_.find(userId); in GetUserSession() local
46 auto session = userSessions_.find(userId); in AddUserSession() local
/base/msdp/device_status/services/interaction/drag/src/
H A Dstate_change_notify.cpp88 void StateChangeNotify::OnDragInfoNotify(SocketSessionPtr session, MessageId msgId, T t) in OnDragInfoNotify() argument
/base/security/access_token/services/tokensyncmanager/include/remote/
H A Drpc_channel.h56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived() argument
/base/telephony/call_manager/services/distributed_call/src/transmission/
H A Dtransmission_manager.cpp59 std::shared_ptr<SessionAdapter> session = nullptr; in OnBind() local
71 std::shared_ptr<SessionAdapter> session = nullptr; in OnShutdown() local
83 std::shared_ptr<SessionAdapter> session = nullptr; OnReceiveMsg() local
[all...]
/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session_manager.c25 KeyAgreeSession *session; member
76 static uint32_t AddSessionInner(KeyAgreeSession *session, SpekeSession *spekeSession) in AddSessionInner() argument
96 static uint32_t DeleteSessionInner(KeyAgreeSession *session) in DeleteSessionInner() argument
120 GetSessionInner(KeyAgreeSession *session) GetSessionInner() argument
[all...]
H A Dkey_agree_sdk.c147 KeyAgreeResult KeyAgreeInitSession(int32_t osAccountId, KeyAgreeSession *session, KeyAgreeProtocol protocol, in KeyAgreeInitSession() argument
191 KeyAgreeResult KeyAgreeStartSession(KeyAgreeSession *session, const KeyAgreeBlob *sharedSecret, in KeyAgreeStartSession() argument
217 KeyAgreeGenerateNextMessage(KeyAgreeSession *session, const KeyAgreeBlob *messageReceived, KeyAgreeBlob *messageToTransmit) KeyAgreeGenerateNextMessage() argument
266 KeyAgreeIsFinish(KeyAgreeSession *session) KeyAgreeIsFinish() argument
291 KeyAgreeGetResult(KeyAgreeSession *session, KeyAgreeBlob *sessionKey) KeyAgreeGetResult() argument
326 KeyAgreeFreeSession(KeyAgreeSession *session) KeyAgreeFreeSession() argument
[all...]
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_transmission_test.cpp46 auto session = DelayedSingleton<TransmissionManager>::GetInstance()->CreateServerSession(callback); in HWTEST_F() local
63 auto session = DelayedSingleton<TransmissionManager>::GetInstance()->CreateClientSession(callback); in HWTEST_F() local
83 auto session = std::make_shared<ServerSession>(callback); HWTEST_F() local
106 auto session = DelayedSingleton<TransmissionManager>::GetInstance()->CreateServerSession(callback); HWTEST_F() local
[all...]
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dhot_area.cpp146 auto session = env_->GetSocketSessionManager().FindSessionByPid(pid); in NotifyHotAreaMessage() local
H A Dmouse_location.cpp329 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in ReportMouseLocationToListener() local
H A Devent_manager.cpp237 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateMessage() local
258 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateState() local
/base/security/device_auth/services/session_manager/src/
H A Ddev_session_mgr.c28 DevSession *session; member
43 DevSession *session = ptr->session; in GetSessionInfo() local
62 DevSession *session = sessionInfo->session; in RemoveTimeoutSession() local
88 AddNewSessionToList(DevSession *session) AddNewSessionToList() argument
146 DevSession *session; OpenDevSession() local
176 DevSession *session = sessionInfo->session; StartDevSession() local
197 DevSession *session = sessionInfo->session; ProcessDevSession() local
210 DevSession *session = ptr->session; CloseDevSession() local
234 DevSession *session = ptr->session; CancelDevSession() local
[all...]
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_util.c111 static int32_t AddGroupErrorInfo(int32_t errorCode, const CompatibleBindSubSession *session, in AddGroupErrorInfo() argument
162 int32_t CreateAndProcessBindTask(CompatibleBindSubSession *session, const CJson *in, CJson *out, int32_t *status) in CreateAndProcessBindTask() argument
183 int32_t TransmitBindSessionData(const CompatibleBindSubSession *session, cons argument
212 InformPeerGroupErrorIfNeeded(bool isNeedInform, int32_t errorCode, const CompatibleBindSubSession *session) InformPeerGroupErrorIfNeeded() argument
[all...]
H A Dcompatible_bind_sub_session_common.c23 static int32_t AddPinCode(const CJson *jsonParams, CompatibleBindSubSession *session) in AddPinCode() argument
37 static int32_t AddProtocolExpandVal(const CJson *jsonParams, CompatibleBindSubSession *session) in AddProtocolExpandVal() argument
376 AddGroupAndDevInfo(int32_t osAccountId, int isClient, const CJson *jsonParams, CompatibleBindSubSession *session) AddGroupAndDevInfo() argument
396 AddPeerAuthIdAndUdidIfExist(const CJson *jsonParams, CompatibleBindSubSession *session) AddPeerAuthIdAndUdidIfExist() argument
411 AddGroupAndDevInfoToParams(const CompatibleBindSubSession *session, CJson *moduleParams) AddGroupAndDevInfoToParams() argument
449 AddRequestInfoToParams(bool isClient, const CompatibleBindSubSession *session, CJson *moduleParams) AddRequestInfoToParams() argument
471 AddPinCodeToParams(CompatibleBindSubSession *session, CJson *moduleParams) AddPinCodeToParams() argument
487 AddProtocolExpandValToParams(CompatibleBindSubSession *session, CJson *moduleParams) AddProtocolExpandValToParams() argument
498 AddOsAccountIdToParams(CompatibleBindSubSession *session, CJson *moduleParams) AddOsAccountIdToParams() argument
507 AddGroupInfoToSendData(const CompatibleBindSubSession *session, CJson *data) AddGroupInfoToSendData() argument
538 AddDevInfoToSendData(const CompatibleBindSubSession *session, CJson *data) AddDevInfoToSendData() argument
561 AddRequestInfoToSendData(const CompatibleBindSubSession *session, CJson *data) AddRequestInfoToSendData() argument
644 GenerateBaseBindParams(int32_t osAccountId, int isClient, const CJson *jsonParams, CompatibleBindSubSession *session) GenerateBaseBindParams() argument
666 GenerateBaseModuleParams(bool isClient, CompatibleBindSubSession *session, CJson *moduleParams) GenerateBaseModuleParams() argument
679 AddInfoToBindData(bool isNeedCompatibleInfo, const CompatibleBindSubSession *session, CJson *data) AddInfoToBindData() argument
[all...]
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dsession_manager.cpp43 void SessionManager::AddSession(std::shared_ptr<BaseSession> session) in AddSession() argument
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session_manager.cpp87 auto session = std::make_shared<AppAccountAuthenticatorSession>(ADD_ACCOUNT_IMPLICITLY, request); in AddAccountImplicitly() local
93 auto session = std::make_shared<AppAccountAuthenticatorSession>(CREATE_ACCOUNT_IMPLICITLY, request); in CreateAccountImplicitly() local
99 auto session = std::make_shared<AppAccountAuthenticatorSession>(AUTHENTICATE, request); in Authenticate() local
105 auto session = std::make_shared<AppAccountAuthenticatorSession>(AUTH, request); in Auth() local
111 auto session = std::make_shared<AppAccountAuthenticatorSession>(VERIFY_CREDENTIAL, request); in VerifyCredential() local
117 auto session = std::make_shared<AppAccountAuthenticatorSession>(CHECK_ACCOUNT_LABELS, request); CheckAccountLabels() local
123 auto session = std::make_shared<AppAccountAuthenticatorSession>(IS_ACCOUNT_REMOVABLE, request); IsAccountRemovable() local
130 auto session = std::make_shared<AppAccountCheckLabelsSession>(accounts, request); SelectAccountsByOptions() local
137 auto session = std::make_shared<AppAccountAuthenticatorSession>(SET_AUTHENTICATOR_PROPERTIES, request); SetAuthenticatorProperties() local
141 OpenSession( const std::shared_ptr<AppAccountAuthenticatorSession> &session) OpenSession() argument
228 auto session = GetSession(sessionId); OnSessionServerDied() local
237 auto session = GetSession(sessionId); OnSessionAbilityConnectDone() local
246 auto session = GetSession(sessionId); OnSessionAbilityDisconnectDone() local
255 auto session = GetSession(sessionId); OnSessionResult() local
264 auto session = GetSession(sessionId); OnSessionRequestRedirected() local
272 auto session = GetSession(sessionId); OnSessionRequestContinued() local
[all...]
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_manager_module_test.cpp246 std::shared_ptr<AppAccountAuthenticatorSession> session = nullptr; in HWTEST_F() local
280 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
309 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
356 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
408 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
434 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
471 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
519 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
553 auto session = std::make_shared<AppAccountAuthenticatorSession>(AUTHENTICATE, request); HWTEST_F() local
596 auto session = appAccountAuthenticatorSessionManagerPtr_->GetSession(SESSION_ID); HWTEST_F() local
618 auto session = std::make_shared<AppAccountAuthenticatorSession>(action, request); HWTEST_F() local
[all...]
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp209 auto session = iter->second; in ReleaseSession() local
229 auto session = iter->second; in DeleteCollaborationServiceByName() local
248 auto session = iter->second; ReleaseSessionByPid() local
288 AddSession(std::shared_ptr<SocketSession> session) AddSession() argument
332 NotifySessionDeleted(std::shared_ptr<SocketSession> session) NotifySessionDeleted() argument
[all...]
/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp58 auto session = env_->GetSocketSessionManager().FindSessionByPid(context.pid); in Start() local
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session.c114 static int32_t HandlePeerAuthError(CompatibleAuthSubSession *session) in HandlePeerAuthError() argument
123 static int32_t ProcessClientAuthTaskInner(CompatibleAuthSubSession *session, int32_t moduleType, CJson *in, in ProcessClientAuthTaskInner() argument
40 CreateClientAuthSubSessionInner(int32_t osAccountId, CJson *jsonParams, const DeviceAuthCallback *callback, CompatibleBaseSubSession **session) CreateClientAuthSubSessionInner() argument
154 ProcessClientAuthTask(CompatibleAuthSubSession *session, CJson *receivedData, int32_t *status) ProcessClientAuthTask() argument
182 GenerateClientFirstMsg(CompatibleAuthSubSession *session, CJson *out, CJson **sendData) GenerateClientFirstMsg() argument
197 CreateAndProcessClientAuthTask(CompatibleAuthSubSession *session, CJson **sendData, int32_t *status) CreateAndProcessClientAuthTask() argument
221 ProcessServerAuthTaskInner(CompatibleAuthSubSession *session, int32_t moduleType, CJson *in, CJson *out, int32_t *status) ProcessServerAuthTaskInner() argument
240 ProcessServerAuthTask(CompatibleAuthSubSession *session, CJson *receivedData, int32_t *status) ProcessServerAuthTask() argument
266 CreateAndProcessServerAuthTask(CompatibleAuthSubSession *session, CJson *receivedData, int32_t *status) CreateAndProcessServerAuthTask() argument
291 CreateClientAuthSubSession(CJson *jsonParams, const DeviceAuthCallback *callback, CompatibleBaseSubSession **session) CreateClientAuthSubSession() argument
311 CreateServerAuthSubSession(CJson *jsonParams, const DeviceAuthCallback *callback, CompatibleBaseSubSession **session) CreateServerAuthSubSession() argument
349 ProcessClientAuthSubSession(CompatibleBaseSubSession *session, CJson *in, CJson **out, int32_t *status) ProcessClientAuthSubSession() argument
360 ProcessServerAuthSubSession(CompatibleBaseSubSession *session, CJson *in, int32_t *status) ProcessServerAuthSubSession() argument
371 DestroyCompatibleAuthSubSession(CompatibleBaseSubSession *session) DestroyCompatibleAuthSubSession() argument
[all...]
H A Dcompatible_auth_sub_session_common.c454 static int32_t ReturnTransmitData(const CompatibleAuthSubSession *session, CJson *out, bool isClientFirst) in ReturnTransmitData() argument
508 ReturnFinishData(const CompatibleAuthSubSession *session, const CJson *out) ReturnFinishData() argument
534 AuthOnNextGroupIfExist(CompatibleAuthSubSession *session) AuthOnNextGroupIfExist() argument
594 CreateAndProcessAuthTask(CompatibleAuthSubSession *session, CJson *paramInSession, CJson *out, int32_t *status) CreateAndProcessAuthTask() argument
634 ProcessClientAuthError(CompatibleAuthSubSession *session, const CJson *out) ProcessClientAuthError() argument
655 ProcessServerAuthError(CompatibleAuthSubSession *session, const CJson *out) ProcessServerAuthError() argument
670 AddGroupAuthTransmitData(const CompatibleAuthSubSession *session, bool isClientFirst, CJson *sendToPeer) AddGroupAuthTransmitData() argument
706 HandleAuthTaskStatus(const CompatibleAuthSubSession *session, CJson *out, int32_t status, bool isClientFirst) HandleAuthTaskStatus() argument
[all...]
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_stub.cpp177 static bool GetSessionFromData(MessageParcel &data, TEEC_Session *session) in GetSessionFromData() argument
398 TEEC_Session session; in CloseSessionRecvProc() local
421 TEEC_Session session; in InvokeCommandRecvProc() local
572 TEEC_Session session; SendSecFileRecvProc() local
[all...]
/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_type.h201 TEEC_Session *session; member
/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c606 static int32_t BuildDevSessionByContext(const CJson *context, SessionImpl *session) in BuildDevSessionByContext() argument
635 BuildDevSession(int64_t sessionId, const char *appId, SessionInitParams *params, SessionImpl *session) BuildDevSession() argument
674 SessionImpl *session = (SessionImpl *)HcMalloc(sizeof(SessionImpl), 0); CreateDevSession() local
[all...]

Completed in 20 milliseconds

12