Home
last modified time | relevance | path

Searched refs:BYTE_KEY_IRK (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c337 case BYTE_KEY_IRK: in LnnGetPrivateNodeKeyInfoLocal()
338 return LnnGetLocalByteInfo(BYTE_KEY_IRK, info, infoLen); in LnnGetPrivateNodeKeyInfoLocal()
358 case BYTE_KEY_IRK: in LnnGetPrivateNodeKeyInfoRemote()
359 return LnnGetRemoteByteInfo(networkId, BYTE_KEY_IRK, info, infoLen); in LnnGetPrivateNodeKeyInfoRemote()
646 if (LnnGetPrivateNodeKeyInfo(nodeInfo->networkId, BYTE_KEY_IRK, in SoftbusDumpPrintIrk()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h91 BYTE_KEY_IRK, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp209 int32_t ret = LnnGetRemoteByteInfo(nullptr, BYTE_KEY_IRK, irk, LFINDER_IRK_LEN);
211 ret = LnnGetRemoteByteInfo(NODE1_NETWORK_ID, BYTE_KEY_IRK, nullptr, LFINDER_IRK_LEN);
213 ret = LnnGetRemoteByteInfo(NODE1_NETWORK_ID, BYTE_KEY_IRK, irk, LFINDER_IRK_LEN);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c774 LnnSetLocalByteInfo(BYTE_KEY_IRK, irk, LFINDER_IRK_LEN); in ConifgLocalLedger()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c796 {BYTE_KEY_IRK, DlGetDeviceIrk},
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1820 {BYTE_KEY_IRK, LFINDER_IRK_LEN, LlGetIrk, UpdateLocalIrk},