/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/monitor_permission_test/ |
D | checkpermission_test.cpp | 36 static int32_t g_sessionId = INVALID_SESSION_ID; 99 ret = SendBytes(INVALID_SESSION_ID, data, len); 117 ret = SendMessage(INVALID_SESSION_ID, data, len); 136 ret = SendStream(INVALID_SESSION_ID, &streamData, &ext, ¶m); 157 ret = SendFile(INVALID_SESSION_ID, sfileList, nullptr, FILE_NUM);
|
/foundation/ai/ai_engine/services/client/client_executor/source/ |
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/ |
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/communication/dsoftbus/tests/sdk/transmission/session/ |
D | client_trans_session_service_test.cpp | 125 session->sessionId = INVALID_SESSION_ID; in GenerateSession() 161 EXPECT_EQ(ret, INVALID_SESSION_ID); 163 EXPECT_EQ(ret, INVALID_SESSION_ID); 165 EXPECT_EQ(ret, INVALID_SESSION_ID); 167 EXPECT_EQ(ret, INVALID_SESSION_ID); 169 EXPECT_EQ(ret, INVALID_SESSION_ID);
|
/foundation/ai/ai_engine/services/common/utils/constants/ |
D | constants.h | 28 const int INVALID_SESSION_ID = -1; variable
|
/foundation/ai/ai_engine/test/function/destroy/ |
D | destroy_function_test.cpp | 115 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);
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
D | ws_common.h | 34 constexpr int32_t INVALID_SESSION_ID = 0; variable 142 int32_t persistentId_ = INVALID_SESSION_ID; 143 int32_t callerPersistentId_ = INVALID_SESSION_ID;
|
/foundation/window/window_manager/window_scene/common/include/ |
D | window_session_property.h | 156 …int32_t parentId_ = INVALID_SESSION_ID; // parentId of sceneSession, which is low 32 bite of paren… 158 int32_t persistentId_ = INVALID_SESSION_ID; 159 int32_t parentPersistentId_ = INVALID_SESSION_ID; 160 uint32_t accessTokenId_ = INVALID_SESSION_ID;
|
/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/include/ |
D | ic_sdk_impl.h | 47 .sessionId = INVALID_SESSION_ID,
|
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/ |
D | kws_sdk_impl.h | 55 .sessionId = INVALID_SESSION_ID,
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
D | client_trans_session_service.c | 88 return INVALID_SESSION_ID; in OpenSessionWithExistSession() 94 return INVALID_SESSION_ID; in OpenSessionWithExistSession() 224 int32_t sessionId = INVALID_SESSION_ID; in OpenSession() 251 return INVALID_SESSION_ID; in OpenSession() 374 return INVALID_SESSION_ID; in OpenAuthSession() 449 return INVALID_SESSION_ID; in OpenSessionSync() 462 int32_t sessionId = INVALID_SESSION_ID; in OpenSessionSync()
|
D | client_trans_session_callback.c | 111 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionOpened() 136 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionOpenFailed() 153 int32_t sessionId = INVALID_SESSION_ID; in TransOnSessionClosed()
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/ |
D | audio_capturer_private.h | 26 constexpr uint32_t INVALID_SESSION_ID = static_cast<uint32_t>(-1); variable 93 uint32_t sessionID_ = INVALID_SESSION_ID;
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
D | softbus_adapter_standard.cpp | 38 constexpr int32_t INVALID_SESSION_ID = -1; variable 453 if (recOperate != KEEP && sessionId != INVALID_SESSION_ID) { in SendData() 478 if (it.second == INVALID_SESSION_ID) { in DoSend() 524 return INVALID_SESSION_ID; in GetSessionId() 572 if (sessionId == INVALID_SESSION_ID) { in IsSameStartedOnPeer() 710 if (sessionId == INVALID_SESSION_ID) { in OnMessageReceived() 735 if (sessionId == INVALID_SESSION_ID) { in OnBytesReceived()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
D | av_trans_constants.h | 29 const int32_t INVALID_SESSION_ID = -1; variable
|
/foundation/communication/dsoftbus/core/common/include/ |
D | softbus_def.h | 42 #define INVALID_SESSION_ID (-1) macro
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
D | trans_session_test.cpp | 282 int32_t sessionId = INVALID_SESSION_ID; 337 int32_t sessionId = INVALID_SESSION_ID;
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
D | audio_renderer_private.h | 26 constexpr uint32_t INVALID_SESSION_ID = static_cast<uint32_t>(-1); variable 134 uint32_t sessionID_ = INVALID_SESSION_ID;
|
/foundation/window/window_manager/window_scene/intention_event/src/ |
D | intention_event_manager.cpp | 149 if (focusedSessionId == INVALID_SESSION_ID) { in OnInputEvent()
|
/foundation/ai/ai_engine/test/function/async_process/ |
D | async_process_function_test.cpp | 86 .sessionId = INVALID_SESSION_ID, in PreBuildInfo()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
D | session.cpp | 39 std::atomic<int32_t> g_persistentId = INVALID_SESSION_ID; 53 return INVALID_SESSION_ID; in GetParentPersistentId() 1191 if (sessionInfo.persistentId_ != INVALID_SESSION_ID) { in GeneratePersistentId() 1197 if (g_persistentId == INVALID_SESSION_ID) { in GeneratePersistentId()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
D | scene_session_manager.h | 273 int32_t focusedSessionId_ = INVALID_SESSION_ID; 274 int32_t brightnessSessionId_ = INVALID_SESSION_ID;
|
/foundation/ai/ai_engine/test/function/share_memory/ |
D | share_memory_test.cpp | 113 .sessionId = INVALID_SESSION_ID, in SetUp()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
D | scene_session.h | 176 int32_t brokerPersistentId_ = INVALID_SESSION_ID;
|
/foundation/ai/ai_engine/test/function/set_get_option/ |
D | option_function_test.cpp | 89 .sessionId = INVALID_SESSION_ID, in GetClientInfo()
|