Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c347 int64_t networkIdTimestamp = 0; in GetNetworkIdUpdateTime() local
351 if (LnnGetLocalNum64Info(NUM_KEY_NETWORK_ID_TIMESTAMP, &networkIdTimestamp) != SOFTBUS_OK) { in GetNetworkIdUpdateTime()
355 int64_t diff = networkIdTimestamp + NETWORK_ID_MAX_TTL - nowTime; in GetNetworkIdUpdateTime()
364 ", networkIdTimestamp=%{public}" PRId64, delayTime, nowTime, networkIdTimestamp); in GetNetworkIdUpdateTime()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c154 if (info.networkIdTimestamp != 0) { in ProcessLocalDeviceInfo()
155 LnnUpdateLocalNetworkIdTime(info.networkIdTimestamp); in ProcessLocalDeviceInfo()
156 LNN_LOGD(LNN_LEDGER, "update networkIdTimestamp=%" PRId64, info.networkIdTimestamp); in ProcessLocalDeviceInfo()
H A Dlnn_node_info.c622 anonyNetworkId, anonyUdid, anonyDeviceName, anonyBtMac, deviceInfo->networkIdTimestamp); in LnnDumpNodeInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c382 info->networkIdTimestamp = *((int64_t *)buf); in LocalUpdateNetworkIdTimeStamp()
383 LNN_LOGI(LNN_LEDGER, "local networkId timeStamp=%{public}" PRId64, info->networkIdTimestamp); in LocalUpdateNetworkIdTimeStamp()
939 *((int64_t *)buf) = g_localNetLedger.localInfo.networkIdTimestamp; in LocalGetNetworkIdTimeStamp()
1220 g_localNetLedger.localInfo.networkIdTimestamp = time; in LnnUpdateLocalNetworkIdTime()
1238 g_localNetLedger.localInfo.networkIdTimestamp = (int64_t)SoftBusGetSysTimeMs(); in UpdateLocalNetworkId()
1240 anonyOldNetworkId, anonyNetworkId, g_localNetLedger.localInfo.networkIdTimestamp); in UpdateLocalNetworkId()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h178 int64_t networkIdTimestamp; member