/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/monitor_permission_test/ |
H A D | checkpermission_test.cpp | 37 static int32_t g_sessionId = INVALID_SESSION_ID; 100 ret = SendBytes(INVALID_SESSION_ID, data, len); in HWTEST_F() 118 ret = SendMessage(INVALID_SESSION_ID, data, len); in HWTEST_F() 137 ret = SendStream(INVALID_SESSION_ID, &streamData, &ext, ¶m); in HWTEST_F() 158 ret = SendFile(INVALID_SESSION_ID, sfileList, nullptr, FILE_NUM); in HWTEST_F()
|
/foundation/ai/ai_engine/services/client/client_executor/source/ |
H A D | client_factory.cpp | 47 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()
|
/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_session.c | 36 #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()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/ |
H A D | softbus_session.h | 24 constexpr int32_t INVALID_SESSION_ID = -1; member 43 int sessionId_{INVALID_SESSION_ID};
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/ |
H A D | softbus_session.cpp | 45 if (sessionId_ != INVALID_SESSION_ID) { in Start() 51 if (sessionId_ == INVALID_SESSION_ID) { in Start() 76 sessionId_ = INVALID_SESSION_ID; in Stop()
|
/foundation/ai/ai_engine/services/common/utils/constants/ |
H A D | constants.h | 28 const int INVALID_SESSION_ID = -1; variable
|
/foundation/ai/ai_engine/test/function/destroy/ |
H A D | destroy_function_test.cpp | 115 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID); in HWTEST_F() 182 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID); in HWTEST_F() 249 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID); in HWTEST_F() 297 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID); in HWTEST_F() 360 ASSERT_EQ(clientInfo.clientId, INVALID_SESSION_ID); in HWTEST_F()
|
/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/include/ |
H A D | ic_sdk_impl.h | 47 .sessionId = INVALID_SESSION_ID,
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 298 int32_t parentId_ = INVALID_SESSION_ID; // parentId of sceneSession, which is low 32 bite of parentPersistentId_ 300 int32_t persistentId_ = INVALID_SESSION_ID; 301 int32_t parentPersistentId_ = INVALID_SESSION_ID; 302 uint32_t accessTokenId_ = INVALID_SESSION_ID; 330 uint32_t callingSessionId_ = INVALID_SESSION_ID; 363 int32_t realParentId_ = INVALID_SESSION_ID;
|
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/ |
H A D | kws_sdk_impl.h | 55 .sessionId = INVALID_SESSION_ID,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/ |
H A D | dsched_transport_softbus_adapter.cpp | 32 constexpr int32_t INVALID_SESSION_ID = -1; member 141 sessionId = INVALID_SESSION_ID; in ConnectDevice() 201 sessionId = INVALID_SESSION_ID; in AddNewPeerSession() 368 return INVALID_SESSION_ID; in SendData()
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 40 constexpr int32_t INVALID_SESSION_ID = 0; member 318 int32_t persistentId_ = INVALID_SESSION_ID; 319 int32_t callerPersistentId_ = INVALID_SESSION_ID; 351 int32_t realParentId_ = INVALID_SESSION_ID;
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | av_trans_constants.h | 29 const int32_t INVALID_SESSION_ID = -1;
member
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_callback.c | 332 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionOpened() 371 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionOpenFailed() 418 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionClosed() 574 int32_t socket = INVALID_SESSION_ID; in ClientTransOnChannelBind()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
H A D | audio_renderer_private.h | 31 constexpr uint32_t INVALID_SESSION_ID = static_cast<uint32_t>(-1); member 195 uint32_t sessionID_ = INVALID_SESSION_ID; 246 uint32_t sessionID_ = INVALID_SESSION_ID;
|
/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_def.h | 42 #define INVALID_SESSION_ID (-1) macro
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | anomaly_detection.cpp | 85 if (nextId == INVALID_SESSION_ID) { in FocusCheckProcess()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 214 static constexpr int32_t INVALID_SESSION_ID = -1; member in OHOS::DistributedSchedule::DSchedContinue 231 int32_t softbusSessionId_ = INVALID_SESSION_ID;
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_session_test.cpp | 284 int32_t sessionId = INVALID_SESSION_ID; in HWTEST_F() 347 int32_t sessionId = INVALID_SESSION_ID; in HWTEST_F()
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/ |
H A D | audio_capturer_private.h | 29 constexpr uint32_t INVALID_SESSION_ID = static_cast<uint32_t>(-1); member 144 uint32_t sessionID_ = INVALID_SESSION_ID;
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_root_scene_session.cpp | 289 info.callerPersistentId_ = INVALID_SESSION_ID; in PendingSessionActivation() 335 if (info.persistentId_ == INVALID_SESSION_ID) { in GenSceneSession()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler.cpp | 39 const int32_t INVALID_SESSION_ID = -1; member 318 int32_t sessionId = INVALID_SESSION_ID; in CloseSessionWithSessionName()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | intention_event_manager_test.cpp | 158 SceneSessionManager::GetInstance().SetFocusedSessionId(INVALID_SESSION_ID); in HWTEST_F() 159 EXPECT_EQ(INVALID_SESSION_ID, SceneSessionManager::GetInstance().GetFocusedSessionId()); in HWTEST_F()
|
/foundation/ai/ai_engine/test/function/async_process/ |
H A D | async_process_function_test.cpp | 86 .sessionId = INVALID_SESSION_ID, in PreBuildInfo()
|
/foundation/communication/dsoftbus/tests/core/transmission/session/ |
H A D | trans_session_service_test.cpp | 30 #define INVALID_SESSION_ID (-1) macro
|