Searched refs:SAMGR_AddSysCap (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint.h | 74 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg);
|
H A D | endpoint_rpc.c | 101 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg) in SAMGR_AddSysCap() function
|
H A D | endpoint.c | 142 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 D | remote_register.c | 87 return SAMGR_AddSysCap(g_remoteRegister.endpoint, sysCap, isReg); in SAMGR_RegisterSystemCapabilityApi()
|
H A D | remote_register_rpc.c | 104 return SAMGR_AddSysCap(g_remoteRegister.endpoint, sysCap, isReg); in SAMGR_RegisterSystemCapabilityApi()
|