Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c909 const NSTACKX_LocalDeviceInfo *localDeviceInfo, bool hasDeviceHash, uint64_t deviceHash) in DeviceInfoV2Init() argument
916 v2->hasDeviceHash = hasDeviceHash; in DeviceInfoV2Init()
921 bool hasDeviceHash, uint64_t deviceHash) in RegisterDeviceWithDeviceHash() argument
929 DeviceInfoV2Init(&v2, localDeviceInfo, hasDeviceHash, deviceHash); in RegisterDeviceWithDeviceHash()
946 …return RegisterDeviceWithType(&v2, hasDeviceHash ? REGISTER_TYPE_UPDATE_SPECIFIED : REGISTER_TYPE_… in RegisterDeviceWithDeviceHash()
H A Dnstackx_device_local.c449 if (devInfo->hasDeviceHash) { in CopyDeviceInfoV2()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h177 bool hasDeviceHash; member