Home
last modified time | relevance | path

Searched defs:sessionId (Results 476 - 500 of 553) sorted by relevance

1...<<11121314151617181920>>...23

/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_manager.cpp784 uint32_t AudioEffectChainManager::GetLatency(const std::string &sessionId) in GetLatency() argument
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp2334 uint32_t sessionId = 0; in HWTEST() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server_handler.cpp378 bool AudioPolicyServerHandler::SendRendererDeviceChangeEvent(const int32_t clientPid, const uint32_t sessionId, in SendRendererDeviceChangeEvent() argument
412 bool AudioPolicyServerHandler::SendCapturerRemovedEvent(uint64_t sessionId, bool isSync) in SendCapturerRemovedEvent() argument
281 SendInterruptEventWithSessionIdCallback(const InterruptEventInternal &interruptEvent, const uint32_t &sessionId) SendInterruptEventWithSessionIdCallback() argument
392 SendCapturerCreateEvent(AudioCapturerInfo capturerInfo, AudioStreamInfo streamInfo, uint64_t sessionId, bool isSync, int32_t &error) SendCapturerCreateEvent() argument
909 uint64_t sessionId = eventContextObj->sessionId_; HandleCapturerCreateEvent() local
922 uint64_t sessionId = *eventContextObj; HandleCapturerRemovedEvent() local
[all...]
H A Daudio_stream_collector.cpp166 int32_t AudioStreamCollector::GetPipeType(const int32_t sessionId, AudioPipeTyp argument
194 GetRendererDeviceInfo(const int32_t sessionId, DeviceInfo &outputDeviceInfo) GetRendererDeviceInfo() argument
384 int32_t sessionId = streamChangeInfo.audioRendererChangeInfo.sessionId; CheckRendererInfoChanged() local
572 UpdateRendererDeviceInfo(int32_t clientUID, int32_t sessionId, DeviceInfo &outputDeviceInfo) UpdateRendererDeviceInfo() argument
597 UpdateRendererPipeInfo(const int32_t sessionId, const AudioPipeType pipeType) UpdateRendererPipeInfo() argument
620 UpdateCapturerDeviceInfo(int32_t clientUID, int32_t sessionId, DeviceInfo &inputDeviceInfo) UpdateCapturerDeviceInfo() argument
694 GetStreamType(int32_t sessionId) GetStreamType() argument
706 IsOffloadAllowed(const int32_t sessionId) IsOffloadAllowed() argument
720 GetChannelCount(int32_t sessionId) GetChannelCount() argument
841 GetUid(int32_t sessionId) GetUid() argument
[all...]
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h456 std::string sessionId; member
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp106 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() argument
111 static void OnSessionClosed(int32_t sessionId) in OnSessionClosed() argument
115 static void OnBytesReceived(int32_t sessionId, const void *data, unsigned int len) in OnBytesReceived() argument
119 static void OnMessageReceived(int32_t sessionId, const void *data, unsigned int len) in OnMessageReceived() argument
130 static int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() argument
135 static int32_t OnSendFileFinished(int32_t sessionId, const char *firstFile) in OnSendFileFinished() argument
140 void OnFileTransError(int32_t sessionId) in OnFileTransError() argument
145 static int32_t OnReceiveFileStarted(int32_t sessionId, const char *files, int32_t fileCnt) in OnReceiveFileStarted() argument
150 static int32_t OnReceiveFileProcess(int32_t sessionId, const char *firstFile, uint64_t bytesUpload, uint64_t bytesTotal) in OnReceiveFileProcess() argument
154 static void OnReceiveFileFinished(int32_t sessionId, cons in OnReceiveFileProcess() argument
280 int32_t sessionId = 1; HWTEST_F() local
315 int32_t sessionId = 1; HWTEST_F() local
442 int32_t sessionId = 1; HWTEST_F() local
935 int32_t sessionId = 1; HWTEST_F() local
1195 int32_t sessionId = 1; HWTEST_F() local
1232 int32_t sessionId = -1; HWTEST_F() local
1384 int32_t sessionId = -1; HWTEST_F() local
1414 int32_t sessionId = -1; HWTEST_F() local
1446 int32_t sessionId = -1; HWTEST_F() local
1492 int32_t sessionId = 1; HWTEST_F() local
1505 int32_t sessionId = 1; HWTEST_F() local
1557 int32_t sessionId = 1; HWTEST_F() local
1814 int32_t sessionId = TEST_SESSION_ID; HWTEST_F() local
1836 int32_t sessionId = TEST_SESSION_ID; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c60 static bool IsValidSessionId(int sessionId) in IsValidSessionId() argument
80 static int32_t OpenSessionWithExistSession(int32_t sessionId, bool isEnabled) in OpenSessionWithExistSession() argument
274 int32_t sessionId = INVALID_SESSION_ID; OpenSession() local
414 int32_t sessionId; OpenAuthSession() local
438 NotifyAuthSuccess(int sessionId) NotifyAuthSuccess() argument
470 CheckSessionIsOpened(int32_t sessionId, bool isCancelCheck) CheckSessionIsOpened() argument
517 int32_t sessionId = INVALID_SESSION_ID; OpenSessionSync() local
556 CloseSession(int sessionId) CloseSession() argument
586 GetMySessionName(int sessionId, char *sessionName, unsigned int len) GetMySessionName() argument
596 GetPeerSessionName(int sessionId, char *sessionName, unsigned int len) GetPeerSessionName() argument
606 GetPeerDeviceId(int sessionId, char *networkId, unsigned int len) GetPeerDeviceId() argument
616 GetSessionSide(int sessionId) GetSessionSide() argument
677 IsValidDFSSession(int32_t sessionId, int32_t *channelId) IsValidDFSSession() argument
704 GetSessionKey(int32_t sessionId, char *key, unsigned int len) GetSessionKey() argument
718 GetSessionHandle(int32_t sessionId, int *handle) GetSessionHandle() argument
732 DisableSessionListener(int32_t sessionId) DisableSessionListener() argument
746 QosReport(int32_t sessionId, int32_t appType, int32_t quality) QosReport() argument
858 GetSessionOption(int sessionId, SessionOption option, void* optionValue, uint32_t valueSize) GetSessionOption() argument
997 ClientAddSocket(const SocketInfo *info, int32_t *sessionId) ClientAddSocket() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c866 int32_t sessionId; GetSendListenerInfoByChannelId() local
1081 GetRecipientNoLock(int32_t sessionId) GetRecipientNoLock() argument
1111 DelRecipient(int32_t sessionId) DelRecipient() argument
1132 ClientDeleteRecvFileList(int32_t sessionId) ClientDeleteRecvFileList() argument
1141 UpdateFileReceivePath(int32_t sessionId, FileListener *fileListener) UpdateFileReceivePath() argument
1177 CreateNewRecipient(int32_t sessionId, int32_t channelId, int32_t osType) CreateNewRecipient() argument
1263 GetRecipientInCreateFileRef(int32_t sessionId, int32_t channelId, int32_t osType) GetRecipientInCreateFileRef() argument
1290 GetRecipientInProcessRef(int32_t sessionId) GetRecipientInProcessRef() argument
1310 GetRecipientInfo(int32_t sessionId) GetRecipientInfo() argument
1330 HandleFileTransferCompletion(FileRecipientInfo *recipient, int32_t sessionId, SingleFileInfo *file) HandleFileTransferCompletion() argument
1349 CreateFileFromFrame( int32_t sessionId, int32_t channelId, const FileFrame *fileFrame, int32_t osType, uint32_t packetSize) CreateFileFromFrame() argument
1550 UpdateFileReceptionStatus( SingleFileInfo *fileInfo, FileRecipientInfo *recipient, const FileFrame *fileFrame, int32_t sessionId) UpdateFileReceptionStatus() argument
1588 WriteFrameToFile(int32_t sessionId, const FileFrame *fileFrame) WriteFrameToFile() argument
1627 NotifyRecipientReceiveStateAndCallback( FileRecipientInfo *recipient, int32_t sessionId, char *absRecvPath, int32_t fileCount) NotifyRecipientReceiveStateAndCallback() argument
1648 ProcessFileListData(int32_t sessionId, const FileFrame *frame) ProcessFileListData() argument
1700 ProcessFileRecvResult(int32_t sessionId, uint32_t seq, int32_t result) ProcessFileRecvResult() argument
1723 ProcessFileSendResult(int32_t sessionId, uint32_t seq, int32_t result) ProcessFileSendResult() argument
1746 ProcessFileTransResult(int32_t sessionId, const FileFrame *frame) ProcessFileTransResult() argument
1767 ProcessCrcCheckSumData(int32_t sessionId, const FileFrame *frame) ProcessCrcCheckSumData() argument
1793 ProcessFileAckRequest(int32_t sessionId, const FileFrame *frame) ProcessFileAckRequest() argument
1830 ProcessFileAckResponse(int32_t sessionId, const FileFrame *frame) ProcessFileAckResponse() argument
1896 ProcessRecvFileFrameData(int32_t sessionId, int32_t channelId, const FileFrame *oneFrame) ProcessRecvFileFrameData() argument
1949 ProcessFileFrameData(int32_t sessionId, int32_t channelId, const char *data, uint32_t len, int32_t type) ProcessFileFrameData() argument
[all...]
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h303 int32_t sessionId; /**< Session Id in int format */ member
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp208 int32_t sessionId = *reinterpret_cast<const int32_t *>(data + offset); in OpenSessionFuzzTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp486 void SyncTaskContext::CommErrHandlerFunc(int errCode, ISyncTaskContext *context, int32_t sessionId) in CommErrHandlerFunc() argument
529 void SyncTaskContext::CommErrHandlerFuncInner(int errCode, uint32_t sessionId) in CommErrHandlerFuncInner() argument
787 uint32_t sessionId = 0u; in AbortMachineIfNeed() local
810 uint32_t sessionId = lastRequestSessionId_ != 0 ? lastRequestSessionId_ + 1 : 0; in GenerateRequestSessionId() local
[all...]
H A Dability_sync.cpp380 int AbilitySync::SyncStart(uint32_t sessionId, uint32_t sequenceId, uint16_t remoteCommunicatorVersion, in SyncStart() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp298 void SingleVerSyncStateMachine::SendNotifyPacket(uint32_t sessionId, uint32_t sequenceId, uint32_t inMsgId) in SendNotifyPacket() argument
304 void SingleVerSyncStateMachine::CommErrAbort(uint32_t sessionId) in CommErrAbort() argument
992 uint32_t sessionId = inMsg->GetSessionId(); in AddPullResponseTarget() local
1111 DataRecvErrCodeHandle(uint32_t sessionId, int errCode) DataRecvErrCodeHandle() argument
1261 InnerErrorAbort(uint32_t sessionId) InnerErrorAbort() argument
[all...]
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp322 int DeviceManagerServiceImpl::OnSessionOpened(int sessionId, int result) in OnSessionOpened() argument
339 void DeviceManagerServiceImpl::OnSessionClosed(int sessionId) in OnSessionClosed() argument
344 void DeviceManagerServiceImpl::OnBytesReceived(int sessionId, const void *data, unsigned int dataLen) in OnBytesReceived() argument
H A Ddevice_manager_service_impl_lite.cpp168 int DeviceManagerServiceImpl::OnSessionOpened(int sessionId, int result) in OnSessionOpened() argument
175 void DeviceManagerServiceImpl::OnSessionClosed(int sessionId) in OnSessionClosed() argument
180 void DeviceManagerServiceImpl::OnBytesReceived(int sessionId, const void *data, unsigned int dataLen) in OnBytesReceived() argument
187 int DeviceManagerServiceImpl::OnPinHolderSessionOpened(int sessionId, int result) in OnPinHolderSessionOpened() argument
194 void DeviceManagerServiceImpl::OnPinHolderSessionClosed(int sessionId) in OnPinHolderSessionClosed() argument
199 OnPinHolderBytesReceived(int sessionId, const void *data, unsigned int dataLen) OnPinHolderBytesReceived() argument
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c1225 static int OnSessionOpened(int sessionId, int result) in OnSessionOpened() argument
1249 static void OnSessionClosed(int sessionId) in OnSessionClosed() argument
1255 OnBytesReceived(int sessionId, const void *data, unsigned int dataLen) OnBytesReceived() argument
[all...]
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp151 void DistributedInputSinkManager::DInputSinkListener::OnUnprepareRemoteInput(const int32_t &sessionId) in OnUnprepareRemoteInput() argument
131 OnPrepareRemoteInput( const int32_t &sessionId, const std::string &deviceId) OnPrepareRemoteInput() argument
207 OnStartRemoteInput( const int32_t &sessionId, const uint32_t &inputTypes) OnStartRemoteInput() argument
251 OnStopRemoteInput( const int32_t &sessionId, const uint32_t &inputTypes) OnStopRemoteInput() argument
288 OnStartRemoteInputDhid(const int32_t &sessionId, const std::string &strDhids) OnStartRemoteInputDhid() argument
319 OnStopRemoteInputDhid(const int32_t &sessionId, const std::string &strDhids) OnStopRemoteInputDhid() argument
533 DeleteStopDhids(int32_t sessionId, const std::vector<std::string> stopDhIds, std::vector<std::string> &stopIndeedDhIds) DeleteStopDhids() argument
560 StoreStartDhids(int32_t sessionId, const std::vector<std::string> &dhIds) StoreStartDhids() argument
1012 int32_t sessionId = srcScreenInfo.sessionId; CleanExceptionalInfo() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c69 static int32_t GetDFileSessionId(uint16_t *sessionId) in GetDFileSessionId() argument
94 DFileSessionNode *GetDFileSessionNodeById(uint16_t sessionId) in GetDFileSessionNodeById() argument
147 static DFileSessionNode *PopDFileSessionNodeById(uint16_t sessionId) in PopDFileSessionNodeById() argument
179 CheckSessionIdValid(int32_t sessionId) CheckSessionIdValid() argument
219 CheckSetStoragePathPara(int32_t sessionId, const char *path) CheckSetStoragePathPara() argument
235 NSTACKX_DFileSetStoragePath(int32_t sessionId, const char *path) NSTACKX_DFileSetStoragePath() argument
385 CheckSetStoragePathListPara(int32_t sessionId, const char *path[], const uint16_t *pathType, uint16_t pathNum) CheckSetStoragePathListPara() argument
401 NSTACKX_DFileSetStoragePathList(int32_t sessionId, const char *path[], const uint16_t *pathType, uint16_t pathNum) NSTACKX_DFileSetStoragePathList() argument
531 CheckSendFilesPara(int32_t sessionId, const char *files[], uint32_t fileNum, const char *userData) CheckSendFilesPara() argument
570 SendFilesInner(int32_t sessionId, const char *files[], const char *remotePath[], uint32_t fileNum, const char *userData) SendFilesInner() argument
619 NSTACKX_DFileSendFiles(int32_t sessionId, const char *files[], uint32_t fileNum, const char *userData) NSTACKX_DFileSendFiles() argument
634 CheckSendFilesWithRemotePathPara(int32_t sessionId, const char *files[], const char *remotePath[], uint32_t fileNum, const char *userData) CheckSendFilesWithRemotePathPara() argument
655 NSTACKX_DFileSendFilesWithRemotePath(int32_t sessionId, const char *files[], const char *remotePath[], uint32_t fileNum, const char *userData) NSTACKX_DFileSendFilesWithRemotePath() argument
676 CheckSendFilesWithRemotePathAndType(int32_t sessionId, NSTACKX_FilesInfo *filesInfo) CheckSendFilesWithRemotePathAndType() argument
707 PostSendFailAsync(int32_t sessionId, const NSTACKX_FilesInfo *filesInfo) PostSendFailAsync() argument
765 NSTACKX_DFileSendFilesWithRemotePathAndType(int32_t sessionId, NSTACKX_FilesInfo *filesInfo) NSTACKX_DFileSendFilesWithRemotePathAndType() argument
822 DFileSessionBaseInit(DFileSession *session, DFileSessionType type, DFileMsgReceiver msgReceiver, uint16_t sessionId) DFileSessionBaseInit() argument
909 uint16_t sessionId = 0; DFileSessionCreate() local
1452 NSTACKX_DFileClose(int32_t sessionId) NSTACKX_DFileClose() argument
1505 NSTACKX_DFileSetRenameHook(int32_t sessionId, OnDFileRenameFile onRenameFile) NSTACKX_DFileSetRenameHook() argument
1647 NSTACKX_DFileSessionGetFileList(int32_t sessionId) NSTACKX_DFileSessionGetFileList() argument
1652 NSTACKX_DFileSetSessionOpt(int32_t sessionId, const DFileOpt *opt) NSTACKX_DFileSetSessionOpt() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h80 uint16_t sessionId; member
H A Dnstackx_dfile_session.h74 uint16_t sessionId; /* reserve for multi session */ member
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp588 int32_t sessionId = 1; in HWTEST_F() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc941 int sessionId = m_session->sessionId(); in reset() local
H A Dv8-console.cc56 InjectedScript* injectedScript(int sessionId) { in injectedScript() argument
62 V8InspectorSessionImpl* session(int sessionId) { in session() argument
627 static void setFunctionBreakpoint(ConsoleHelper& helper, int sessionId, in setFunctionBreakpoint() argument
589 keysCallback(const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) keysCallback() argument
604 valuesCallback(const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) valuesCallback() argument
642 debugFunctionCallback( const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) debugFunctionCallback() argument
657 undebugFunctionCallback( const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) undebugFunctionCallback() argument
668 monitorFunctionCallback( const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) monitorFunctionCallback() argument
695 unmonitorFunctionCallback( const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) unmonitorFunctionCallback() argument
706 lastEvaluationResultCallback( const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) lastEvaluationResultCallback() argument
715 inspectImpl(const v8::FunctionCallbackInfo<v8::Value>& info, v8::Local<v8::Value> value, int sessionId, InspectRequest request, V8InspectorImpl* inspector) inspectImpl() argument
742 inspectCallback(const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) inspectCallback() argument
748 copyCallback(const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) copyCallback() argument
754 queryObjectsCallback( const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) queryObjectsCallback() argument
777 inspectedObject(const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId, unsigned num) inspectedObject() argument
851 createCommandLineAPI( v8::Local<v8::Context> context, int sessionId) createCommandLineAPI() argument
[all...]
H A Dinjected-script.cc341 InjectedScript::InjectedScript(InspectedContext* context, int sessionId) in InjectedScript() argument
369 int sessionId = m_sessionId; in getProperties() local
458 int sessionId = m_sessionId; in getInternalAndPrivateProperties() local
561 int sessionId = m_sessionId; wrapObjectMirror() local
1035 bindRemoteObjectIfNeeded( int sessionId, v8::Local<v8::Context> context, v8::Local<v8::Value> value, const String16& groupName, protocol::Runtime::RemoteObject* remoteObject) bindRemoteObjectIfNeeded() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DStreamConfiguration.java316 public void setSessionId(int sessionId) { in setSessionId() argument

Completed in 41 milliseconds

1...<<11121314151617181920>>...23