Home
last modified time | relevance | path

Searched refs:MAX_DEVICES_NUM (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p_config.h31 #define MAX_DEVICES_NUM 256 macro
118 WifiP2pDevice clientDevices[MAX_DEVICES_NUM];
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_types.h91 constexpr size_t MAX_DEVICES_NUM = 32; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsubscribe_manager.cpp213 if (devNum > MAX_DEVICES_NUM) { in LocalSubscribeLimitCheck()
266 if (iter == subscribeMap.end() && subscribeMap.size() >= MAX_DEVICES_NUM) { in ReserveSubscribeQuery()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp152 for (int i = 0; i != group->clientDevicesSize && i < MAX_DEVICES_NUM; ++i) { in ConvertGroupInfoCToCpp()
260 for (size_t i = 0; i != vecDevices.size() && i < MAX_DEVICES_NUM; ++i) { in ConvertGroupInfoCppToC()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_kv_syncer.cpp188 if (param.devices.size() > MAX_DEVICES_NUM) { in SyncConditionCheck()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp728 for (size_t i = 0 ; i < MAX_DEVICES_NUM; i++) {