/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/ |
H A D | iproxy_client.h | 65 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify)
67 typedef void *IOwner;
typedef 77 typedef int (*INotify)(IOwner owner, int code, IpcIo *reply);
114 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify);
|
/foundation/communication/ipc/ipc/test/ipc/client/ |
H A D | ipc_test_client.c | 51 static int ServerAddCallback(IOwner owner, int code, IpcIo *reply) in ServerAddCallback() 85 static int ServerMultiCallback(IOwner owner, int code, IpcIo *reply) in ServerMultiCallback() 116 static int ServerSubCallback(IOwner owner, int code, IpcIo *reply) in ServerSubCallback()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_daemon_client.h | 47 static int Notify(IOwner owner, int code, IpcIo *reply);
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_manager.cpp | 65 static uint8_t DeserializeInnerAbilityInfo(IOwner owner, IpcIo *reply)
in DeserializeInnerAbilityInfo() 93 static uint8_t DeserializeInnerBundleInfo(IOwner owner, IpcIo *reply)
in DeserializeInnerBundleInfo() 124 static uint8_t DeserializeInnerBundleInfos(IOwner owner, IpcIo *reply)
in DeserializeInnerBundleInfos() 156 static uint8_t DeserializeInnerBundleName(IOwner owner, IpcIo *reply)
in DeserializeInnerBundleName() 196 static uint8_t DeserializeBundleSize(IOwner owner, IpcIo *reply)
in DeserializeBundleSize() 213 static uint8_t DeserializeSystemCapabilities(IOwner owner, IpcIo *reply)
in DeserializeSystemCapabilities() 257 static int Notify(IOwner owner, int code, IpcIo *reply)
in Notify()
|
H A D | bundle_callback.cpp | 38 static int Notify(IOwner owner, int code, IpcIo *reply)
in Notify()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | app_spawn_client.cpp | 30 static int Notify(IOwner owner, int code, IpcIo *reply)
in Notify()
|
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | softbus_server_proxy.c | 33 static int ClientSimpleResultCb(IOwner owner, int code, IpcIo *reply) in ClientSimpleResultCb()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_client_server_proxy.cpp | 48 static int32_t SendCmdResultCb(IOwner owner, int32_t code, IpcIo *reply) in SendCmdResultCb()
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client.c | 53 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify);
165 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify)
in ProxyInvoke()
|
H A D | default_client_rpc.c | 20 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify); 159 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify) in ProxyInvoke()
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
H A D | trans_server_proxy.c | 33 static int ProxyCallback(IOwner owner, int code, IpcIo *reply) in ProxyCallback() 45 static int OpenSessionProxyCallback(IOwner owner, int code, IpcIo *reply) in OpenSessionProxyCallback()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_daemon_client.cpp | 35 int BundleDaemonClient::Notify(IOwner owner, int code, IpcIo *reply) in Notify()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/ |
H A D | command_parser.cpp | 426 static int BmsToolNotify(IOwner owner, int code, IpcIo *reply) in BmsToolNotify()
|