Home
last modified time | relevance | path

Searched refs:SUBSTATE_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_state_common.h83 enum { SUBSTATE_INIT = 11, SUBSTATE_SHARED, SUBSTATE_RESTART, SUBSTATE_UNAVAILABLE, SUBSTATE_MAX } … enumerator
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp100 temp.nextState_ = SUBSTATE_UNAVAILABLE; in CreateInitStateTable()
116 temp.nextState_ = SUBSTATE_UNAVAILABLE; in CreateSharedStateTable()
166 } else if (oldState == SUBSTATE_UNAVAILABLE) { in SubSmStateSwitch()
176 } else if (newState == SUBSTATE_UNAVAILABLE) { in SubSmStateSwitch()
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_sub_statemachine_test.cpp149 newState = SUBSTATE_UNAVAILABLE;