H A D | inner_event.h | 96 * Get InnerEvent instance from pool. 103 static Pointer Get(uint32_t innerEventId, int64_t param = 0, const Caller &caller = {}); 106 * Get InnerEvent instance from pool. 113 static Pointer Get(const EventId &innerEventId, int64_t param = 0, const Caller &caller = {}); 116 * Get InnerEvent instance from pool. 125 static inline Pointer Get(uint32_t innerEventId, const std::shared_ptr<T> &object, in Get() function in OHOS::AppExecFwk::final 128 auto event = Get(innerEventId, param, caller); 134 * Get InnerEvent instance from pool. 143 static inline Pointer Get(const EventId &innerEventId, const std::shared_ptr<T> &object, in Get() function in OHOS::AppExecFwk::final 146 auto event = Get(innerEventI 161 static inline Pointer Get(uint32_t innerEventId, const std::weak_ptr<T> &object, Get() function in OHOS::AppExecFwk::final 179 static inline Pointer Get(const EventId &innerEventId, const std::weak_ptr<T> &object, Get() function in OHOS::AppExecFwk::final 197 static inline Pointer Get(uint32_t innerEventId, std::unique_ptr<T, D> &&object, Get() function in OHOS::AppExecFwk::final 215 static inline Pointer Get(const EventId &innerEventId, std::unique_ptr<T, D> &&object, Get() function in OHOS::AppExecFwk::final 233 static inline Pointer Get(uint32_t innerEventId, std::unique_ptr<T, D> &object, Get() function in OHOS::AppExecFwk::final 251 static inline Pointer Get(const EventId &innerEventId, std::unique_ptr<T, D> &object, Get() function in OHOS::AppExecFwk::final 269 static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::shared_ptr<T> &object, Get() function in OHOS::AppExecFwk::final 287 static inline Pointer Get(const EventId &innerEventId, int64_t param, const std::shared_ptr<T> &object, Get() function in OHOS::AppExecFwk::final 305 static inline Pointer Get(uint32_t innerEventId, int64_t param, const std::weak_ptr<T> &object, Get() function in OHOS::AppExecFwk::final 323 static inline Pointer Get(const EventId &innerEventId, int64_t param, const std::weak_ptr<T> &object, Get() function in OHOS::AppExecFwk::final 341 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &&object, Get() function in OHOS::AppExecFwk::final 359 static inline Pointer Get(const EventId &innerEventId, int64_t param, std::unique_ptr<T, D> &&object, Get() function in OHOS::AppExecFwk::final 377 static inline Pointer Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &object, Get() function in OHOS::AppExecFwk::final 395 static inline Pointer Get(const EventId &innerEventId, int64_t param, std::unique_ptr<T, D> &object, Get() function in OHOS::AppExecFwk::final [all...] |