Searched refs:SAStore (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | sa_store.h | 31 typedef struct SAStore SAStore; typedef 48 struct SAStore { struct 69 static inline void SASTORA_Init(SAStore *saStore) in SASTORA_Init() argument 78 int SASTORA_Save(SAStore *saStore, const char *service, const char *feature, const SvcIdentity *ide… 79 int SASTORA_SaveHandleByPid(SAStore *saStore, PidHandle handle); 80 int SASTORA_FindHandleByPid(SAStore *saStore, pid_t callingPid, PidHandle *handle); 81 int SASTORA_FindHandleByUidPid(SAStore *saStore, uid_t callingUid, pid_t callingPid, PidHandle *han… 82 SvcIdentity SASTORA_Find(SAStore *saStore, const char *service, const char *feature); 83 int SASTORA_ClearByPid(SAStore *saStore, pid_t pid); 84 PidHandle SASTORA_FindPidHandleByIpcHandle(const SAStore *saStore, uint32 handle);
|
H A D | sa_store.c | 26 static void FreeTreeNode(SAStore *saStore, ListNode *node); 27 static void SASTORA_ClearServiceByHandle(SAStore *saStore, uint32 handle); 51 int SASTORA_Save(SAStore *saStore, const char *service, const char *feature, const SvcIdentity *ide… in SASTORA_Save() 111 int SASTORA_SaveHandleByPid(SAStore *saStore, PidHandle handle) in SASTORA_SaveHandleByPid() 150 int SASTORA_FindHandleByPid(SAStore *saStore, pid_t callingPid, PidHandle *handle) in SASTORA_FindHandleByPid() 173 int SASTORA_FindHandleByUidPid(SAStore *saStore, uid_t callingUid, pid_t callingPid, PidHandle *han… in SASTORA_FindHandleByUidPid() 196 PidHandle SASTORA_FindPidHandleByIpcHandle(const SAStore *saStore, uint32 handle) in SASTORA_FindPidHandleByIpcHandle() 211 SvcIdentity SASTORA_Find(SAStore *saStore, const char *service, const char *feature) in SASTORA_Find() 228 int SASTORA_ClearByPid(SAStore *saStore, pid_t pid) in SASTORA_ClearByPid() 251 static void SASTORA_ClearServiceByHandle(SAStore *saStore, uint32 handle) in SASTORA_ClearServiceByHandle() [all …]
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.h | 48 SAStore store;
|