Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_service_impl.h35 enum ClientServiceRunningState { STATE_NOT_START, STATE_RUNNING }; enum
108 ClientServiceRunningState mState;
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp79 mState(ClientServiceRunningState::STATE_NOT_START) in DhcpClientServiceImpl()
121 if (mState == ClientServiceRunningState::STATE_RUNNING) { in OnStart()
130 mState = ClientServiceRunningState::STATE_RUNNING; in OnStart()