Home
last modified time | relevance | path

Searched refs:NET_CAPABILITIES_CHANGE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Devent_context.h34 constexpr const char *NET_CAPABILITIES_CHANGE = "netCapabilitiesChange"; variable
H A Dnapi_common.cpp37 } else if (!eventInfo.compare(NET_CAPABILITIES_CHANGE)) { in IsValidEvent()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dconn_ipc_interface_code.h98 NET_CAPABILITIES_CHANGE, enumerator
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_callback_stub_test.cpp132 …stance_->OnRemoteRequest(static_cast<uint32_t>(ConnCallbackInterfaceCode::NET_CAPABILITIES_CHANGE),
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_callback_proxy.cpp107 …et = remote->SendRequest(static_cast<uint32_t>(ConnCallbackInterfaceCode::NET_CAPABILITIES_CHANGE), in NetCapabilitiesChange()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_callback_stub.cpp27 memberFuncMap_[static_cast<uint32_t>(ConnCallbackInterfaceCode::NET_CAPABILITIES_CHANGE)] = in NetConnCallbackStub()