Home
last modified time | relevance | path

Searched refs:SHORT_ADDRESS_MAX_LEN (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h222 #define SHORT_ADDRESS_MAX_LEN 20 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h210 char addr[SHORT_ADDRESS_MAX_LEN];
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h62 char nodeAddr[SHORT_ADDRESS_MAX_LEN];
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h137 char nodeAddress[SHORT_ADDRESS_MAX_LEN];
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp271 SHORT_ADDRESS_MAX_LEN
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c476 return SHORT_ADDRESS_MAX_LEN; in LnnGetNodeKeyInfoLen()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c829 !GetJsonObjectStringItem(json, JSON_KEY_NODE_ADDR, addr->nodeAddr, SHORT_ADDRESS_MAX_LEN) || in LnnUnpackNodeAddr()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1789 {STRING_KEY_NODE_ADDR, SHORT_ADDRESS_MAX_LEN, LlGetNodeAddr, LlUpdateNodeAddr},