/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_decision_db_test.cpp | 181 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 293 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 399 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 432 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 448 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 482 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 499 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 517 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 537 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); 557 EXPECT_CALL(decisionDbMock, LnnGetLocalByteInfo(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); [all …]
|
H A D | lnn_decision_db_deps_mock.cpp | 159 int32_t LnnGetLocalByteInfo(InfoKey key, uint8_t *info, uint32_t len) in LnnGetLocalByteInfo() function 161 return GetDecisionDbDepsInterface()->LnnGetLocalByteInfo(key, info, len); in LnnGetLocalByteInfo()
|
H A D | lnn_decision_db_deps_mock.h | 66 virtual int32_t LnnGetLocalByteInfo(InfoKey key, uint8_t *info, uint32_t len); 106 MOCK_METHOD3(LnnGetLocalByteInfo, int32_t (InfoKey, uint8_t *, uint32_t));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
H A D | bus_center_mock.cpp | 32 int32_t LnnGetLocalByteInfo(InfoKey key, uint8_t *info, uint32_t len) in LnnGetLocalByteInfo() function 34 return BusCenterMock::GetMock()->LnnGetLocalByteInfo(key, info, len); in LnnGetLocalByteInfo() 116 …EXPECT_CALL(*this, LnnGetLocalByteInfo).WillRepeatedly(BusCenterMock::ActionOfLnnGetLocalByteInfo); in SetupSuccessStub()
|
H A D | bus_center_mock.h | 31 virtual int32_t LnnGetLocalByteInfo(InfoKey key, uint8_t *info, uint32_t len) = 0; 52 … MOCK_METHOD(int32_t, LnnGetLocalByteInfo, (InfoKey key, uint8_t *info, uint32_t len), (override));
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | lnn_ohos_account.cpp | 98 …if (LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, localAccountHash, SHA_256_HASH_LEN) != SOFTBUS_OK) { in LnnUpdateOhosAccount() 156 …if (LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, localAccountHash, SHA_256_HASH_LEN) != SOFTBUS_OK) { in LnnIsDefaultOhosAccount()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 338 return LnnGetLocalByteInfo(BYTE_KEY_IRK, info, infoLen); in LnnGetPrivateNodeKeyInfoLocal() 340 return LnnGetLocalByteInfo(BYTE_KEY_BROADCAST_CIPHER_KEY, info, infoLen); in LnnGetPrivateNodeKeyInfoLocal() 342 return LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, info, infoLen); in LnnGetPrivateNodeKeyInfoLocal() 344 return LnnGetLocalByteInfo(BYTE_KEY_REMOTE_PTK, info, infoLen); in LnnGetPrivateNodeKeyInfoLocal()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_ledger_mock.h | 86 virtual int32_t LnnGetLocalByteInfo(InfoKey key, uint8_t *info, uint32_t len) = 0; 171 MOCK_METHOD3(LnnGetLocalByteInfo, int32_t(InfoKey key, uint8_t *info, uint32_t len));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/ |
H A D | bus_center_manager.h | 71 int32_t LnnGetLocalByteInfo(InfoKey key, uint8_t *info, uint32_t len);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_interface.c | 422 if (LnnGetLocalByteInfo(BYTE_KEY_UDID_HASH, localUdidHash, UDID_HASH_LEN) != SOFTBUS_OK) { in FillAuthSessionInfo() 656 …if (LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, localAccountHash, SHA_256_HASH_LEN) != SOFTBUS_OK) { in AuthIsPotentialTrusted() 681 …if (LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, localAccountHash, SHA_256_HASH_LEN) != SOFTBUS_OK) { in IsSameAccountDevice()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_ledger_mock.cpp | 486 int32_t LnnGetLocalByteInfo(InfoKey key, uint8_t *info, uint32_t len) in LnnGetLocalByteInfo() function 488 return GetNetLedgerInterface()->LnnGetLocalByteInfo(key, info, len); in LnnGetLocalByteInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/ |
H A D | lnn_decision_db.c | 279 if (LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, accountHash, SHA_256_HASH_LEN) != SOFTBUS_OK) { in BuildTrustedDevInfoRecord() 554 if (LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, accountHash, SHA_256_HASH_LEN) != SOFTBUS_OK) { in GetLocalAccountHexHash()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 275 …if (LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, localAccountHash, SHA_256_HASH_LEN) != SOFTBUS_OK) { in LnnGetShortAccountHash()
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble_utils.c | 147 int32_t ret = LnnGetLocalByteInfo(BYTE_KEY_ACCOUNT_HASH, account, SHA_256_HASH_LEN); in DiscBleGetShortUserIdHash()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 2145 int32_t LnnGetLocalByteInfo(InfoKey key, uint8_t *info, uint32_t len) in LnnGetLocalByteInfo() function
|