MCPcopy Index your code
hub / github.com/devyok/IPCServiceManager

github.com/devyok/IPCServiceManager @0.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.0.1 ↗ · + Follow
132 symbols 299 edges 26 files 19 documented · 14%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

IPCServiceManager

Android进程间通信框架

设计

设计相关大图均在代码根目录下, 更多请参考源码分析

各组件依赖关系,见下图:

包依赖,见下图:

lib-core类图,见下图:

lib-exception类图,见下图:

各模块调用时序,见下图:

初始化(ServiceManager#init),见下图:

获取服务(ServiceManager#getService),见下图:

添加服务(ServiceManager#addService),见下图:

插件执行流程

如何集成使用

License

ServiceManager is released under the Apache 2.0 license.

Copyright (C) 2017 DengWei.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Extension points exported contracts — how you extend this code

ClassInfo (Interface)
(no doc)
ipc-libcore/src/main/java/com/devyok/ipc/IPCConfig.java

Core symbols most depended-on inside this repo

info
called by 39
ipc-libcore/src/main/java/com/devyok/ipc/utils/LogControler.java
getBinder
called by 8
ipc-libcore/src/main/java/com/devyok/ipc/BinderProxy.java
linkToDeath
called by 5
ipc-libcore/src/main/java/com/devyok/ipc/BinderProxy.java
asBinder
called by 4
ipc-libcore/src/main/java/com/devyok/ipc/ServiceCallback.java
getService
called by 4
ipc-libcore/src/main/java/com/devyok/ipc/ServiceManager.java
getServiceManager
called by 4
ipc-libcore/src/main/java/com/devyok/ipc/ServiceManager.java
getCurrentProcessName
called by 4
ipc-libcore/src/main/java/com/devyok/ipc/IPC.java
query
called by 4
ipc-libcore/src/main/java/com/devyok/ipc/BinderQuerier.java

Shape

Method 103
Class 28
Interface 1

Languages

Java100%

Modules by API surface

ipc-libcore/src/main/java/com/devyok/ipc/ServiceManager.java16 symbols
ipc-libcore/src/main/java/com/devyok/ipc/BinderProxy.java14 symbols
ipc-libcore/src/main/java/com/devyok/ipc/ServiceManagerServer.java12 symbols
ipc-libcore/src/main/java/com/devyok/ipc/IPCService.java9 symbols
ipc-libcore/src/main/java/com/devyok/ipc/BinderParcel.java7 symbols
ipc-sample/app/src/main/java/com/devyok/ipc/sample/MainActivity.java6 symbols
ipc-libcore/src/main/java/com/devyok/ipc/utils/LogControler.java6 symbols
ipc-libcore/src/main/java/com/devyok/ipc/IPC.java6 symbols
ipc-sample/app/src/main/java/com/devyok/ipc/sample/client/IPCService2.java4 symbols
ipc-sample/app/src/main/java/com/devyok/ipc/sample/client/IPCService1.java4 symbols
ipc-sample/app/src/main/java/com/devyok/ipc/sample/client/AndroidService3.java4 symbols
ipc-sample/app/src/main/java/com/devyok/ipc/sample/client/AndroidService2.java4 symbols

For agents

$ claude mcp add IPCServiceManager \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact