Lines Matching refs:eventMsg
105 RETURN_INVALID_IF_NULL(event.eventMsg);
106 SHARING_LOGI("push a async event, type: %{public}u %{public}s.", event.eventMsg->type,
107 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str());
117 RETURN_INVALID_IF_NULL(event.eventMsg);
118 SHARING_LOGI("push a sync event, type: %{public}u %{public}s.", event.eventMsg->type,
119 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str());
123 SHARING_LOGD("find Listener type %{public}d %{public}s.", event.eventMsg->type,
124 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str());
131 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str());
135 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str());