Searched refs:DevInfoData (Results 1 - 5 of 5) sorted by relevance
/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,
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 588 DevInfoData devInfo; in HWTEST_F() 591 (void)memset_s(&devInfo, sizeof(DevInfoData), 0, sizeof(DevInfoData)); in HWTEST_F()
|
H A D | auth_test.cpp | 1893 DevInfoData devInfo = {msg, 0, linkType, version}; in HWTEST_F()
|
/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 | 2076 int32_t UnpackDeviceInfoMessage(const DevInfoData *devInfo, NodeInfo *nodeInfo, bool isMetaAuth, in UnpackDeviceInfoMessage()
|
Completed in 9 milliseconds