Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c56 static int32 SendBootRequest(int msgId, uint32 msgValue);
173 return SendBootRequest(BOOT_SYS_COMPLETED, pos); in InitCompleted()
181 return SendBootRequest(BOOT_APP_COMPLETED, pos); in InitCompleted()
499 static int32 SendBootRequest(int msgId, uint32 msgValue) in SendBootRequest() function