Searched refs:hasDeviceHash (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 908 const NSTACKX_LocalDeviceInfo *localDeviceInfo, bool hasDeviceHash, uint64_t deviceHash) in DeviceInfoV2Init() 914 v2->hasDeviceHash = hasDeviceHash; in DeviceInfoV2Init() 919 bool hasDeviceHash, uint64_t deviceHash) in RegisterDeviceWithDeviceHash() 927 DeviceInfoV2Init(&v2, localDeviceInfo, hasDeviceHash, deviceHash); in RegisterDeviceWithDeviceHash() 944 return RegisterDeviceWithType(&v2, hasDeviceHash ? REGISTER_TYPE_UPDATE_SPECIFIED : REGISTER_TYPE_UPDATE_ALL); in RegisterDeviceWithDeviceHash() 907 DeviceInfoV2Init(NSTACKX_LocalDeviceInfoV2 *v2, const NSTACKX_LocalDeviceInfo *localDeviceInfo, bool hasDeviceHash, uint64_t deviceHash) DeviceInfoV2Init() argument 918 RegisterDeviceWithDeviceHash(const NSTACKX_LocalDeviceInfo *localDeviceInfo, bool hasDeviceHash, uint64_t deviceHash) RegisterDeviceWithDeviceHash() argument
|
H A D | nstackx_device_local.c | 442 if (devInfo->hasDeviceHash) { in CopyDeviceInfoV2()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/ |
H A D | nstackx.h | 173 bool hasDeviceHash; member
|
Completed in 6 milliseconds