Home
last modified time | relevance | path

Searched refs:SUB_SM_STATE_UNAVAILABLE (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_state_common.h52 constexpr int SUB_SM_STATE_UNAVAILABLE = 1; member
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_tracker_test.cpp271 itfind->second->lastState_ = SUB_SM_STATE_UNAVAILABLE; in HWTEST_F()
335 itfind->second->lastState_ = SUB_SM_STATE_UNAVAILABLE; in HWTEST_F()
705 state = SUB_SM_STATE_UNAVAILABLE; in HWTEST_F()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp397 case SUB_SM_STATE_UNAVAILABLE: in HandleSubSmUpdateInterfaceState()
552 if (subsmState->lastState_ == SUB_SM_STATE_UNAVAILABLE) { in GetSharingState()
595 if ((state == SharingIfaceState::SHARING_NIC_ERROR && subsmState->lastState_ == SUB_SM_STATE_UNAVAILABLE) || in GetNetSharingIfaces()
1298 } else if (state == SUB_SM_STATE_UNAVAILABLE) { in SubSmStateToExportState()
H A Dnetworkshare_sub_statemachine.cpp423 trackerCallback_->OnUpdateInterfaceState(shared_from_this(), SUB_SM_STATE_UNAVAILABLE, NETMANAGER_EXT_SUCCESS); in UnavailableStateEnter() local

Completed in 6 milliseconds