Home
last modified time | relevance | path

Searched defs:metaNodeId (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_meta_node_ledger_virtual.c31 int32_t LnnActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in LnnActiveMetaNode()
38 int32_t LnnDeactiveMetaNode(const char *metaNodeId) in LnnDeactiveMetaNode()
H A Dlnn_meta_node_ledger.c84 int32_t LnnActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in LnnActiveMetaNode()
134 int32_t LnnDeactiveMetaNode(const char *metaNodeId) in LnnDeactiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_meta_node_sdk_test.cpp63 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; variable
94 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; variable
H A Dbus_center_server_test.cpp119 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; variable
137 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_meta_node_ledger_test.cpp85 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; variable
144 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; variable
170 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; variable
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dif_softbus_server.cpp70 int32_t ISoftBusServer::ActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNode()
78 int32_t ISoftBusServer::DeactiveMetaNode(const char *metaNodeId) in DeactiveMetaNode()
H A Dsoftbus_server.cpp283 int32_t SoftBusServer::ActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNode()
288 int32_t SoftBusServer::DeactiveMetaNode(const char *metaNodeId) in DeactiveMetaNode()
H A Dsoftbus_server_stub.cpp1484 char metaNodeId[NETWORK_ID_BUF_LEN] = { 0 }; in ActiveMetaNodeInner() local
1498 const char *metaNodeId = reinterpret_cast<const char *>(data.ReadCString()); in DeactiveMetaNodeInner() local
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/activemetanode_fuzzer/
H A Dactivemetanode_fuzzer.cpp39 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; in DoSomethingInterestingWithMyAPI() local
/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()
89 int32_t LnnIpcDeactiveMetaNode(const char *metaNodeId) in LnnIpcDeactiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c115 …32_t ServerIpcActiveMetaNode(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId) in ServerIpcActiveMetaNode()
121 int32_t ServerIpcDeactiveMetaNode(const char *pkgName, const char *metaNodeId) in ServerIpcDeactiveMetaNode()
/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()
139 int32_t LnnIpcDeactiveMetaNode(const char *metaNodeId) in LnnIpcDeactiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp250 …32_t ServerIpcActiveMetaNode(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId) in ServerIpcActiveMetaNode()
264 int32_t ServerIpcDeactiveMetaNode(const char *pkgName, const char *metaNodeId) in ServerIpcDeactiveMetaNode()
H A Dbus_center_server_proxy_standard.cpp821 int32_t BusCenterServerProxy::ActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNode()
856 int32_t BusCenterServerProxy::DeactiveMetaNode(const char *metaNodeId) in DeactiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dbus_center_ipc_mock.cpp106 int32_t LnnActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in LnnActiveMetaNode()
111 int32_t LnnDeactiveMetaNode(const char *metaNodeId) in LnnDeactiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c501 int32_t ActiveMetaNode(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNode()
514 int32_t DeactiveMetaNode(const char *pkgName, const char *metaNodeId) in DeactiveMetaNode()
/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()
357 int32_t LnnIpcDeactiveMetaNode(const char *metaNodeId) in LnnIpcDeactiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c562 char metaNodeId[NETWORK_ID_BUF_LEN] = {0}; in ServerActiveMetaNode() local
588 const char *metaNodeId = (const char *)ReadString(req, &size); in ServerDeactiveMetaNode() local
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c641 …32_t ServerIpcActiveMetaNode(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId) in ServerIpcActiveMetaNode()
676 int32_t ServerIpcDeactiveMetaNode(const char *pkgName, const char *metaNodeId) in ServerIpcDeactiveMetaNode()
/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()
417 int32_t LnnIpcDeactiveMetaNode(const char *metaNodeId) in LnnIpcDeactiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c988 int32_t ActiveMetaNodeInner(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNodeInner()
993 int32_t DeactiveMetaNodeInner(const char *pkgName, const char *metaNodeId) in DeactiveMetaNodeInner()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h550 char metaNodeId[NETWORK_ID_BUF_LEN]; /**< The id of meta node */ member
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp1003 char metaNodeId[INPUT_NAME_SIZE_MAX] = ""; in DeactiveMetaNodeFuzzTest() local