Searched refs:TransProxyGetAppInfoType (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_manager.h | 72 int32_t TransProxyGetAppInfoType(int16_t myId, const char *identity, AppType *appType);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/ |
H A D | softbusproxychannelmanager_fuzzer.cpp | 299 (void)TransProxyGetAppInfoType(myId, identity, &appType); in TransProxyGetAppInfoTypeTest()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_manager_test.cpp | 1147 int32_t ret = TransProxyGetAppInfoType(myId, identity, &appType);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_message.c | 657 …int32_t ret = TransProxyGetAppInfoType(chanInfo->myId, chanInfo->identity, &chanInfo->appInfo.appT… in TransProxyUnpackHandshakeAckMsg()
|
H A D | softbus_proxychannel_manager.c | 120 int32_t TransProxyGetAppInfoType(int16_t myId, const char *identity, AppType *appType) in TransProxyGetAppInfoType() function
|