Home
last modified time | relevance | path

Searched defs:deviceHash (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h133 char deviceHash[DEVICE_HASH_LEN]; member
/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()
921 bool hasDeviceHash, uint64_t deviceHash) in RegisterDeviceWithDeviceHash()
988 …t32_t NSTACKX_RegisterDeviceAn(const NSTACKX_LocalDeviceInfo *localDeviceInfo, uint64_t deviceHash) in NSTACKX_RegisterDeviceAn()
H A Dnstackx_device_local.c495 void SetLocalDeviceHash(uint64_t deviceHash) in SetLocalDeviceHash()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h176 uint64_t deviceHash; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp389 void DBCommon::GetDeviceFromName(const std::string &deviceTableName, std::string &deviceHash, std::… in GetDeviceFromName()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp263 std::string deviceHash; in CleanDistributedDeviceTable() local