Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/watchdog/
H A Dwatchdog_core.h103 int32_t WatchdogGetPrivData(struct WatchdogCntlr *cntlr);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/watchdog/
H A Dwatchdog_core.c65 int32_t WatchdogGetPrivData(struct WatchdogCntlr *cntlr) in WatchdogGetPrivData() function
263 ret = WatchdogGetPrivData(cntlr); in WatchdogUserGetPrivData()
H A Dwatchdog_if.c67 ret = WatchdogGetPrivData(service); in WatchdogOpen()