Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dnet_ledger_test.cpp249 ret = LnnGetRemoteNum16Info(NODE1_UDID, NUM_KEY_META_NODE, &info1);
251 ret = LnnGetRemoteNum16Info(networkId, NUM_KEY_META_NODE, &info1);
253 ret = LnnGetRemoteNum16Info(networkId, NUM_KEY_META_NODE, info2);
255 ret = LnnGetRemoteNum16Info(NODE1_UDID, STRING_KEY_BEGIN, &info1);
257 ret = LnnGetRemoteNum16Info(NODE1_UDID, BYTE_KEY_END, &info1);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h55 int32_t LnnGetRemoteNum16Info(const char *networkId, InfoKey key, int16_t *info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp477 int32_t ret = LnnGetRemoteNum16Info(NODE1_NETWORK_ID, NUM_KEY_DATA_CHANGE_FLAG, &info);
479 ret = LnnGetRemoteNum16Info(NODE2_NETWORK_ID, NUM_KEY_DATA_CHANGE_FLAG, &info);
481 ret = LnnGetRemoteNum16Info(NODE2_NETWORK_ID, NUM_KEY_DATA_CHANGE_FLAG, nullptr);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c293 return LnnGetRemoteNum16Info(networkId, NUM_KEY_DATA_CHANGE_FLAG, (int16_t *)info); in LnnGetNodeKeyInfoRemote()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1265 int32_t LnnGetRemoteNum16Info(const char *networkId, InfoKey key, int16_t *info) in LnnGetRemoteNum16Info() function