Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint.h74 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg);
H A Dendpoint_rpc.c101 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg) in SAMGR_AddSysCap() function
H A Dendpoint.c142 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg) in SAMGR_AddSysCap() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c87 return SAMGR_AddSysCap(g_remoteRegister.endpoint, sysCap, isReg); in SAMGR_RegisterSystemCapabilityApi()
H A Dremote_register_rpc.c104 return SAMGR_AddSysCap(g_remoteRegister.endpoint, sysCap, isReg); in SAMGR_RegisterSystemCapabilityApi()