Home
last modified time | relevance | path

Searched refs:NSTACKX_LocalDeviceInfoV2 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h179 } NSTACKX_LocalDeviceInfoV2; typedef
191 DFINDER_EXPORT int32_t NSTACKX_RegisterDeviceV2(const NSTACKX_LocalDeviceInfoV2 *localDeviceInfo);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device_local.h38 int RegisterLocalDeviceV2(const NSTACKX_LocalDeviceInfoV2 *devInfo, int registerType);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c88 static int32_t RegisterDeviceWithType(const NSTACKX_LocalDeviceInfoV2 *localDeviceInfo, int registe…
908 static void DeviceInfoV2Init(NSTACKX_LocalDeviceInfoV2 *v2, in DeviceInfoV2Init()
928 NSTACKX_LocalDeviceInfoV2 v2; in RegisterDeviceWithDeviceHash()
998 const NSTACKX_LocalDeviceInfoV2 *info;
1013 static int32_t RegisterDeviceWithType(const NSTACKX_LocalDeviceInfoV2 *localDeviceInfo, int registe… in RegisterDeviceWithType()
1045 int32_t NSTACKX_RegisterDeviceV2(const NSTACKX_LocalDeviceInfoV2 *localDeviceInfo) in NSTACKX_RegisterDeviceV2()
H A Dnstackx_device_local.c421 static int CopyDeviceInfoV2(const NSTACKX_LocalDeviceInfoV2 *devInfo) in CopyDeviceInfoV2()
456 int RegisterLocalDeviceV2(const NSTACKX_LocalDeviceInfoV2 *devInfo, int registerType) in RegisterLocalDeviceV2()