Home
last modified time | relevance | path

Searched refs:LnnIpcActiveMetaNode (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/
H A Dsoftbus_server_stub_test_mock.cpp85 int32_t LnnIpcActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in LnnIpcActiveMetaNode() function
87 return GetSoftbusServerStubTestInterface()->LnnIpcActiveMetaNode(info, metaNodeId); in LnnIpcActiveMetaNode()
H A Dsoftbus_server_stub_test_mock.h50 virtual int32_t LnnIpcActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) = 0;
74 MOCK_METHOD2(LnnIpcActiveMetaNode, int32_t (const MetaNodeConfigInfo *info, char *metaNodeId));
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c118 return LnnIpcActiveMetaNode(info, metaNodeId); in ServerIpcActiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/include/
H A Dlnn_bus_center_ipc.h48 int32_t LnnIpcActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c134 int32_t LnnIpcActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in LnnIpcActiveMetaNode() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c352 int32_t LnnIpcActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in LnnIpcActiveMetaNode() function
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp285 return LnnIpcActiveMetaNode(info, metaNodeId); in ActiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp412 int32_t LnnIpcActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in LnnIpcActiveMetaNode() function
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c563 ret = LnnIpcActiveMetaNode(info, metaNodeId); in ServerActiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp1590 EXPECT_CALL(softbusServerStubMock, LnnIpcActiveMetaNode).WillRepeatedly(
1597 EXPECT_CALL(softbusServerStubMock, LnnIpcActiveMetaNode).WillRepeatedly(Return(SOFTBUS_OK));