Home
last modified time | relevance | path

Searched refs:LnnDeviceNameHandler (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dauth_channel_mock.h29 virtual int32_t LnnInitGetDeviceName(LnnDeviceNameHandler handler) = 0;
37 MOCK_METHOD1(LnnInitGetDeviceName, int32_t (LnnDeviceNameHandler));
39 static int32_t ActionOfLnnInitGetDeviceName(LnnDeviceNameHandler handler);
40 static inline LnnDeviceNameHandler g_deviceNameHandler;
H A Dauth_channel_mock.cpp43 int32_t LnnInitGetDeviceName(LnnDeviceNameHandler handler) in LnnInitGetDeviceName()
53 int32_t AuthChannelInterfaceMock::ActionOfLnnInitGetDeviceName(LnnDeviceNameHandler handler) in ActionOfLnnInitGetDeviceName()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/include/
H A Dlnn_settingdata_event_monitor.h30 typedef void (*LnnDeviceNameHandler)(DeviceNameType type, const char *deviceName); typedef
37 int32_t LnnInitGetDeviceName(LnnDeviceNameHandler handler);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h59 virtual int32_t LnnInitGetDeviceName(LnnDeviceNameHandler handler) = 0;
113 MOCK_METHOD1(LnnInitGetDeviceName, int32_t (LnnDeviceNameHandler));
146 static int32_t ActionOfLnnInitGetDeviceName(LnnDeviceNameHandler handler);
149 static inline LnnDeviceNameHandler g_deviceNameHandler;
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp101 int32_t LnnInitGetDeviceName(LnnDeviceNameHandler handler) in LnnInitGetDeviceName()
272 int32_t LnnServicetInterfaceMock::ActionOfLnnInitGetDeviceName(LnnDeviceNameHandler handler) in ActionOfLnnInitGetDeviceName()
H A Dlnn_devicename_info_test.cpp85 LnnDeviceNameHandler HandlerGetDeviceName = LnnServicetInterfaceMock::g_deviceNameHandler;
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_settingdata_event_monitor_virtual.cpp26 int32_t LnnInitGetDeviceName(LnnDeviceNameHandler handler) in LnnInitGetDeviceName()
H A Dlnn_settingdata_event_monitor.cpp36 static LnnDeviceNameHandler g_eventHandler = nullptr;
205 int32_t LnnInitGetDeviceName(LnnDeviceNameHandler handler) in LnnInitGetDeviceName()