Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device.c462 (void)strcpy_s(g_interfaceList[IFACE_TYPE_P2P].name, in GlobalInterfaceListInit()
463 sizeof(g_interfaceList[IFACE_TYPE_P2P].name), NSTACKX_P2P_INTERFACE_NAME_PREFIX); in GlobalInterfaceListInit()
464 (void)strcpy_s(g_interfaceList[IFACE_TYPE_P2P].alias, in GlobalInterfaceListInit()
465 sizeof(g_interfaceList[IFACE_TYPE_P2P].alias), NSTACKX_P2P_WLAN_INTERFACE_NAME_PREFIX); in GlobalInterfaceListInit()
H A Dnstackx_device_local.c196 return ifaceType < IFACE_TYPE_P2P; in NeedCreateSynchronously()
718 (serverType == SERVER_TYPE_P2P && ifaceType == IFACE_TYPE_P2P) || in IfaceTypeIsMatch()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h35 IFACE_TYPE_P2P, enumerator