Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wlan_reset_manager.h41 struct ResetManager { struct
51 int32_t (*Reset)(struct ResetManager *resetManager); argument
62 int32_t (*Release)(struct ResetManager *resetMgr); argument
75 struct ResetManager *HdfWlanCreateResetManager(const struct HdfConfWlanRest *resetConfig, uint8_t h…
H A Dhdf_wifi_product.h76 struct ResetManager *reset; /**< Chip reset management API */
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_reset_manager.c31 struct ResetManager base;
38 static int32_t HdfChipReset(struct ResetManager *resetManager) in HdfChipReset()
73 static int32_t HdfWlanResetMgrRelease(struct ResetManager* resetMgr) in HdfWlanResetMgrRelease()
83 struct ResetManager* HdfWlanCreateResetManager(const struct HdfConfWlanRest *configReset, uint8_t b… in HdfWlanCreateResetManager()
105 return (struct ResetManager*)resetMgrImpl; in HdfWlanCreateResetManager()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h154 struct ResetManager { struct
172 ResetManager manager;
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c152 static int32_t HdfWlanResetProcess(struct ResetManager *resetMgr) in HdfWlanResetProcess()