Home
last modified time | relevance | path

Searched refs:GetOsTypeByNetworkId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_channel_common.h72 void GetOsTypeByNetworkId(const char *networkId, int32_t *osType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c110 GetOsTypeByNetworkId(info.peerDeviceId, &info.osType); in NotifyNormalChannelOpened()
366 GetOsTypeByNetworkId(peerNetworkId, &osType); in TransProxyGetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c71 GetOsTypeByNetworkId(channel->peerDeviceId, &osType); in TransServerOnChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c186 void GetOsTypeByNetworkId(const char *networkId, int32_t *osType) in GetOsTypeByNetworkId() function
271 GetOsTypeByNetworkId(appInfo->peerNetWorkId, &appInfo->osType); in CopyAppInfoFromSessionParam()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp287 GetOsTypeByNetworkId(TEST_NEW_WORK_ID, &osType);
291 GetOsTypeByNetworkId(TEST_NEW_WORK_ID, &osType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c424 GetOsTypeByNetworkId(info.peerDeviceId, &info.osType); in NotifyChannelOpened()