Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h78 int SASTORA_Save(SAStore *saStore, const char *service, const char *feature, const SvcIdentity *ide…
H A Dsa_store.c51 int SASTORA_Save(SAStore *saStore, const char *service, const char *feature, const SvcIdentity *ide… in SASTORA_Save() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c258 return SASTORA_Save(&g_server.store, service, feature, &identity); in AddEndpoint()
350 ret = SASTORA_Save(&server->store, service, feature, identity); in ProcPutFeature()
H A Dsamgr_server.c240 ret = SASTORA_Save(&server->store, service, feature, identity); in ProcPutFeature()