Home
last modified time | relevance | path

Searched refs:IClientProxy (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/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 &algo…
72 int SyncExecAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &…
84 int AsyncExecuteAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmIn…
96 int UnloadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &al…
106 int DestroyEngineProxy(IClientProxy &proxy, const ClientInfo &clientInfo);
125 int SetOptionProxy(IClientProxy &proxy, const ClientInfo &clientInfo, int optionType, const DataInf…
137 int GetOptionProxy(IClientProxy &proxy, const ClientInfo &clientInfo, int optionType,
147 int RegisterCallbackProxy(IClientProxy &proxy, const ClientInfo &clientInfo, OnRemoteRequest asyncC…
[all …]
/ohos5.0/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
91 struct IClientProxy { struct
114 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify); argument
/ohos5.0/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 &… in SyncExecAlgorithmProxy()
224 int AsyncExecuteAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmIn… in AsyncExecuteAlgorithmProxy()
245 int LoadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algo… in LoadAlgorithmProxy()
276 int UnloadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &al… in UnloadAlgorithmProxy()
319 int GetOptionProxy(IClientProxy &proxy, const ClientInfo &clientInfo, int optionType, in GetOptionProxy()
353 int RegisterCallbackProxy(IClientProxy &proxy, const ClientInfo &clientInfo, OnRemoteRequest asyncC… in RegisterCallbackProxy()
[all …]
/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_proxy.c115 IClientProxy *sensorApi = NULL; in GetServiceProxy()
260 IClientProxy *client = (IClientProxy *)proxy; in RegisterSensorChannel()
289 IClientProxy *client = (IClientProxy *)proxy; in UnregisterSensorChannel()
325 IClientProxy *client = (IClientProxy *)proxy; in InitSensorList()
366 IClientProxy *client = (IClientProxy *)proxy; in ActivateSensorByProxy()
387 IClientProxy *client = (IClientProxy *)proxy; in DeactivateSensorByProxy()
411 IClientProxy *client = (IClientProxy *)proxy; in SetBatchByProxy()
496 IClientProxy *client = (IClientProxy *)proxy; in SetModeByProxy()
518 IClientProxy *client = (IClientProxy *)proxy; in SetOptionByProxy()
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_proxy.c30 const IClientProxy *GetProxyInstance(const char *serviceName) in GetProxyInstance()
32 IClientProxy *clientProxy = NULL; in GetProxyInstance()
46 return (const IClientProxy *)clientProxy; in GetProxyInstance()
128 int32_t ActCall(const IClientProxy *clientInst, ProxyDevAuthData *dataCtx) in ActCall()
137 ipcRet = clientInst->Invoke((IClientProxy *)clientInst, DEV_AUTH_CALL_REQUEST, in ActCall()
/ohos5.0/base/powermgr/battery_lite/frameworks/native/src/small/
H A Dbattery_framework.c59 proxy->Invoke((IClientProxy *)proxy, BATTERY_FUNCID_GETSOC, &request, &ret, BatteryCallbackInt); in GetBatSocProxy()
75 …proxy->Invoke((IClientProxy *)proxy, BATTERY_FUNCID_GETCHARGING, &request, &ret, BatteryCallbackIn… in GetChargingStatusProxy()
91 …proxy->Invoke((IClientProxy *)proxy, BATTERY_FUNCID_GETHEALTH, &request, &ret, BatteryCallbackInt); in GetHealthStatusProxy()
107 …proxy->Invoke((IClientProxy *)proxy, BATTERY_FUNCID_GETPLUGTYPE, &request, &ret, BatteryCallbackIn… in GetPluggedTypeProxy()
123 …proxy->Invoke((IClientProxy *)proxy, BATTERY_FUNCID_GETVOLTAGE, &request, &ret, BatteryCallbackInt… in GetBatVoltageProxy()
157 …proxy->Invoke((IClientProxy *)proxy, BATTERY_FUNCID_GETTECHNOLONY, &request, &string, BatteryCallb… in GetBatTechnologyProxy()
173 …proxy->Invoke((IClientProxy *)proxy, BATTERY_FUNCID_GETTEMPERATURE, &request, &ret, BatteryCallbac… in GetBatTemperatureProxy()
/ohos5.0/base/security/permission_lite/services/pms_client/
H A Dperm_client.c303 proxy->Invoke((IClientProxy *)proxy, ID_CHECK_SELF, &request, &ret, Notify); in CheckSelfPermission()
324 proxy->Invoke((IClientProxy *)proxy, ID_CHECK, &request, &ret, Notify); in CheckPermission()
347 proxy->Invoke((IClientProxy *)proxy, ID_QUERY, &request, &ret, DealQueryReply); in QueryPermission()
366 proxy->Invoke((IClientProxy *)proxy, ID_GRANT, &request, &ret, Notify); in GrantPermission()
384 proxy->Invoke((IClientProxy *)proxy, ID_REVOKE, &request, &ret, Notify); in RevokePermission()
402 proxy->Invoke((IClientProxy *)proxy, ID_GRANT_RUNTIME, &request, &ret, Notify); in GrantRuntimePermission()
419 proxy->Invoke((IClientProxy *)proxy, ID_REVOKE_RUNTIME, &request, &ret, Notify); in RevokeRuntimePermission()
437 proxy->Invoke((IClientProxy *)proxy, ID_UPDATE_PERMS_FLAGS, &request, &ret, Notify); in UpdatePermissionFlags()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_server_proxy.c30 static IClientProxy *g_serverProxy = NULL;
39 static IClientProxy *GetServerProxy(void) in GetServerProxy()
41 IClientProxy *clientProxy = NULL; in GetServerProxy()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_samgr_client_proxy.c126 IClientProxy *proxy = (IClientProxy *)iUnknown; in HksIpcCall()
157 …ret = (int32_t)proxy->Invoke((IClientProxy *)proxy, type, &request, (IOwner)&replyHandle, CurrentC… in HksIpcCall()
170 IClientProxy *clientProxy = NULL; in HksSendRequestSync()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_client.h26 IClientProxy *GetIClientProxy();
30 IClientProxy *proxy_ = nullptr;
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wms_client.h33 IClientProxy* GetClientProxy() in GetClientProxy()
41 IClientProxy* proxy_;
/ohos5.0/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 };
/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_dev_auth_proxy.h40 int32_t ActCall(const IClientProxy *clientInst, ProxyDevAuthData *dataCtx);
42 const IClientProxy *GetProxyInstance(const char *serviceName);
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/tools/include/
H A Dability_tool.h39 bool TerminateApp(IClientProxy *proxy) const;
40 bool Dump(IClientProxy *proxy);
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_manage.c142 proxy->Invoke((IClientProxy *)proxy, POWERMANAGE_FUNCID_ACQUIRERUNNINGLOCK, in AcquireRunningLockEntryProxy()
167 proxy->Invoke((IClientProxy *)proxy, POWERMANAGE_FUNCID_RELEASERUNNINGLOCK, in ReleaseRunningLockEntryProxy()
196 proxy->Invoke((IClientProxy *)proxy, POWERMANAGE_FUNCID_ISANYRUNNINGLOCKHOLDING, in IsAnyRunningLockHoldingProxy()
249 proxy->Invoke((IClientProxy *)proxy, POWERMANAGE_FUNCID_SUSPEND, &request, NULL, NULL); in SuspendDeviceProxy()
262 proxy->Invoke((IClientProxy *)proxy, POWERMANAGE_FUNCID_WAKEUP, &request, NULL, NULL); in WakeupDeviceProxy()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/audio_lite/frameworks/binder/
H A Daudio_capturer_client.h54 IClientProxy *GetIClientProxy();
60 IClientProxy *proxy_ = nullptr;
/ohos5.0/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 notif…
96 IClientProxy *proxy = NULL; in SAMGR_GetRemoteIdentity()
165 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notif… in ProxyInvoke()
H A Ddefault_client_rpc.c20 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notif…
90 IClientProxy *proxy = NULL; in SAMGR_GetRemoteIdentity()
159 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notif… in ProxyInvoke()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/client/
H A Dapp_spawn_client.h32 IClientProxy *spawnClient_ { nullptr };
/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/
H A Dabilityms_client.h43 IClientProxy *amsProxy_ { nullptr };

123