Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h37 } DevInfoData; typedef
53 int32_t UnpackDeviceInfoMessage(const DevInfoData *devInfo, NodeInfo *nodeInfo, bool isMetaAuth,
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp588 DevInfoData devInfo;
591 (void)memset_s(&devInfo, sizeof(DevInfoData), 0, sizeof(DevInfoData));
H A Dauth_test.cpp1893 DevInfoData devInfo = {msg, 0, linkType, version};
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c310 DevInfoData devInfo = {NULL, 0, info->connInfo.type, info->version}; in ProcessDeviceInfoMessage()
H A Dauth_session_json.c2057 int32_t UnpackDeviceInfoMessage(const DevInfoData *devInfo, NodeInfo *nodeInfo, bool isMetaAuth, in UnpackDeviceInfoMessage()