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 D | lnn_net_ledger.c | 337 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 D | bus_center_info_key.h | 91 BYTE_KEY_IRK, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_disctributed_net_ledger_test.cpp | 209 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 D | lnn_net_builder.c | 774 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 D | lnn_distributed_net_ledger_manager.c | 796 {BYTE_KEY_IRK, DlGetDeviceIrk},
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 1820 {BYTE_KEY_IRK, LFINDER_IRK_LEN, LlGetIrk, UpdateLocalIrk},
|