Searched refs:SaName (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client.h | 25 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 D | samgr_ipc_adapter.h | 76 SaName saName; 85 int RegisterIdentity(const SaName *saName, SvcIdentity *saInfo, PolicyTrans **policy, uint32 *polic…
|
H A D | endpoint.h | 72 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 D | default_client.c | 34 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 D | client_factory.c | 24 SaName key; 109 SaName key = {service, feature}; in GetFactory()
|
H A D | default_client_rpc.c | 100 SaName *SAMGR_GetSAName(const IUnknown *proxy) in SAMGR_GetSAName() 106 int SAMGR_CompareSAName(const SaName *key1, const SaName *key2) in SAMGR_CompareSAName()
|
H A D | default_client_adapter.h | 45 SaName key;
|
H A D | endpoint.c | 60 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 D | endpoint_rpc.c | 59 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 D | samgr_mini_ipc_adapter.c | 87 int RegisterIdentity(const SaName *saName, SvcIdentity *saInfo, PolicyTrans **policy, uint32 *polic… in RegisterIdentity()
|
H A D | samgr_small_ipc_adapter.c | 164 int RegisterIdentity(const SaName *saName, SvcIdentity *saInfo, PolicyTrans **policy, uint32 *polic… in RegisterIdentity()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register.c | 46 SaName saName = {service, feature}; in SAMGR_RegisterServiceApi() 61 SaName key = {service, feature}; in SAMGR_FindServiceApi()
|
H A D | remote_register_rpc.c | 52 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 D | samgr_server.h | 61 SaName saName;
|
H A D | samgr_server.c | 120 SaName saName = {SAMGR_SERVICE, NULL}; in Initialize()
|
H A D | samgr_server_rpc.c | 215 SaName saName = {SAMGR_SERVICE, NULL}; in Initialize()
|