Home
last modified time | relevance | path

Searched refs:AddSystemCapability (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c45 static int32 AddSystemCapability(const char *sysCap);
102 g_samgrImpl.vtbl.AddSystemCapability = AddSystemCapability; in Init()
366 static int32 AddSystemCapability(const char *sysCap) in AddSystemCapability() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dsamgr_lite.h261 int32 (*AddSystemCapability)(const char *sysCap); member