Home
last modified time | relevance | path

Searched refs:autoCloseTime (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h116 int32_t autoCloseTime; member
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h173 int32_t autoCloseTime; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c71 info->autoCloseTime = appInfo->autoCloseTime; in GetProxyChannelInfo()
370 appInfo->autoCloseTime = 0; in TransProxyGetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_static_test.cpp797 conn.appInfo.autoCloseTime = 1;
820 EXPECT_EQ(info.autoCloseTime, conn.appInfo.autoCloseTime);
H A Dtrans_tcp_direct_message_append_test.cpp122 conn->appInfo.autoCloseTime = TEST_AUTO_CLOSE_TIME; in TestSetSessionConn()
160 appInfo->autoCloseTime = TEST_AUTO_CLOSE_TIME; in TestSetAppInfo()
H A Dtrans_tcp_direct_p2p_mock_test.cpp118 testConn->appInfo.autoCloseTime = TEST_AUTO_CLOSE_TIME; in TestSetSessionConn()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c119 (void)AddNumberToJsonObject(json, AUTO_CLOSE_TIME, appInfo->autoCloseTime); in JsonObjectPackRequestEx()
286 (void)GetJsonObjectNumberItem(msg, AUTO_CLOSE_TIME, (int32_t *)&appInfo->autoCloseTime); in UnpackRequest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp58 appInfo->autoCloseTime = *(reinterpret_cast<const int32_t *>(data)); in FillAppInfoPart()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c191 channelInfo.autoCloseTime = appInfo->autoCloseTime; in NotifyOpenAuthChannelSuccess()
651 appInfo->autoCloseTime = 0; in GetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c147 info.autoCloseTime = appInfo->autoCloseTime; in NotifyUdpChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c314 appInfo->autoCloseTime = 0; in TransCommonGetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c319 info->autoCloseTime = conn->appInfo.autoCloseTime; in GetChannelInfoFromConn()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c378 appInfo->autoCloseTime = 0; in GetAuthAppInfo()