Home
last modified time | relevance | path

Searched refs:funcId (Results 1 – 10 of 10) sorted by relevance

/base/powermgr/powermgr_lite/services/src/screensaver/small/
Dscreen_saver_feature_impl.c25 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo …
54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke() argument
60 POWER_HILOGD("Screen saver feature invoke function id: %d", funcId); in FeatureInvoke()
62 switch (funcId) { in FeatureInvoke()
67 POWER_HILOGE("Invalid function id: %d", funcId); in FeatureInvoke()
/base/powermgr/powermgr_lite/services/src/power/small/
Dpower_manage_feature_impl.c31 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo …
55 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke() argument
61 POWER_HILOGD("Power manage feature invoke function id: %d", funcId); in FeatureInvoke()
62 …return (funcId >= 0 && funcId < POWERMANAGE_FUNCID_BUTT) ? g_invokeFuncs[funcId](iProxy, origin, r… in FeatureInvoke()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/
Dhks_samgr_service_feature.c29 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
75 static int32_t ProcessMsgToHandler(int funcId, HksIpcContext *ipcContext, const struct HksBlob *src… in ProcessMsgToHandler() argument
80 if (funcId == HKS_IPC_MESSAGE_HANDLER[i].msgId) { in ProcessMsgToHandler()
88 if (funcId == HKS_IPC_THREE_STAGE_HANDLER[i].msgId) { in ProcessMsgToHandler()
122 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
159 ret = ProcessMsgToHandler(funcId, &ipcContext, &srcData, &outData); in Invoke()
/base/powermgr/battery_lite/services/src/small/
Dbattery_feature_impl.c20 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo …
54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke() argument
59 …return (funcId >= 0 && funcId < BATTERY_FUNCID_END) ? g_invokeFuncs[funcId](iProxy, origin, req, r… in FeatureInvoke()
/base/security/device_security_level/services/sa/lite/
Ddslm_service_feature.c27 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
71 switch (funcId) { in Invoke()
/base/security/permission_lite/services/pms/src/
Dpms_server.c56 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
149 switch (funcId) { in Invoke()
Dpms_server_internal.c65 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
215 switch (funcId) { in Invoke()
/base/startup/appspawn/lite/
Dappspawn_service.c115 static int Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
125 if (reply == NULL || funcId != ID_CALL_CREATE_SERVICE || req == NULL) { in Invoke()
126 APPSPAWN_LOGE("[appspawn] invoke, funcId %d invalid, reply %d.", funcId, INVALID_PID); in Invoke()
/base/sensors/sensor_lite/services/src/
Dsensor_service.c194 int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
203 if ((funcId >= 0) && (funcId <= SENSOR_SERVICE_ID_UnsubscribeSensor)) { in Invoke()
204 return g_invokeFuncList[funcId](defaultApi, req, reply); in Invoke()
/base/powermgr/battery_lite/services/src/
Dbattery_device.c61 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
64 (void)funcId; in Invoke()