Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dbus_center_mock.cpp67 int32_t BusCenterMock::ActionOfLnnGetLocalStrInfo(InfoKey key, char *out, uint32_t outSize) in ActionOfLnnGetLocalStrInfo() function in BusCenterMock
114 … EXPECT_CALL(*this, LnnGetLocalStrInfo).WillRepeatedly(BusCenterMock::ActionOfLnnGetLocalStrInfo); in SetupSuccessStub()
H A Dbus_center_mock.h61 static int32_t ActionOfLnnGetLocalStrInfo(InfoKey key, char *out, uint32_t outSize);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h207 static int32_t ActionOfLnnGetLocalStrInfo(InfoKey key, char *info, uint32_t len);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp163 int32_t LnnNetLedgertInterfaceMock::ActionOfLnnGetLocalStrInfo(InfoKey key, char *info, uint32_t le… in ActionOfLnnGetLocalStrInfo() function in OHOS::LnnNetLedgertInterfaceMock
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_medium_mgr_test.cpp359 …gerMock, LnnGetLocalStrInfo).WillByDefault(LnnNetLedgertInterfaceMock::ActionOfLnnGetLocalStrInfo);