Home
last modified time | relevance | path

Searched refs:BundleMsInvokeFuc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_ms_feature.cpp50 BundleInvokeType BundleMsFeature::BundleMsInvokeFuc[BMS_INNER_BEGIN] { member in OHOS::BundleMsFeature
365 ret = BundleMsInvokeFuc[GET_BUNDLE_INFOS](funcId, req, reply); in Invoke()
367 ret = BundleMsInvokeFuc[funcId](funcId, req, reply); in Invoke()
369 ret = BundleMsInvokeFuc[funcId](funcId, req, reply); in Invoke()
H A Dbundle_inner_feature.cpp42 BundleInvokeType BundleInnerFeature::BundleMsInvokeFuc[BMS_CMD_END - BMS_INNER_BEGIN] { member in OHOS::BundleInnerFeature
286 ret = BundleMsInvokeFuc[funcId - BMS_INNER_BEGIN](funcId, req, reply); in Invoke()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_inner_feature.h68 static BundleInvokeType BundleMsInvokeFuc[BMS_CMD_END - BMS_INNER_BEGIN]; variable
H A Dbundle_ms_feature.h70 static BundleInvokeType BundleMsInvokeFuc[BMS_INNER_BEGIN]; variable