Searched refs:DevInfoData (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_session_message.h | 37 } DevInfoData; typedef 53 int32_t UnpackDeviceInfoMessage(const DevInfoData *devInfo, NodeInfo *nodeInfo, bool isMetaAuth,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 588 DevInfoData devInfo; 591 (void)memset_s(&devInfo, sizeof(DevInfoData), 0, sizeof(DevInfoData));
|
H A D | auth_test.cpp | 1893 DevInfoData devInfo = {msg, 0, linkType, version};
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_message.c | 310 DevInfoData devInfo = {NULL, 0, info->connInfo.type, info->version}; in ProcessDeviceInfoMessage()
|
H A D | auth_session_json.c | 2057 int32_t UnpackDeviceInfoMessage(const DevInfoData *devInfo, NodeInfo *nodeInfo, bool isMetaAuth, in UnpackDeviceInfoMessage()
|