Home
last modified time | relevance | path

Searched refs:isBleP2p (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_data_cloud_sync.h41 bool isBleP2p; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c338 cacheInfo->isBleP2p = true; in DBDataChangeBatchSyncToCacheInternal()
340 cacheInfo->isBleP2p = false; in DBDataChangeBatchSyncToCacheInternal()
776 …cacheInfo->deviceInfo.osVersion, cacheInfo->isBleP2p, anonyMacAddr, cacheInfo->deviceInfo.deviceTy… in PrintSyncNodeInfo()
819 oldInfo->isBleP2p = newInfo->isBleP2p; in UpdateDevBasicInfoToCache()
H A Dlnn_p2p_info.c353 info->isBleP2p = (isSupportBle && isSupportP2p); in LnnInitLocalP2pInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h150 bool isBleP2p; // true: this device support connect p2p via ble connection member
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp124 .isBleP2p = TEST_IS_P2P,
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1369 !JSON_AddBoolToObject(json, BLE_P2P, info->isBleP2p) || in PackCommonEx()
1539 info->isBleP2p = false; in ParseCommonJsonInfo()
1540 (void)JSON_GetBoolFromOject(json, BLE_P2P, &info->isBleP2p); in ParseCommonJsonInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1481 oldInfo->isBleP2p = newInfo->isBleP2p; in UpdateDevBasicInfoToDLedger()