Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp90 int looperState; member
483 if (srvIns->looperState == LS_RELOADNG) { in OnLooperStateChanged()
485 srvIns->looperState = LS_RUNNING; in OnLooperStateChanged()
486 } else if (srvIns->looperState == LS_STOPING) { in OnLooperStateChanged()
531 srvIns->looperState = LS_RUNNING; in BeginLooper()
532 while (srvIns->looperState) { in BeginLooper()
534 DHCP_LOGI("OnLooperStateChanged break, looperState:%{public}d", srvIns->looperState); in BeginLooper()
559 srvIns->looperState = LS_STOPED; in BeginLooper()
696 srvIns->looperState in StopDhcpServer()
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp41 int looperState; member

Completed in 3 milliseconds