Searched refs:InvokeFunc (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | ability_inner_feature.h | 27 typedef int32 (*InvokeFunc)(const void *origin, IpcIo *req); typedef 55 static InvokeFunc invokeFuncList[COMMAND_END - INNER_BEGIN];
|
H A D | ability_mgr_feature.h | 30 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 D | bundle_daemon.h | 26 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 D | power_manage_feature_impl.c | 25 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 D | battery_feature_impl.c | 19 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 D | bundle_mgr_slite_feature.h | 28 typedef int32 (*InvokeFunc)(const void *origin, IpcIo *req); typedef
|
/ohos5.0/base/sensors/sensor_lite/services/include/ |
H A D | sensor_service_impl.h | 46 typedef int32 (*InvokeFunc)(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply); typedef
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_inner_feature.cpp | 42 InvokeFunc AbilityInnerFeature::invokeFuncList[COMMAND_END - INNER_BEGIN] {
|
H A D | ability_mgr_feature.cpp | 50 InvokeFunc AbilityMgrFeature::invokeFuncList[INNER_BEGIN] {
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon.cpp | 32 constexpr InvokeFunc BundleDaemon::invokeFuncs[];
|
/ohos5.0/base/sensors/sensor_lite/services/src/ |
H A D | sensor_service.c | 183 static InvokeFunc g_invokeFuncList[] = {
|