Home
last modified time | relevance | path

Searched refs:GetMaxDeviceNum (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h170 uint32_t GetMaxDeviceNum(void);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device.c490 uint32_t GetMaxDeviceNum(void) in GetMaxDeviceNum() function
H A Dnstackx_device_remote.c607 if (g_remoteNodeCount == GetMaxDeviceNum() && CheckAndRemoveAgingNode() != NSTACKX_EOK) { in CheckAndCreateRemoteNode()