Home
last modified time | relevance | path

Searched refs:INVALID_SESSION_ID (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/monitor_permission_test/
H A Dcheckpermission_test.cpp37 static int32_t g_sessionId = INVALID_SESSION_ID;
100 ret = SendBytes(INVALID_SESSION_ID, data, len);
118 ret = SendMessage(INVALID_SESSION_ID, data, len);
137 ret = SendStream(INVALID_SESSION_ID, &streamData, &ext, &param);
158 ret = SendFile(INVALID_SESSION_ID, sfileList, nullptr, FILE_NUM);
/ohos5.0/foundation/ai/ai_engine/services/client/client_executor/source/
H A Dclient_factory.cpp47 if (clientInfo.sessionId != INVALID_SESSION_ID) { in ClientInit()
77 if (clientInfo.sessionId == INVALID_SESSION_ID) { in ClientPrepare()
111 if (clientInfo.sessionId == INVALID_SESSION_ID) { in ClientAsyncProcess()
130 if (clientInfo.sessionId == INVALID_SESSION_ID) { in ClientDestroy()
155 clientInfo.sessionId = INVALID_SESSION_ID; in ClientDestroy()
179 if (clientInfo.sessionId == INVALID_SESSION_ID) { in ClientSyncProcess()
194 if (clientInfo.sessionId == INVALID_SESSION_ID) { in ClientRelease()
239 return INVALID_SESSION_ID; in GenerateSessionId()
356 sessionId_ = INVALID_SESSION_ID; in ResetClient()
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_session.c36 #define INVALID_SESSION_ID (-1) macro
40 static int32_t g_curSessionId = INVALID_SESSION_ID;
131 g_curSessionId = INVALID_SESSION_ID; in HandleSessionClosed()
216 g_curSessionId = INVALID_SESSION_ID; in SendDmsMessage()
227 g_curSessionId = INVALID_SESSION_ID; in CloseDMSSession()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_session.cpp45 if (sessionId_ != INVALID_SESSION_ID) { in Start()
51 if (sessionId_ == INVALID_SESSION_ID) { in Start()
75 sessionId_ = INVALID_SESSION_ID; in Stop()
/ohos5.0/foundation/ai/ai_engine/test/function/destroy/
H A Ddestroy_function_test.cpp115 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID);
182 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID);
249 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID);
297 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID);
360 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsoftbus_session.h24 constexpr int32_t INVALID_SESSION_ID = -1; variable
43 int sessionId_{INVALID_SESSION_ID};
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h299 …int32_t parentId_ = INVALID_SESSION_ID; // parentId of sceneSession, which is low 32 bite of paren…
301 int32_t persistentId_ = INVALID_SESSION_ID;
302 int32_t parentPersistentId_ = INVALID_SESSION_ID;
303 uint32_t accessTokenId_ = INVALID_SESSION_ID;
329 uint32_t callingSessionId_ = INVALID_SESSION_ID;
363 int32_t realParentId_ = INVALID_SESSION_ID;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h41 constexpr int32_t INVALID_SESSION_ID = 0; variable
314 int32_t persistentId_ = INVALID_SESSION_ID;
315 int32_t callerPersistentId_ = INVALID_SESSION_ID;
347 int32_t realParentId_ = INVALID_SESSION_ID;
/ohos5.0/foundation/ai/ai_engine/services/common/utils/constants/
H A Dconstants.h28 const int INVALID_SESSION_ID = -1; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp32 constexpr int32_t INVALID_SESSION_ID = -1; variable
141 sessionId = INVALID_SESSION_ID; in ConnectDevice()
201 sessionId = INVALID_SESSION_ID; in AddNewPeerSession()
368 return INVALID_SESSION_ID; in SendData()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_callback.c306 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionOpened()
341 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionOpenFailed()
387 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionClosed()
538 int32_t socket = INVALID_SESSION_ID; in ClientTransOnChannelBind()
605 int32_t socket = INVALID_SESSION_ID; in ClientTransOnQos()
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/include/
H A Dic_sdk_impl.h47 .sessionId = INVALID_SESSION_ID,
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/
H A Dkws_sdk_impl.h55 .sessionId = INVALID_SESSION_ID,
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_session_test.cpp284 int32_t sessionId = INVALID_SESSION_ID;
347 int32_t sessionId = INVALID_SESSION_ID;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h30 constexpr uint32_t INVALID_SESSION_ID = static_cast<uint32_t>(-1); variable
208 uint32_t sessionID_ = INVALID_SESSION_ID;
260 uint32_t sessionID_ = INVALID_SESSION_ID;
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dcoauth.h27 #define INVALID_SESSION_ID 0 macro
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_constants.h29 const int32_t INVALID_SESSION_ID = -1; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h214 static constexpr int32_t INVALID_SESSION_ID = -1;
231 int32_t softbusSessionId_ = INVALID_SESSION_ID;
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h42 #define INVALID_SESSION_ID (-1) macro
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Danomaly_detection.cpp85 if (nextId == INVALID_SESSION_ID) { in FocusCheckProcess()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h29 constexpr uint32_t INVALID_SESSION_ID = static_cast<uint32_t>(-1); variable
148 uint32_t sessionID_ = INVALID_SESSION_ID;
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp39 const int32_t INVALID_SESSION_ID = -1; variable
342 int32_t sessionId = INVALID_SESSION_ID; in CloseSessionWithSessionName()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp288 info.callerPersistentId_ = INVALID_SESSION_ID; in PendingSessionActivation()
334 if (info.persistentId_ == INVALID_SESSION_ID) { in GenSceneSession()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/session/
H A Dtrans_session_service_test.cpp30 #define INVALID_SESSION_ID (-1) macro
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp158 SceneSessionManager::GetInstance().SetFocusedSessionId(INVALID_SESSION_ID);
159 EXPECT_EQ(INVALID_SESSION_ID, SceneSessionManager::GetInstance().GetFocusedSessionId());

123