Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_data_cloud_sync.h44 int64_t wifiVersion; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c163 cacheInfo->wifiVersion = atoll(value); in DBNumInfoSyncToCache()
773 …cacheInfo->wifiVersion, cacheInfo->bleVersion, AnonymizeWrapper(anonyAccountId), cacheInfo->suppor… in PrintSyncNodeInfo()
821 oldInfo->wifiVersion = newInfo->wifiVersion; in UpdateDevBasicInfoToCache()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h167 int64_t wifiVersion; member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1387 !JSON_AddInt64ToObject(json, WIFI_VERSION, info->wifiVersion) || in PackCommonEx()
1521 OptInt64(json, WIFI_VERSION, &info->wifiVersion, 0); in ParseCommonJsonInfo()
1810 !JSON_AddInt64ToObject(json, WIFI_VERSION, info->wifiVersion) || in PackDeviceInfoBtV1()
1843 OptInt64(json, WIFI_VERSION, &info->wifiVersion, 0); in UnpackDeviceInfoBtV1()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1483 oldInfo->wifiVersion = newInfo->wifiVersion; in UpdateDevBasicInfoToDLedger()