Searched refs:TetheringEventInterfaceCode (Results 1 – 3 of 3) sorted by relevance
31 TetheringEventInterfaceCode msgCode = static_cast<TetheringEventInterfaceCode>(code); in OnRemoteRequest()33 case TetheringEventInterfaceCode::GLOBAL_SHARING_STATE_CHANGED: { in OnRemoteRequest()38 case TetheringEventInterfaceCode::INTERFACE_SHARING_STATE_CHANGED: { in OnRemoteRequest()47 case TetheringEventInterfaceCode::SHARING_UPSTREAM_CHANGED: { in OnRemoteRequest()
50 …static_cast<uint32_t>(TetheringEventInterfaceCode::GLOBAL_SHARING_STATE_CHANGED), data, reply, opt… in OnSharingStateChanged()84 …static_cast<uint32_t>(TetheringEventInterfaceCode::INTERFACE_SHARING_STATE_CHANGED), data, reply, … in OnInterfaceSharingStateChanged()108 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(TetheringEventInterfaceCode::SHARING_UPSTR… in OnSharingUpstreamChanged()
38 enum class TetheringEventInterfaceCode { enum