Home
last modified time | relevance | path

Searched refs:DeactiveMetaNodeInner (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/sdk/bus_center/manager/include/
Dclient_bus_center_manager.h45 int32_t DeactiveMetaNodeInner(const char *pkgName, const char *metaNodeId);
/foundation/communication/dsoftbus/core/frame/standard/init/include/
Dsoftbus_server_stub.h70 int32_t DeactiveMetaNodeInner(MessageParcel &data, MessageParcel &reply);
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
Dclient_bus_center.c478 return DeactiveMetaNodeInner(pkgName, metaNodeId); in DeactiveMetaNode()
/foundation/communication/dsoftbus/sdk/
Dlibsoftbus_client_map131 "DeactiveMetaNodeInner";
/foundation/communication/dsoftbus/core/frame/standard/init/src/
Dsoftbus_server_stub.cpp179 memberFuncMap_[SERVER_DEACTIVE_META_NODE] = &SoftBusServerStub::DeactiveMetaNodeInner; in InitMemberFuncMap()
1417 int32_t SoftBusServerStub::DeactiveMetaNodeInner(MessageParcel &data, MessageParcel &reply) in DeactiveMetaNodeInner() function in OHOS::SoftBusServerStub
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
Dclient_bus_center_manager.c960 int32_t DeactiveMetaNodeInner(const char *pkgName, const char *metaNodeId) in DeactiveMetaNodeInner() function