Home
last modified time | relevance | path

Searched refs:GenSeq (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h145 int64_t GenSeq(bool isServer);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c222 int64_t GenSeq(bool isServer) in GenSeq() function
H A Dauth_session_key.c561 .authSeq = GenSeq(false), in HandleUpdateSessionKeyEvent()
H A Dauth_device.c534 int64_t traceId = GenSeq(false); in VerifyDevice()
H A Dauth_interface.c430 keyInfo->keyIndex = GenSeq(keyInfo->isServerSide); in FillAuthSessionInfo()
H A Dauth_connection.c575 .seq = GenSeq(!toServer), in PostCommData()
H A Dauth_manager.c741 authSeq = isConnect ? authSeq : GenSeq(info->isServer); in AuthManagerSetSessionKey()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1695 .authSeq = GenSeq(false),
1909 int32_t ret = PostDeviceIdMessage(GenSeq(false), info);
1911 ret = PostDeviceIdMessage(GenSeq(false), &infoValue);