Lines Matching refs:event
59 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
72 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
85 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
99 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
113 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
127 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
143 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
158 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
172 StartCooperateEvent event {
179 auto errCode = event.errCode->get_future();
180 auto ret = context_.Sender().Send(CooperateEvent(CooperateEventType::START, event));
182 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
198 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
214 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
229 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
244 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
265 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
279 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
293 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
305 CooperateEvent event = receiver_.Receive();
306 switch (event.type) {
316 SetDamplingCoefficient(event);
320 sm_.OnEvent(context_, event);
344 FI_HILOGE("Failed to send event via channel, error:%{public}d", ret);
364 void Cooperate::SetDamplingCoefficient(const CooperateEvent &event)
366 SetDamplingCoefficientEvent notice = std::get<SetDamplingCoefficientEvent>(event.event);