Home
last modified time | relevance | path

Searched refs:shareState (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H A Dnetworkshare_service_stub.cpp160 SharingIfaceState shareState = SharingIfaceState::SHARING_NIC_CAN_SERVER; in ReplyGetSharingState() local
161 int32_t ret = GetSharingState(shareType, shareState); in ReplyGetSharingState()
163 if (!reply.WriteInt32(static_cast<int32_t>(shareState))) { in ReplyGetSharingState()
178 SharingIfaceState shareState = static_cast<SharingIfaceState>(state); in ReplyGetNetSharingIfaces() local
180 int32_t ret = GetNetSharingIfaces(shareState, ifaces); in ReplyGetNetSharingIfaces()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp369 std::shared_ptr<NetSharingSubSmState> shareState = nullptr; in HandleSubSmUpdateInterfaceState() local
376 shareState = iter->second; in HandleSubSmUpdateInterfaceState()
379 if (shareState != nullptr) { in HandleSubSmUpdateInterfaceState()
381 shareState->lastState_, state); in HandleSubSmUpdateInterfaceState()
382 shareState->lastError_ = lastError; in HandleSubSmUpdateInterfaceState()
383 if (shareState->lastState_ != state) { in HandleSubSmUpdateInterfaceState()
384 shareState->lastState_ = state; in HandleSubSmUpdateInterfaceState()
444 std::shared_ptr<NetSharingSubSmState> shareState = iter.second; in IsSharing() local
445 if (shareState == nullptr) { in IsSharing()
448 if (shareState in IsSharing()
[all...]

Completed in 3 milliseconds