Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dnet_ledger_test.cpp156 EXPECT_TRUE(LnnGetRemoteNumInfo(networkId, NUM_KEY_END, &info) == SOFTBUS_INVALID_PARAM);
157 EXPECT_TRUE(LnnGetRemoteNumInfo(networkId, NUM_KEY_END, nullptr) == SOFTBUS_INVALID_PARAM);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h84 NUM_KEY_END, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1176 if (key < NUM_KEY_BEGIN || key >= NUM_KEY_END) { in LnnGetRemoteNumInfo()
1210 if (key < NUM_KEY_BEGIN || key >= NUM_KEY_END) { in LnnGetRemoteNumU32Info()
1243 if (key < NUM_KEY_BEGIN || key >= NUM_KEY_END) { in LnnGetRemoteNumU64Info()
1276 if (key < NUM_KEY_BEGIN || key >= NUM_KEY_END) { in LnnGetRemoteNum16Info()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1871 if ((key < NUM_KEY_BEGIN || key >= NUM_KEY_END) && in LnnGetLocalInfo()
1984 if ((key < NUM_KEY_BEGIN || key >= NUM_KEY_END) && in LnnSetLocalInfo()