Home
last modified time | relevance | path

Searched refs:identitySize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h173 int32_t TransProxyUnpackIdentity(const char *msg, char *identity, uint32_t identitySize, int32_t le…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c892 int32_t TransProxyUnpackIdentity(const char *msg, char *identity, uint32_t identitySize, int32_t le… in TransProxyUnpackIdentity() argument
902 if (!GetJsonObjectStringItem(root, JSON_KEY_IDENTITY, identity, identitySize)) { in TransProxyUnpackIdentity()