Home
last modified time | relevance | path

Searched refs:DeactiveMetaNode (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_meta_node_sdk_test.cpp69 EXPECT_TRUE(DeactiveMetaNode(TEST_PKG_NAME, metaNodeId) != SOFTBUS_OK);
80 EXPECT_TRUE(DeactiveMetaNode(TEST_PKG_NAME, metaNodeId) == SOFTBUS_OK);
114 EXPECT_TRUE(DeactiveMetaNode(TEST_PKG_NAME, infos[i].metaNodeId) == SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/deactivemetanode_fuzzer/
H A Ddeactivemetanode_fuzzer.cpp43 DeactiveMetaNode(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp)); in DeactiveMetaNodeTest()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/activemetanode_fuzzer/
H A Dactivemetanode_fuzzer.cpp57 DeactiveMetaNode(reinterpret_cast<const char *>(tmp), metaNodeId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dif_softbus_server.cpp78 int32_t ISoftBusServer::DeactiveMetaNode(const char *metaNodeId) in DeactiveMetaNode() function in OHOS::ISoftBusServer
H A Dsoftbus_server.cpp288 int32_t SoftBusServer::DeactiveMetaNode(const char *metaNodeId) in DeactiveMetaNode() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp1503 if (DeactiveMetaNode(metaNodeId) != SOFTBUS_OK) { in DeactiveMetaNodeInner()
/ohos5.0/foundation/communication/dsoftbus/sdk/
H A Dlibsoftbus_client_map24 "DeactiveMetaNode";
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dif_softbus_server.h68 virtual int32_t DeactiveMetaNode(const char *metaNodeId);
H A Dsoftbus_server.h67 int32_t DeactiveMetaNode(const char *metaNodeId) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h64 int32_t DeactiveMetaNode(const char *metaNodeId) override;
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h876 int32_t DeactiveMetaNode(const char *pkgName, const char *metaNodeId);
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp271 int32_t ret = g_serverProxy->DeactiveMetaNode(metaNodeId); in ServerIpcDeactiveMetaNode()
H A Dbus_center_server_proxy_standard.cpp856 int32_t BusCenterServerProxy::DeactiveMetaNode(const char *metaNodeId) in DeactiveMetaNode() function in OHOS::BusCenterServerProxy
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c514 int32_t DeactiveMetaNode(const char *pkgName, const char *metaNodeId) in DeactiveMetaNode() function