Home
last modified time | relevance | path

Searched refs:AMS_INNER_FEATURE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_inner_feature.cpp59 BOOL apiResult = samgrLite->RegisterFeatureApi(AMS_SERVICE, AMS_INNER_FEATURE, publicApi); in Init()
87 return AMS_INNER_FEATURE; in GetFeatureName()
/ohos5.0/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/
H A Dability_service_interface.h36 const char AMS_INNER_FEATURE[] = "AmsInnerFeature"; variable
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dability_tool.cpp101 IUnknown *iUnknown = SAMGR_GetInstance()->GetFeatureApi(AMS_SERVICE, AMS_INNER_FEATURE); in RunCommand()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H A Dability_test_helper.cpp199 IUnknown *iUnknown = SAMGR_GetInstance()->GetFeatureApi(AMS_SERVICE, AMS_INNER_FEATURE); in GetAbilityInnerFeature()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp120 IUnknown *iUnknown = SAMGR_GetInstance()->GetFeatureApi(AMS_SERVICE, AMS_INNER_FEATURE); in GetAmsInterface()