Home
last modified time | relevance | path

Searched refs:SAMGR_CreateEndpoint (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint.h71 Endpoint *SAMGR_CreateEndpoint(const char *name, RegisterEndpoint registry);
H A Dendpoint_rpc.c40 Endpoint *SAMGR_CreateEndpoint(const char *name, RegisterEndpoint registry) in SAMGR_CreateEndpoint() function
H A Dendpoint.c84 Endpoint *SAMGR_CreateEndpoint(const char *name, RegisterEndpoint registry) in SAMGR_CreateEndpoint() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c135 g_remoteRegister.endpoint = SAMGR_CreateEndpoint("ipc client", NULL); in InitializeRegistry()
H A Dremote_register_rpc.c154 g_remoteRegister.endpoint = SAMGR_CreateEndpoint("ipc client", NULL); in ClientInitializeRegistry()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c95 g_server.samgr = SAMGR_CreateEndpoint("samgr", RegisterSamgrEndpoint); in InitializeRegistry()
H A Dsamgr_server_rpc.c185 g_server.samgr = SAMGR_CreateEndpoint("samgr", RegisterSamgrEndpoint); in InitializeRegistry()