Searched refs:DeactiveMetaNodeInner (Results 1 – 7 of 7) sorted by relevance
55 int32_t DeactiveMetaNodeInner(const char *pkgName, const char *metaNodeId);
70 int32_t DeactiveMetaNodeInner(MessageParcel &data, MessageParcel &reply);
524 return DeactiveMetaNodeInner(pkgName, metaNodeId); in DeactiveMetaNode()
1601 ret = softBusServer->DeactiveMetaNodeInner(datas, reply);1608 ret = softBusServer->DeactiveMetaNodeInner(datas, reply);1613 ret = softBusServer->DeactiveMetaNodeInner(datas, reply);
169 memberFuncMap_[SERVER_DEACTIVE_META_NODE] = &SoftBusServerStub::DeactiveMetaNodeInner; in InitMemberFuncMap()1495 int32_t SoftBusServerStub::DeactiveMetaNodeInner(MessageParcel &data, MessageParcel &reply) in DeactiveMetaNodeInner() function in OHOS::SoftBusServerStub
993 int32_t DeactiveMetaNodeInner(const char *pkgName, const char *metaNodeId) in DeactiveMetaNodeInner() function
1016 SoftBusServer->DeactiveMetaNodeInner(datas, reply); in DeactiveMetaNodeFuzzTest()