Home
last modified time | relevance | path

Searched refs:bleStartTimestamp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c856 localNodeInfo->bleStartTimestamp, info->bleStartTimestamp); in OnlinePreventBrConnection()
857 if (localNodeInfo->bleStartTimestamp < info->bleStartTimestamp) { in OnlinePreventBrConnection()
862 if (localNodeInfo->bleStartTimestamp > info->bleStartTimestamp) { in OnlinePreventBrConnection()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h171 int64_t bleStartTimestamp; member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1397 !JSON_AddInt64ToObject(json, BLE_TIMESTAMP, info->bleStartTimestamp) || in PackCommonEx()
1695 OptInt64(json, BLE_TIMESTAMP, &info->bleStartTimestamp, DEFAULT_BLE_TIMESTAMP); in UnpackBt()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c372 info->bleStartTimestamp = *((int64_t *)buf); in LocalUpdateBleStartTime()
930 *((int64_t *)buf) = g_localNetLedger.localInfo.bleStartTimestamp; in LocalGetNodeBleStartTime()