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 D | lnn_data_cloud_sync.h | 44 int64_t wifiVersion; member
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_data_cloud_sync.c | 163 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 D | lnn_node_info.h | 167 int64_t wifiVersion; member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1387 !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 D | lnn_distributed_net_ledger.c | 1483 oldInfo->wifiVersion = newInfo->wifiVersion; in UpdateDevBasicInfoToDLedger()
|