Home
last modified time | relevance | path

Searched defs:featureImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dfeature.c19 BOOL SAMGR_AddInterface(FeatureImpl *featureImpl, IUnknown *iUnknown) in SAMGR_AddInterface()
29 IUnknown *SAMGR_DelInterface(FeatureImpl *featureImpl) in SAMGR_DelInterface()
39 IUnknown *SAMGR_GetInterface(FeatureImpl *featureImpl) in SAMGR_GetInterface()
47 BOOL SAMGR_IsNoInterface(FeatureImpl *featureImpl) in SAMGR_IsNoInterface()
57 FeatureImpl *featureImpl = (FeatureImpl *)SAMGR_Malloc(sizeof(FeatureImpl)); in FEATURE_CreateInstance() local
H A Dservice.c107 …FeatureImpl *featureImpl = (FeatureImpl *)VECTOR_At(&(serviceImpl->features), identity->featureId); in DEFAULT_MessageHandle() local
124 FeatureImpl *featureImpl = (FeatureImpl *)VECTOR_At(&(service->features), i); in DEFAULT_StopService() local
157 FeatureImpl *featureImpl = (FeatureImpl *)VECTOR_At(&(serviceImpl->features), pos); in DEFAULT_GetFeatureId() local
176 FeatureImpl *featureImpl = (FeatureImpl *)VECTOR_Swap(&(serviceImpl->features), pos, NULL); in DEFAULT_DeleteFeature() local
189 static const char *GetFeatureName(const FeatureImpl *featureImpl) in GetFeatureName()
H A Dsamgr_lite.c328 FeatureImpl *featureImpl = DEFAULT_GetFeature(serviceImpl, feature); in RegisterFeatureApi() local
397 FeatureImpl *featureImpl = DEFAULT_GetFeature(serviceImpl, feature); in GetFeatureApi() local