Home
last modified time | relevance | path

Searched refs:BYTE_KEY_END (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h98 BYTE_KEY_END, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dnet_ledger_test.cpp257 ret = LnnGetRemoteNum16Info(NODE1_UDID, BYTE_KEY_END, &info1);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1872 (key < BYTE_KEY_BEGIN || key >= BYTE_KEY_END)) { in LnnGetLocalInfo()
1985 (key < BYTE_KEY_BEGIN || key >= BYTE_KEY_END)) { in LnnSetLocalInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp710 InfoKey key = BYTE_KEY_END;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1349 if (key < BYTE_KEY_BEGIN || key >= BYTE_KEY_END) { in LnnGetRemoteByteInfo()