Home
last modified time | relevance | path

Searched refs:IClientProxy (Results 1 - 25 of 43) sorted by relevance

12

/foundation/ai/ai_engine/services/client/communication_adapter/include/
H A Dsa_client_proxy.h37 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 Diproxy_client.h65 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 Dcamera_client.h26 IClientProxy *GetIClientProxy();
30 IClientProxy *proxy_ = nullptr;
H A Dcamera_client.cpp56 IClientProxy *CameraClient::GetIClientProxy() in GetIClientProxy()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/lite/
H A Dipc_client_server_proxy.h37 IClientProxy *GetServerProxy(void);
42 IClientProxy *serviceProxy_ { nullptr };
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wms_client.h33 IClientProxy* GetClientProxy() in GetClientProxy()
41 IClientProxy* proxy_;
H A Dlite_win_requestor.h46 IClientProxy* proxy_;
H A Dlite_wm_requestor.h53 IClientProxy* proxy_;
/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_proxy.cpp123 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 Dsoftbus_server_proxy.c30 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 Dability_tool.h39 bool TerminateApp(IClientProxy *proxy) const;
40 bool Dump(IClientProxy *proxy);
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H A Dability_test_helper.h50 static IClientProxy *GetAbilityInnerFeature();
56 static IClientProxy *proxy_;
H A Dability_test_helper.cpp42 IClientProxy *AbilityTestHelper::proxy_ = nullptr;
197 IClientProxy *AbilityTestHelper::GetAbilityInnerFeature() in GetAbilityInnerFeature()
204 IClientProxy *innerProxy = nullptr; in GetAbilityInnerFeature()
/foundation/multimedia/audio_lite/frameworks/binder/
H A Daudio_capturer_client.h54 IClientProxy *GetIClientProxy();
60 IClientProxy *proxy_ = nullptr;
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c29 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 Dapp_spawn_client.h32 IClientProxy *spawnClient_ { nullptr };
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/
H A Dabilityms_client.h43 IClientProxy *amsProxy_ { nullptr };
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dwms_client.cpp36 IClientProxy *wmsProxy = nullptr; in WaitUntilWmsReady()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_server_proxy.cpp57 IClientProxy *IpcClientServerProxy::GetServerProxy(void) in GetServerProxy()
59 IClientProxy *clientProxy = nullptr; in GetServerProxy()
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dability_tool.cpp106 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 Ddefault_client.c41 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 Ddefault_client_adapter.h52 INHERIT_IUNKNOWNENTRY(IClientProxy);
/foundation/window/window_manager_lite/interfaces/innerkits/
H A Dinput_event_listener_proxy.h75 IClientProxy* proxy_;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h53 IClientProxy *bdsClient_ { nullptr };
/foundation/multimedia/camera_lite/frameworks/binder/include/
H A Dcamera_service_client.h44 IClientProxy* proxy_ = nullptr;

Completed in 8 milliseconds

12