Home
last modified time | relevance | path

Searched refs:SAMGR_SendResponseByIdentity (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/bootstrap_lite/services/source/
H A Dbootstrap_service.c65 (void)SAMGR_SendResponseByIdentity(&bootstrap->identity, request, NULL); in MessageHandle()
69 (void)SAMGR_SendResponseByIdentity(&bootstrap->identity, request, NULL); in MessageHandle()
73 (void)SAMGR_SendResponseByIdentity(&bootstrap->identity, request, NULL); in MessageHandle()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dmessage.h242 int32 SAMGR_SendResponseByIdentity(const Identity *id, const Request *request, const Response *resp…
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage.c164 int32 SAMGR_SendResponseByIdentity(const Identity *id, const Request *request, const Response *resp… in SAMGR_SendResponseByIdentity() function