/base/powermgr/battery_lite/services/src/small/ |
H A D | battery_feature_impl.c | 19 typedef int32_t (*InvokeFunc)(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 20 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo *reply); 22 static int32_t BatterySocInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 23 static int32_t ChargingStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 24 static int32_t HealthStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 25 static int32_t PluggedTypeInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 26 static int32_t VoltageInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 27 static int32_t TechnologyInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 28 static int32_t BatteryTemperatureInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_ argument 63 BatterySocInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) BatterySocInvoke() argument 73 ChargingStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) ChargingStatusInvoke() argument 83 HealthStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) HealthStatusInvoke() argument 93 PluggedTypeInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) PluggedTypeInvoke() argument 103 VoltageInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) VoltageInvoke() argument 113 TechnologyInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) TechnologyInvoke() argument 124 BatteryTemperatureInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) BatteryTemperatureInvoke() argument [all...] |
/base/powermgr/powermgr_lite/services/src/power/small/ |
H A D | power_manage_feature_impl.c | 25 typedef int32_t (*InvokeFunc)(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 26 static int32_t AcquireInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 27 static int32_t ReleaseInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 28 static int32_t IsAnyHoldingInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 29 static int32_t SuspendInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 30 static int32_t WakeupInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); 31 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo *reply); 55 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo *reply) in FeatureInvoke() argument 57 if ((iProxy == NULL) || (req == NULL)) { in FeatureInvoke() 62 return (funcId >= 0 && funcId < POWERMANAGE_FUNCID_BUTT) ? g_invokeFuncs[funcId](iProxy, origi in FeatureInvoke() 66 AcquireInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) AcquireInvoke() argument 78 ReleaseInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) ReleaseInvoke() argument 88 IsAnyHoldingInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) IsAnyHoldingInvoke() argument 95 SuspendInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) SuspendInvoke() argument 107 WakeupInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) WakeupInvoke() argument [all...] |
/base/powermgr/powermgr_lite/services/src/screensaver/small/ |
H A D | screen_saver_feature_impl.c | 25 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo *reply); 41 static int32_t SetStateInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in SetStateInvoke() argument 49 int32_t ret = OnSetScreenSaverState((IUnknown *)iProxy, enable ? TRUE : FALSE); in SetStateInvoke() 54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo *reply) in FeatureInvoke() argument 56 if ((iProxy == NULL) || (req == NULL)) { in FeatureInvoke() 64 ret = SetStateInvoke(iProxy, origin, req, reply); in FeatureInvoke()
|
/base/security/device_security_level/services/sa/lite/small/ |
H A D | dslm_service_feature.c | 27 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 68 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument 70 DslmFeatureApi *api = (DslmFeatureApi *)iProxy; in Invoke() 73 return api->DslmGetDeviceSecurityLevel((IUnknown *)iProxy, req, reply); in Invoke()
|
/base/security/permission_lite/services/pms/src/ |
H A D | pms_server.c | 56 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
146 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply)
in Invoke() argument 148 PermLiteApi *api = (PermLiteApi *)iProxy;
in Invoke()
|
H A D | pms_server_internal.c | 65 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
212 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply)
in Invoke() argument 214 InnerPermLiteApi *api = (InnerPermLiteApi *)iProxy;
in Invoke()
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
H A D | hks_samgr_service_feature.c | 29 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 122 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument 124 (void)iProxy; in Invoke()
|
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_dev_auth_stub.h | 44 int32_t OnRemoteInvoke(IServerProxy *iProxy, int32_t reqId, void *origin, IpcIo *req, IpcIo *reply);
|
/base/powermgr/battery_lite/services/src/ |
H A D | battery_device.c | 61 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply)
in Invoke() argument 63 (void)iProxy;
in Invoke()
|
/base/startup/appspawn/lite/ |
H A D | appspawn_service.c | 128 static int Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument 135 UNUSED(iProxy); in Invoke()
|
/base/sensors/sensor_lite/services/src/ |
H A D | sensor_service.c | 194 int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply)
in Invoke() argument 197 if ((iProxy == NULL) || (req == NULL) || (reply == NULL)) {
in Invoke() 198 HILOG_ERROR(HILOG_MODULE_APP, "[SERVICE:%s]: %s iProxy or req or reply is NULL",
in Invoke() 202 SensorFeatureApi *defaultApi = (SensorFeatureApi *)iProxy;
in Invoke()
|
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_dev_auth_stub.c | 198 int32_t OnRemoteInvoke(IServerProxy *iProxy, int32_t reqId, void *origin, IpcIo *req, IpcIo *reply) in OnRemoteInvoke() argument 208 (void)iProxy; in OnRemoteInvoke()
|