Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h35 enum ServerServiceRunningState { STATE_NOT_START, STATE_RUNNING }; enum
105 ServerServiceRunningState mState;
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp81 mState(ServerServiceRunningState::STATE_NOT_START) in DhcpServerServiceImpl()
91 if (mState == ServerServiceRunningState::STATE_RUNNING) { in OnStart()
100 mState = ServerServiceRunningState::STATE_RUNNING; in OnStart()