Home
last modified time | relevance | path

Searched refs:BusCenterMock (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.cpp24 return BusCenterMock::GetMock()->LnnGetLocalStrInfo(key, info, len); in LnnGetLocalStrInfo()
29 return BusCenterMock::GetMock()->LnnConvertDeviceTypeToId(deviceType, typeId); in LnnConvertDeviceTypeToId()
34 return BusCenterMock::GetMock()->LnnGetLocalByteInfo(key, info, len); in LnnGetLocalByteInfo()
39 return BusCenterMock::GetMock()->LnnIsDefaultOhosAccount(); in LnnIsDefaultOhosAccount()
44 return BusCenterMock::GetMock()->LnnEncryptDataByHuks(keyAlias, inData, outData); in LnnEncryptDataByHuks()
49 return BusCenterMock::GetMock()->LnnDecryptDataByHuks(keyAlias, inData, outData); in LnnDecryptDataByHuks()
54 return BusCenterMock::GetMock()->LnnGenerateRandomByHuks(randomKey, len); in LnnGenerateRandomByHuks()
57 BusCenterMock::BusCenterMock() in BusCenterMock() function in BusCenterMock
62 BusCenterMock::~BusCenterMock() in ~BusCenterMock()
107 bool BusCenterMock::ActionOfLnnIsDefaultOhosAccount() in ActionOfLnnIsDefaultOhosAccount()
[all …]
H A Ddisc_ble_test.cpp207 BusCenterMock busMock;
238 BusCenterMock busMock;
262 BusCenterMock busMock;
283 BusCenterMock busMock;
306 BusCenterMock busMock;
331 BusCenterMock busMock;
355 BusCenterMock busMock;
382 BusCenterMock busMock;
407 BusCenterMock busMock;
429 BusCenterMock busMock;
[all …]
H A Dbus_center_mock.h40 class BusCenterMock : public BusCenterInterface {
42 static BusCenterMock* GetMock() in GetMock()
47 BusCenterMock();
48 ~BusCenterMock();
76 static inline std::atomic<BusCenterMock*> mock = nullptr;
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Ddisc_client_on_device_found_test.cpp76 BusCenterMock() in BusCenterMock() function in __anonca1295280110::BusCenterMock
84 ~BusCenterMock() in ~BusCenterMock()
99 static BusCenterMock *GetMock() in GetMock()
173 NiceMock<BusCenterMock> mock;
194 NiceMock<BusCenterMock> mock;
218 NiceMock<BusCenterMock> mock;
236 NiceMock<BusCenterMock> mock;
258 NiceMock<BusCenterMock> mock;
294 NiceMock<BusCenterMock> mock;
316 NiceMock<BusCenterMock> mock;
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/disc_mgr/
H A Dlnn_discovery_interface_test.cpp89 BusCenterMock busCenterMock;