Home
last modified time | relevance | path

Searched refs:ActionOfStartBaseClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h187 …static int32_t ActionOfStartBaseClient(ListenerModule module, const SoftbusBaseListener *listener);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp118 int32_t LaneDepsInterfaceMock::ActionOfStartBaseClient(ListenerModule module, const SoftbusBaseList… in ActionOfStartBaseClient() function in OHOS::LaneDepsInterfaceMock
H A Dlnn_lane_test.cpp124 … EXPECT_CALL(mock, StartBaseClient).WillRepeatedly(LaneDepsInterfaceMock::ActionOfStartBaseClient); in SetUpTestCase()