Home
last modified time | relevance | path

Searched refs:looperState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp90 int looperState; member
486 if (srvIns->looperState == LS_RELOADNG) { in OnLooperStateChanged()
488 srvIns->looperState = LS_RUNNING; in OnLooperStateChanged()
489 } else if (srvIns->looperState == LS_STOPING) { in OnLooperStateChanged()
534 srvIns->looperState = LS_RUNNING; in BeginLooper()
535 while (srvIns->looperState) { in BeginLooper()
562 srvIns->looperState = LS_STOPED; in BeginLooper()
699 srvIns->looperState = LS_STOPING; in StopDhcpServer()
711 return srvIns->looperState; in GetServerStatus()
1892 srvIns->looperState = LS_IDLE; in InitServerContext()
[all …]
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp41 int looperState; member