Home
last modified time | relevance | path

Searched refs:handleParam (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/
H A Dnstackx_wifi_stat_linux.h57 typedef int32_t (*handler)(struct nl_msg *msg, HandleParam *handleParam);
64 HandleParam handleParam; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/wifi/
H A Dnstackx_wifi_stat_linux.c209 nl80211MsgSet->handle(msg, &nl80211MsgSet->handleParam); in Nl80211Msg()
247 int32_t GetStationHandler(struct nl_msg *msg, HandleParam *handleParam) in GetStationHandler() argument
249 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, handleParam->mac); in GetStationHandler()
280 nl80211MsgSet.handleParam.mac = macAddr; in GetWifiStaInfo()
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp682 bool BtGattRecordCtx::Update(int32_t id, int32_t st, int32_t handleParam, SoftBusBtUuid *param) in Update() argument
687 this->handle = handleParam; in Update()
691 testing::AssertionResult BtGattRecordCtx::Expect(int32_t id, int32_t st, int32_t handleParam, SoftBusBtUuid *param) in Expect() argument
697 if (this->handle != handleParam) { in Expect()
699 << "want: " << handleParam << ", actual: " << this->handle; in Expect()

Completed in 3 milliseconds