Home
last modified time | relevance | path

Searched refs:aceType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_actuator.h125 AceType* aceType = parentViewObj->Unwrap<AceType>(); in SetParentViewObj() local
126 CHECK_NULL_VOID(aceType); in SetParentViewObj()
127 std::string typeName = AceType::TypeName(aceType); in SetParentViewObj()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp45 int32_t GetMMITouchType(int32_t aceType) in GetMMITouchType() argument
47 switch (aceType) { in GetMMITouchType()