Home
last modified time | relevance | path

Searched refs:SAMGR_ReleaseIClient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dclient_factory.h26 int SAMGR_ReleaseIClient(const char *service, const char *feature, void *iClient);
H A Dclient_factory.c51 int SAMGR_ReleaseIClient(const char *service, const char *feature, void *iClient) in SAMGR_ReleaseIClient() function
H A Ddefault_client.c157 int ret = SAMGR_ReleaseIClient(client->header.key.service, client->header.key.feature, client); in Release()
H A Ddefault_client_rpc.c151 int ret = SAMGR_ReleaseIClient(client->header.key.service, client->header.key.feature, client); in Release()