Home
last modified time | relevance | path

Searched refs:SaName (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.h25 typedef struct SaName SaName; typedef
26 struct SaName { struct
33 SaName *SAMGR_GetSAName(const IUnknown *proxy); argument
34 int SAMGR_CompareSAName(const SaName *key1, const SaName *key2);
H A Dsamgr_ipc_adapter.h76 SaName saName;
85 int RegisterIdentity(const SaName *saName, SvcIdentity *saInfo, PolicyTrans **policy, uint32 *polic…
H A Dendpoint.h72 int SAMGR_AddRouter(Endpoint *endpoint, const SaName *saName, const Identity *id, IUnknown *proxy);
73 int SAMGR_ProcPolicy(const Endpoint *endpoint, const SaName *saName, int token);
H A Ddefault_client.c34 SaName key;
106 SaName *SAMGR_GetSAName(const IUnknown *proxy) in SAMGR_GetSAName()
112 int SAMGR_CompareSAName(const SaName *key1, const SaName *key2) in SAMGR_CompareSAName()
H A Dclient_factory.c24 SaName key;
109 SaName key = {service, feature}; in GetFactory()
H A Ddefault_client_rpc.c100 SaName *SAMGR_GetSAName(const IUnknown *proxy) in SAMGR_GetSAName()
106 int SAMGR_CompareSAName(const SaName *key1, const SaName *key2) in SAMGR_CompareSAName()
H A Ddefault_client_adapter.h45 SaName key;
H A Dendpoint.c60 SaName saName;
80 static int RegisterIdentity(const IpcContext *context, const SaName *saName, SvcIdentity *saInfo,
104 int SAMGR_AddRouter(Endpoint *endpoint, const SaName *saName, const Identity *id, IUnknown *proxy) in SAMGR_AddRouter()
280 int SAMGR_ProcPolicy(const Endpoint *endpoint, const SaName *saName, int token) in SAMGR_ProcPolicy()
491 static int RegisterIdentity(const IpcContext *context, const SaName *saName, SvcIdentity *saInfo, in RegisterIdentity()
H A Dendpoint_rpc.c59 int SAMGR_AddRouter(Endpoint *endpoint, const SaName *saName, const Identity *id, IUnknown *proxy) in SAMGR_AddRouter()
257 int SAMGR_ProcPolicy(const Endpoint *endpoint, const SaName *saName, int token) in SAMGR_ProcPolicy()
H A Dsamgr_mini_ipc_adapter.c87 int RegisterIdentity(const SaName *saName, SvcIdentity *saInfo, PolicyTrans **policy, uint32 *polic… in RegisterIdentity()
H A Dsamgr_small_ipc_adapter.c164 int RegisterIdentity(const SaName *saName, SvcIdentity *saInfo, PolicyTrans **policy, uint32 *polic… in RegisterIdentity()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c46 SaName saName = {service, feature}; in SAMGR_RegisterServiceApi()
61 SaName key = {service, feature}; in SAMGR_FindServiceApi()
H A Dremote_register_rpc.c52 SaName saName = {service, feature}; in SAMGR_RegisterServiceApi()
79 SaName key = {service, feature}; in SAMGR_FindServiceApi()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.h61 SaName saName;
H A Dsamgr_server.c120 SaName saName = {SAMGR_SERVICE, NULL}; in Initialize()
H A Dsamgr_server_rpc.c215 SaName saName = {SAMGR_SERVICE, NULL}; in Initialize()