Home
last modified time | relevance | path

Searched refs:TransProxyGetAppInfoType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h72 int32_t TransProxyGetAppInfoType(int16_t myId, const char *identity, AppType *appType);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp299 (void)TransProxyGetAppInfoType(myId, identity, &appType); in TransProxyGetAppInfoTypeTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp1147 int32_t ret = TransProxyGetAppInfoType(myId, identity, &appType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c657 …int32_t ret = TransProxyGetAppInfoType(chanInfo->myId, chanInfo->identity, &chanInfo->appInfo.appT… in TransProxyUnpackHandshakeAckMsg()
H A Dsoftbus_proxychannel_manager.c120 int32_t TransProxyGetAppInfoType(int16_t myId, const char *identity, AppType *appType) in TransProxyGetAppInfoType() function