Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_state_common.h51 constexpr int SUB_SM_STATE_AVAILABLE = 0; member
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp167 lastState_(SUB_SM_STATE_AVAILABLE), in NetSharingSubSmState()
396 case SUB_SM_STATE_AVAILABLE: in HandleSubSmUpdateInterfaceState()
557 if (subsmState->lastState_ == SUB_SM_STATE_AVAILABLE) { in GetSharingState()
596 (state == SharingIfaceState::SHARING_NIC_CAN_SERVER && subsmState->lastState_ == SUB_SM_STATE_AVAILABLE) || in GetNetSharingIfaces()
846 if (subSMState->lastState_ != SUB_SM_STATE_AVAILABLE) { in Sharing()
1294 if (state == SUB_SM_STATE_AVAILABLE) { in SubSmStateToExportState()
H A Dnetworkshare_sub_statemachine.cpp236 trackerCallback_->OnUpdateInterfaceState(shared_from_this(), SUB_SM_STATE_AVAILABLE, lastError_); in InitStateEnter() local
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_tracker_test.cpp282 itfind->second->lastState_ = SUB_SM_STATE_AVAILABLE; in HWTEST_F()
697 int state = SUB_SM_STATE_AVAILABLE; in HWTEST_F()

Completed in 7 milliseconds