Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dsharing_event_callback_stub.cpp31 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()
H A Dsharing_event_callback_proxy.cpp50 …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()
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dtethering_ipc_interface_code.h38 enum class TetheringEventInterfaceCode { enum