Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/resource/config/
H A Devent_threshold.json9 "Custom": { object
27 "Custom": { object
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Derror.rs41 Custom(Box<Custom>), enumerator
54 struct Custom { struct
55 kind: ErrorKind,
56 error: Box<dyn std::error::Error + Send + Sync>,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition_effect.cpp102 std::shared_ptr<RSTransitionEffect> RSTransitionEffect::Custom(const std::shared_ptr<RSTransitionMo… in Custom() function in OHOS::Rosen::RSTransitionEffect
114 void RSCustomTransitionEffect::Custom(const std::shared_ptr<RSPropertyBase>& property, in Custom() function in OHOS::Rosen::RSCustomTransitionEffect
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Derror.rs42 Custom(String), enumerator