Home
last modified time | relevance | path

Searched defs:session (Results 126 - 150 of 1052) sorted by relevance

12345678910>>...43

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dextension_impl_test.cpp655 sptr<AAFwk::SessionInfo> session = new (std::nothrow) AAFwk::SessionInfo(); in HWTEST_F() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_state.cpp30 auto session = session_.promote(); in Enter() local
44 auto session = session_.promote(); in Exit() local
55 auto session = session_.promote(); in HandleMessage() local
83 auto session = session_.promote(); HandleMessage() local
115 auto session = session_.promote(); HandleMessage() local
158 auto session = session_.promote(); HandleMessage() local
215 auto session = session_.promote(); HandleMessage() local
251 HandleSetupMessage(const Message &msg, sptr<CastSessionImpl> session) HandleSetupMessage() argument
265 HandleSetupSuccessMessage(const Message &msg, const MessageId &msgId, sptr<CastSessionImpl> session) HandleSetupSuccessMessage() argument
280 HandleDisconnectMessage(const Message &msg, sptr<CastSessionImpl> session) HandleDisconnectMessage() argument
294 HandleErrorMessage(const Message &msg, sptr<CastSessionImpl> session) HandleErrorMessage() argument
304 HandleRenderReadyMessage(const Message &msg, sptr<CastSessionImpl> session) HandleRenderReadyMessage() argument
318 HandleConnectMessage(const Message &msg, const MessageId &msgId, sptr<CastSessionImpl> session) HandleConnectMessage() argument
333 auto session = session_.promote(); Enter() local
372 auto session = session_.promote(); HandleMessage() local
433 auto session = session_.promote(); HandleMessage() local
482 auto session = session_.promote(); HandleMessage() local
523 auto session = session_.promote(); HandleMessage() local
561 auto session = session_.promote(); Enter() local
578 auto session = session_.promote(); HandleMessage() local
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl.h33 explicit ChannelManagerListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in ChannelManagerListenerImpl() argument
53 explicit RtspListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in RtspListenerImpl() argument
77 explicit ConnectManagerListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in ConnectManagerListenerImpl() argument
87 explicit CastStreamListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in CastStreamListenerImpl() argument
99 BaseState(SessionState stateId, sptr<CastSessionImpl> session, st argument
118 DefaultState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) DefaultState() argument
130 DisconnectedState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) DisconnectedState() argument
142 AuthingState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) AuthingState() argument
154 ConnectingState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) ConnectingState() argument
172 ConnectedState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) ConnectedState() argument
184 PausedState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) PausedState() argument
197 PlayingState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) PlayingState() argument
211 StreamState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) StreamState() argument
224 DisconnectingState(SessionState stateId, sptr<CastSessionImpl> session, std::shared_ptr<State> parentState = nullptr) DisconnectingState() argument
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_state.cpp30 auto session = session_.promote(); in Enter() local
44 auto session = session_.promote(); in Exit() local
55 auto session = session_.promote(); in HandleMessage() local
83 auto session = session_.promote(); HandleMessage() local
115 auto session = session_.promote(); HandleMessage() local
158 auto session = session_.promote(); HandleMessage() local
215 auto session = session_.promote(); HandleMessage() local
251 HandleSetupMessage(const Message &msg, sptr<CastSessionImpl> session) HandleSetupMessage() argument
265 HandleSetupSuccessMessage(const Message &msg, const MessageId &msgId, sptr<CastSessionImpl> session) HandleSetupSuccessMessage() argument
280 HandleDisconnectMessage(const Message &msg, sptr<CastSessionImpl> session) HandleDisconnectMessage() argument
294 HandleErrorMessage(const Message &msg, sptr<CastSessionImpl> session) HandleErrorMessage() argument
304 HandleRenderReadyMessage(const Message &msg, sptr<CastSessionImpl> session) HandleRenderReadyMessage() argument
318 HandleConnectMessage(const Message &msg, const MessageId &msgId, sptr<CastSessionImpl> session) HandleConnectMessage() argument
333 auto session = session_.promote(); Enter() local
372 auto session = session_.promote(); HandleMessage() local
433 auto session = session_.promote(); HandleMessage() local
482 auto session = session_.promote(); HandleMessage() local
523 auto session = session_.promote(); HandleMessage() local
561 auto session = session_.promote(); Enter() local
578 auto session = session_.promote(); HandleMessage() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dnight_session.cpp115 auto session = session_.promote(); in ProcessCallbacks() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/
H A Ddeferred_processing_service.cpp87 sptr<IDeferredPhotoProcessingSession> session = sessionManager->CreateDeferredPhotoProcessingSession(userId, in CreateDeferredPhotoProcessingSession() local
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_source_proxy.cpp90 int32_t RemoteSessionSourceProxy::CastSessionToRemote(const sptr <AVSessionItem>& session, in CastSessionToRemote() argument
H A Dremote_session_sink_impl.cpp36 int32_t RemoteSessionSinkImpl::CastSessionFromRemote(const sptr <AVSessionItem>& session, in CastSessionFromRemote() argument
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_manager_test/
H A Davsession_manager_test.cpp99 auto session = in BENCHMARK_F() local
124 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, in BENCHMARK_F() local
157 auto session = BENCHMARK_F() local
191 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, BENCHMARK_F() local
224 auto session = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION_TYPE_AUDIO, BENCHMARK_F() local
257 auto session = BENCHMARK_F() local
[all...]
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dslow_motion_session.h61 explicit SlowMotionSessionMetadataResultProcessor(wptr<SlowMotionSession> session) : session_(session) {} in SlowMotionSessionMetadataResultProcessor() argument
/foundation/multimodalinput/input/service/event_handler/src/
H A Danr_manager.cpp180 void ANRManager::OnSessionLost(SessionPtr session) in OnSessionLost() argument
/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h79 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session, std::shared_ptr<IInputEventConsumer> cb = nullptr) SessionHandler() argument
84 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session, TouchGestureType gestureType, int32_t fingers) SessionHandler() argument
92 SessionHandler(InputHandlerType handlerType, uint32_t eventType, SessionPtr session, std::vector<int32_t> actionsType, std::shared_ptr<IInputEventConsumer> cb = nullptr) SessionHandler() argument
[all...]
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h62 int32_t session; member
70 int32_t session; member
117 int32_t session; member
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp45 SessionPtr session; in InputDeviceManagerFuzzTest() local
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dhot_area.cpp146 auto session = env_->GetSocketSessionManager().FindSessionByPid(pid); in NotifyHotAreaMessage() local
/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp443 SessionPtr session = sessionSecond; in HWTEST_F() local
466 SessionPtr session = sessionFirst; in HWTEST_F() local
566 SessionPtr session = nullptr; in HWTEST_F() local
586 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); in HWTEST_F() local
621 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
643 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/
H A Danr_handler.cpp158 sptr<ISessionStage> session = sessionStageMap_[eventId].sessionStage.promote(); in MarkProcessed() local
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_recover_test.cpp78 sptr<SessionMocker> session = new (std::nothrow) SessionMocker(sessionInfo); in HWTEST_F() local
132 sptr<SessionMocker> session = new (std::nothrow) SessionMocker(sessionInfo); in HWTEST_F() local
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_service_impl_test.cpp169 std::shared_ptr<Session> session = in HWTEST_F() local
188 std::shared_ptr<Session> session = in HWTEST_F() local
207 std::shared_ptr<Session> session in HWTEST_F() local
226 std::shared_ptr<Session> session = HWTEST_F() local
252 std::shared_ptr<SessionImpl> session = std::make_shared<SessionImpl>(); HWTEST_F() local
267 std::shared_ptr<SessionImpl> session = std::make_shared<SessionImpl>(); HWTEST_F() local
[all...]
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_stub.c73 SessionInfo *session = QuerySessionObject((uintptr_t)threadContext->objectStub); in ProcessProto() local
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c154 SessionInfo *session = QuerySessionObject(svc->cookie); in GetSessionFromDBinderService() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dsession_pool.cpp47 void SessionPool::HoldSession(shared_ptr<BaseSession> session, const std::string backStage) in HoldSession() argument
131 void SessionPool::AddSessionToPool(shared_ptr<BaseSession> session) in AddSessionToPool() argument
171 bool SessionPool::DeviceConnectCountOnly(std::shared_ptr<BaseSession> session) in DeviceConnectCountOnly() argument
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dkernel_talker_test.cpp78 std::shared_ptr<SoftbusSession> session = make_shared<SoftbusSession>(TEST_SESSION_ID, peerDeviceId); in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp53 void ObexPrivateMpServer::HandlePutRequest(ObexServerSession &session, ObexHeader &req) const in HandlePutRequest() argument
102 HandlePutFinalRequest(ObexServerSession &session, ObexHeader &req) const HandlePutFinalRequest() argument
131 HandleTransportDataBusy(ObexServerSession &session, uint8_t isBusy) HandleTransportDataBusy() argument
148 HandleGetRequest(ObexServerSession &session, ObexHeader &req) HandleGetRequest() argument
200 HandleAbortRequest(ObexServerSession &session, ObexHeader &req) HandleAbortRequest() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session.c40 RfcommSessionInfo *session = NULL; in RfcommDestroySessionList() local
102 RfcommStartSessionTimer(RfcommSessionInfo *session, uint8_t timeout) RfcommStartSessionTimer() argument
119 RfcommStopSessionTimer(RfcommSessionInfo *session) RfcommStopSessionTimer() argument
157 RfcommSessionInfo *session = malloc(sizeof(RfcommSessionInfo)); RfcommCreateSession() local
186 RfcommResetSessionInfo(RfcommSessionInfo *session) RfcommResetSessionInfo() argument
210 RfcommSetFlowControlType(RfcommSessionInfo *session, bool isPnReq, uint8_t cl) RfcommSetFlowControlType() argument
241 RfcommRemoveSession(RfcommSessionInfo *session) RfcommRemoveSession() argument
265 RfcommSessionInfo *session = NULL; RfcommGetSessionByLcid() local
295 RfcommSessionInfo *session = NULL; RfcommGetSessionByAddr() local
321 RfcommIsSessionValid(RfcommSessionInfo *session) RfcommIsSessionValid() argument
[all...]

Completed in 13 milliseconds

12345678910>>...43