Home
last modified time | relevance | path

Searched refs:BYTE_KEY_BEGIN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h89 BYTE_KEY_BEGIN, enumerator
90 BYTE_KEY_ACCOUNT_HASH = BYTE_KEY_BEGIN,
/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.cpp719 key = BYTE_KEY_BEGIN;
/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()