Home
last modified time | relevance | path

Searched refs:ActiveMetaNode (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_meta_node_sdk_test.cpp71 EXPECT_TRUE(ActiveMetaNode(TEST_PKG_NAME, &configInfo, metaNodeId) == SOFTBUS_OK); in HWTEST_F()
73 EXPECT_TRUE(ActiveMetaNode(TEST_PKG_NAME, &configInfo, metaNodeId) == SOFTBUS_OK); in HWTEST_F()
105 EXPECT_TRUE(ActiveMetaNode(TEST_PKG_NAME, &configInfo, metaNodeId) == SOFTBUS_OK); in HWTEST_F()
107 EXPECT_TRUE(ActiveMetaNode(TEST_PKG_NAME, &configInfo, metaNodeId) != SOFTBUS_OK); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/activemetanode_fuzzer/
H A Dactivemetanode_fuzzer.cpp55 int32_t ret = ActiveMetaNode(reinterpret_cast<const char *>(tmp), &meta, metaNodeId); in DoSomethingInterestingWithMyAPI()
/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() function in OHOS::ISoftBusServer
74 COMM_LOGE(COMM_SVC, "ActiveMetaNode ipc default impl"); in ActiveMetaNode()
H A Dsoftbus_server.cpp283 int32_t SoftBusServer::ActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNode() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp1487 COMM_LOGE(COMM_SVC, "ActiveMetaNode read meta node config info failed!"); in ActiveMetaNodeInner()
1491 if (ActiveMetaNode(info, metaNodeId) != SOFTBUS_OK) { in ActiveMetaNodeInner()
1495 COMM_LOGE(COMM_SVC, "ActiveMetaNode write meta node id failed!"); in ActiveMetaNodeInner()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h63 int32_t ActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h66 int32_t ActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) override;
H A Dif_softbus_server.h67 virtual int32_t ActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId);
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h542 * @brief Defines a meta node configuration, see {@link ActiveMetaNode}.
875 int32_t ActiveMetaNode(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId);
882 * @param metaNodeId The meta node ID which deactivated, it's obtained by {@link ActiveMetaNode}.
892 * @brief Get all meta node by {@link ActiveMetaNode}.
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp260 int32_t ret = g_serverProxy->ActiveMetaNode(info, metaNodeId); in ServerIpcActiveMetaNode()
262 LNN_LOGE(LNN_EVENT, "ActiveMetaNode failed"); in ServerIpcActiveMetaNode()
H A Dbus_center_server_proxy_standard.cpp856 int32_t BusCenterServerProxy::ActiveMetaNode(const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNode() function in OHOS::BusCenterServerProxy
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c505 int32_t ActiveMetaNode(const char *pkgName, const MetaNodeConfigInfo *info, char *metaNodeId) in ActiveMetaNode() function

Completed in 10 milliseconds