Home
last modified time | relevance | path

Searched refs:InvokeFunc (Results 1 - 7 of 7) sorted by relevance

/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];
/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] {
/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
/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] {
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp32 constexpr InvokeFunc BundleDaemon::invokeFuncs[];

Completed in 3 milliseconds