Home
last modified time | relevance | path

Searched defs:StubFunction (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal_stubs.cpp28 struct StubFunction<R (*)(Args...)> { struct
29 static constexpr R Invoke(Args...) { return HAL_NOT_SUPPORTED; } in Invoke()
32 struct StubFunction<void (*)(Args...)> { struct
33 static constexpr void Invoke(Args...) {} in Invoke()