Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/storage/proxy/
H A Dwatchdog.h36 struct watcher* watch_start(const char* id, const struct storage_msg* request);
H A Dproxy.c78 struct watcher* watcher = watch_start("request", msg); in handle_req()
H A Dwatchdog.cpp198 struct watcher* watch_start(const char* id, const struct storage_msg* request) { in watch_start() function