Home
last modified time | relevance | path

Searched refs:szCmd (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_adapter.c148 int ExcuteCmd(const char *szCmd) in ExcuteCmd() argument
150 LOGI("Execute cmd: %{private}s", szCmd); in ExcuteCmd()
151 int ret = system(szCmd); in ExcuteCmd()
153 LOGE("Execute system cmd %{private}s failed!", szCmd); in ExcuteCmd()
159 LOGE("Execute system cmd %{private}s failed: %{private}d", szCmd, WEXITSTATUS(ret)); in ExcuteCmd()
H A Dwifi_hal_adapter.h42 int ExcuteCmd(const char *szCmd);

Completed in 1 milliseconds