| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| H A D | extension_impl_test.cpp | 655 sptr<AAFwk::SessionInfo> session = new (std::nothrow) AAFwk::SessionInfo(); in HWTEST_F() local
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
| H A D | cast_session_state.cpp | 30 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 D | cast_session_impl.h | 33 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 D | cast_session_state.cpp | 30 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 D | night_session.cpp | 115 auto session = session_.promote(); in ProcessCallbacks() local
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/ |
| H A D | deferred_processing_service.cpp | 87 sptr<IDeferredPhotoProcessingSession> session = sessionManager->CreateDeferredPhotoProcessingSession(userId, in CreateDeferredPhotoProcessingSession() local
|
| /foundation/multimedia/av_session/services/session/server/remote/ |
| H A D | remote_session_source_proxy.cpp | 90 int32_t RemoteSessionSourceProxy::CastSessionToRemote(const sptr <AVSessionItem>& session, in CastSessionToRemote() argument
|
| H A D | remote_session_sink_impl.cpp | 36 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 D | avsession_manager_test.cpp | 99 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 D | slow_motion_session.h | 61 explicit SlowMotionSessionMetadataResultProcessor(wptr<SlowMotionSession> session) : session_(session) {} in SlowMotionSessionMetadataResultProcessor() argument
|
| /foundation/multimodalinput/input/service/event_handler/src/ |
| H A D | anr_manager.cpp | 180 void ANRManager::OnSessionLost(SessionPtr session) in OnSessionLost() argument
|
| /foundation/multimodalinput/input/service/monitor/include/ |
| H A D | event_monitor_handler.h | 79 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 D | key_shortcut_manager.h | 62 int32_t session; member 70 int32_t session; member 117 int32_t session; member
|
| /foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/ |
| H A D | inputdevicemanager_fuzzer.cpp | 45 SessionPtr session; in InputDeviceManagerFuzzTest() local
|
| /foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
| H A D | hot_area.cpp | 146 auto session = env_->GetSocketSessionManager().FindSessionByPid(pid); in NotifyHotAreaMessage() local
|
| /foundation/multimodalinput/input/service/interceptor/test/ |
| H A D | event_interceptor_handler_test.cpp | 443 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 D | anr_handler.cpp | 158 sptr<ISessionStage> session = sessionStageMap_[eventId].sessionStage.promote(); in MarkProcessed() local
|
| /foundation/window/window_manager/test/systemtest/wms/ |
| H A D | window_recover_test.cpp | 78 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 D | client_trans_session_service_impl_test.cpp | 169 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 D | dbinder_stub.c | 73 SessionInfo *session = QuerySessionObject((uintptr_t)threadContext->objectStub); in ProcessProto() local
|
| /foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/ |
| H A D | ipc_proxy_inner.c | 154 SessionInfo *session = QuerySessionObject(svc->cookie); in GetSessionFromDBinderService() local
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
| H A D | session_pool.cpp | 47 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 D | kernel_talker_test.cpp | 78 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 D | obex_mp_server.cpp | 53 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 D | rfcomm_session.c | 40 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...] |