Home
last modified time | relevance | path

Searched refs:funcId (Results 1 – 9 of 9) 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 …
53 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke() argument
59 POWER_HILOGD("Screen saver feature invoke function id: %d", funcId); in FeatureInvoke()
61 switch (funcId) { in FeatureInvoke()
66 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/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/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/
Dhks_samgr_service_feature.c23 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
70 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
92 if (funcId == g_hksIpcMessageHandler[i].msgId) { in Invoke()
/base/startup/appspawn_lite/services/src/
Dappspawn_service.c128 static int Invoke(IServerProxy* iProxy, int funcId, void* origin, IpcIo* req, IpcIo* reply) in Invoke() argument
138 if (reply == NULL || funcId != ID_CALL_CREATE_SERVICE || req == NULL) { in Invoke()
140 funcId, INVALID_PID); in Invoke()
/base/security/permission/services/permission_lite/pms/src/
Dpms_server.c56 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
161 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
164 switch (funcId) { in Invoke()
Dpms_server_internal.c65 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
208 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
211 switch (funcId) { in Invoke()
/base/sensors/sensor_lite/services/src/
Dsensor_service.c186 int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
195 if ((funcId >= 0) && (funcId <= SENSOR_SERVICE_ID_UnsubscribeSensor)) { in Invoke()
196 return g_invokeFuncList[funcId](defaultApi, req, reply); in Invoke()
/base/powermgr/battery_lite/services/src/
Dbattery_device.c55 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument