Home
last modified time | relevance | path

Searched refs:InvokeFunc (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_inner_feature.h27 typedef int32 (*InvokeFunc)(const void *origin, IpcIo *req); typedef
55 static InvokeFunc invokeFuncList[COMMAND_END - INNER_BEGIN];
H A Dability_mgr_feature.h30 typedef int32 (*InvokeFunc)(const void *origin, IpcIo *req); typedef
80 static InvokeFunc invokeFuncList[INNER_BEGIN];
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon.h26 typedef int32_t (*InvokeFunc)(IpcIo *req); typedef
56 static constexpr InvokeFunc invokeFuncs[BDS_CMD_END] {
/ohos5.0/base/powermgr/powermgr_lite/services/src/power/small/
H A Dpower_manage_feature_impl.c25 typedef int32_t (*InvokeFunc)(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); typedef
42 static InvokeFunc g_invokeFuncs[POWERMANAGE_FUNCID_BUTT] = {
/ohos5.0/base/powermgr/battery_lite/services/src/small/
H A Dbattery_feature_impl.c19 typedef int32_t (*InvokeFunc)(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply); typedef
39 static InvokeFunc g_invokeFuncs[BATTERY_FUNCID_END] = {
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_mgr_slite_feature.h28 typedef int32 (*InvokeFunc)(const void *origin, IpcIo *req); typedef
/ohos5.0/base/sensors/sensor_lite/services/include/
H A Dsensor_service_impl.h46 typedef int32 (*InvokeFunc)(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); typedef
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_inner_feature.cpp42 InvokeFunc AbilityInnerFeature::invokeFuncList[COMMAND_END - INNER_BEGIN] {
H A Dability_mgr_feature.cpp50 InvokeFunc AbilityMgrFeature::invokeFuncList[INNER_BEGIN] {
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp32 constexpr InvokeFunc BundleDaemon::invokeFuncs[];
/ohos5.0/base/sensors/sensor_lite/services/src/
H A Dsensor_service.c183 static InvokeFunc g_invokeFuncList[] = {