/foundation/ai/ai_engine/services/client/communication_adapter/include/ |
H A D | sa_client_proxy.h | 37 IClientProxy *GetRemoteIUnknown(void); 47 int InitSaEngine(IClientProxy &proxy, const ConfigInfo &configInfo, ClientInfo &clientInfo); 59 int LoadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, 72 int SyncExecAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, 84 int AsyncExecuteAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, 96 int UnloadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, 106 int DestroyEngineProxy(IClientProxy &proxy, const ClientInfo &clientInfo); 125 int SetOptionProxy(IClientProxy &proxy, const ClientInfo &clientInfo, int optionType, const DataInfo &inputInfo); 137 int GetOptionProxy(IClientProxy &proxy, const ClientInfo &clientInfo, int optionType, 147 int RegisterCallbackProxy(IClientProxy [all...] |
/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)
79 typedef struct IClientProxy IClientProxy;
typedef 86 * from {@code IClientProxy} and implement serialization.
91 struct IClientProxy {
struct 114 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify);
127 * This function is used when {@link IClientProxy} cannot meet your requirements for calling IPCs. \n
|
/foundation/multimedia/camera_lite/frameworks/ |
H A D | camera_client.h | 26 IClientProxy *GetIClientProxy();
30 IClientProxy *proxy_ = nullptr;
|
H A D | camera_client.cpp | 56 IClientProxy *CameraClient::GetIClientProxy()
in GetIClientProxy()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/lite/ |
H A D | ipc_client_server_proxy.h | 37 IClientProxy *GetServerProxy(void); 42 IClientProxy *serviceProxy_ { nullptr };
|
/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_wms_client.h | 33 IClientProxy* GetClientProxy() in GetClientProxy() 41 IClientProxy* proxy_;
|
H A D | lite_win_requestor.h | 46 IClientProxy* proxy_;
|
H A D | lite_wm_requestor.h | 53 IClientProxy* proxy_;
|
/foundation/ai/ai_engine/services/client/communication_adapter/source/ |
H A D | sa_client_proxy.cpp | 123 IClientProxy *GetRemoteIUnknown(void) in GetRemoteIUnknown() 131 IClientProxy *proxy = nullptr; in GetRemoteIUnknown() 136 int InitSaEngine(IClientProxy &proxy, const ConfigInfo &configInfo, ClientInfo &clientInfo) in InitSaEngine() 159 int DestroyEngineProxy(IClientProxy &proxy, const ClientInfo &clientInfo) in DestroyEngineProxy() 190 int SyncExecAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, in SyncExecAlgorithmProxy() 224 int AsyncExecuteAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, in AsyncExecuteAlgorithmProxy() 245 int LoadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, in LoadAlgorithmProxy() 276 int UnloadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, in UnloadAlgorithmProxy() 298 int SetOptionProxy(IClientProxy &proxy, const ClientInfo &clientInfo, int optionType, const DataInfo &inputInfo) in SetOptionProxy() 319 int GetOptionProxy(IClientProxy [all...] |
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | softbus_server_proxy.c | 30 static IClientProxy *g_serverProxy = NULL; 31 static IClientProxy *g_oldServerProxy = NULL; 40 static IClientProxy *GetServerProxy(void) in GetServerProxy() 42 IClientProxy *clientProxy = NULL; in GetServerProxy()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/include/ |
H A D | ability_tool.h | 39 bool TerminateApp(IClientProxy *proxy) const; 40 bool Dump(IClientProxy *proxy);
|
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/ |
H A D | ability_test_helper.h | 50 static IClientProxy *GetAbilityInnerFeature(); 56 static IClientProxy *proxy_;
|
H A D | ability_test_helper.cpp | 42 IClientProxy *AbilityTestHelper::proxy_ = nullptr; 197 IClientProxy *AbilityTestHelper::GetAbilityInnerFeature() in GetAbilityInnerFeature() 204 IClientProxy *innerProxy = nullptr; in GetAbilityInnerFeature()
|
/foundation/multimedia/audio_lite/frameworks/binder/ |
H A D | audio_capturer_client.h | 54 IClientProxy *GetIClientProxy(); 60 IClientProxy *proxy_ = nullptr;
|
/foundation/communication/ipc/ipc/test/ipc/client/ |
H A D | ipc_test_client.c | 29 static IClientProxy *g_serverProxy = NULL; 146 static IClientProxy *GetServerProxy(void) in GetServerProxy() 148 IClientProxy *clientProxy = NULL; in GetServerProxy()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/ |
H A D | app_spawn_client.h | 32 IClientProxy *spawnClient_ { nullptr };
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/ |
H A D | abilityms_client.h | 43 IClientProxy *amsProxy_ { nullptr };
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | wms_client.cpp | 36 IClientProxy *wmsProxy = nullptr;
in WaitUntilWmsReady()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_client_server_proxy.cpp | 57 IClientProxy *IpcClientServerProxy::GetServerProxy(void) in GetServerProxy() 59 IClientProxy *clientProxy = nullptr; in GetServerProxy()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/ |
H A D | ability_tool.cpp | 106 IClientProxy *innerProxy = nullptr; in RunCommand() 184 bool AbilityTool::TerminateApp(IClientProxy *proxy) const in TerminateApp() 200 bool AbilityTool::Dump(IClientProxy *proxy) in Dump()
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client.c | 41 INHERIT_IUNKNOWNENTRY(IClientProxy);
53 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify);
96 IClientProxy *proxy = NULL;
in SAMGR_GetRemoteIdentity() 165 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify)
in ProxyInvoke()
|
H A D | default_client_adapter.h | 52 INHERIT_IUNKNOWNENTRY(IClientProxy);
|
/foundation/window/window_manager_lite/interfaces/innerkits/ |
H A D | input_event_listener_proxy.h | 75 IClientProxy* proxy_;
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_daemon_client.h | 53 IClientProxy *bdsClient_ { nullptr };
|
/foundation/multimedia/camera_lite/frameworks/binder/include/ |
H A D | camera_service_client.h | 44 IClientProxy* proxy_ = nullptr;
|