Searched refs:Method (Results 1 – 11 of 11) sorted by relevance
42 #define EGMOCK_TIMEOUT_METHOD_DEF_(Method, ...) \ argument43 std::atomic<bool> egmock_called_##Method; \44 std::mutex egmock_mut_##Method; \45 std::condition_variable egmock_cond_##Method;75 #define EGMOCK_TIMEOUT_METHOD_BODY_(Method, ...) \ argument76 auto invokeMock = [&]() { return egmock_##Method(__VA_ARGS__); }; \78 std::lock_guard<std::mutex> lk(egmock_mut_##Method); \79 EGMOCK_LOG_(#Method " called"); \80 egmock_called_##Method = true; \81 egmock_cond_##Method.notify_all(); \[all …]
23 * Method called by the HAL when a HW failure occurs.29 * Method called by the HAL when a new configuration is applied39 * Method called by the HAL when a tuning operation completes47 * Method called by the HAL when a frequency switch occurs.53 * Method called by the HAL when the antenna connection state changes.59 * Method called by the HAL when a traffic announcement starts or66 * Method called by the HAL when an emergency announcement starts73 * Method called by the HAL when metadata for current station
20 * Method called by the HAL when a tuning operation fails asynchronously34 * Method called by the HAL when current program information (including60 * Method called by the HAL when the antenna gets connected or disconnected.
104 * Method call succeeded and all requested buffers are returned.109 * Method call failed for some streams. Check per stream status for each115 * Method call failed for all streams and no buffers are returned at all.123 * Method call failed for all streams and no buffers are returned at all.130 * Method call failed for all streams and no buffers are returned at all.
29 * Method called by the HAL when a tuning operation completes80 * Method called by the HAL when current program information (including
31 /* EapErrorCode: Error code for EAP or EAP Method as per RFC-4186 */
81 /** Block length: 4 bits | Subbands: 2 bits | Allocation Method: 2 bits */
340 * Set EAP Method for this network.355 * Set EAP Phase2 Method for this network.743 * Get EAP Method set for this network.757 * Get EAP Phase2 Method set for this network.
108 * OSU Method. Refer to section 4.8.1.3 of the Hotspot 2.0 spec.
30 * Method call succeeded
25 /** Method invoked on an invalid |IWifiChip| object. */27 /** Method invoked on an invalid |IWifiIface| object. */29 /** Method invoked on an invalid |IWifiRttController| object. */