Home
last modified time | relevance | path

Searched refs:ResetProcess (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/wifi/wifi/base/shared_util/
H A Dwifi_watchdog_utils.h29 bool ResetProcess(bool usingHiviewDfx, const std::string &threadName, bool notResetProcess = false);
H A Dwifi_watchdog_utils.cpp53 bool WifiWatchDogUtils::ResetProcess(bool usingHiviewDfx, const std::string &threadName, bool notResetProcess) in ResetProcess() function in OHOS::Wifi::WifiWatchDogUtils
58 WIFI_LOGI("ResetProcess enter, but should not reset process"); in ResetProcess()
64 WIFI_LOGI("ResetProcess through HiviewDfx"); in ResetProcess()
69 WIFI_LOGI("ResetProcess enter, please check crash.cpp for more information"); in ResetProcess()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dwifi_watchdog_utils_test.cpp54 // Test case for WifiWatchDogUtils::ResetProcess()
60 // Call the ResetProcess function with usingHiviewDfx set to true and a thread name in HWTEST_F()
61 bool result = wifiWatchDogUtils->ResetProcess(true, "TestThread", true); in HWTEST_F()

Completed in 2 milliseconds