Searched refs:classType (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkModifier.js | 239 constructor(nativePtr, classType) { 240 if (!classType) { 241 classType = ModifierType.EXPOSE_MODIFIER; 243 super(nativePtr, classType); 251 constructor(nativePtr, classType) { 252 super(nativePtr, classType); 261 constructor(nativePtr, classType) { 262 super(nativePtr, classType); 271 constructor(nativePtr, classType) { 272 super(nativePtr, classType); [all...] |
H A D | arkComponent.js | 3079 constructor(nativePtr, classType) { 3082 this._classType = classType; 3084 if (classType === ModifierType.FRAME_NODE) { 3101 } else if (classType === ModifierType.EXPOSE_MODIFIER || classType === ModifierType.STATE) { 5058 constructor(nativePtr, classType) { 5059 super(nativePtr, classType); 5085 }, (nativePtr, classType, modifierJS) => { 5086 return new modifierJS.BlankModifier(nativePtr, classType); 5221 constructor(nativePtr, classType) { [all...] |
/foundation/resourceschedule/memmgr/common/include/ |
H A D | memmgr_ptr_util.h | 23 #define DECLARE_SHARED_POINTER(classType, ptrName) std::shared_ptr<classType> ptrName = nullptr
25 #define DECLARE_UNIQUE_POINTER(classType, ptrName) std::unique_ptr<classType> ptrName = nullptr
27 #define MAKE_POINTER(ptrSelf, ptrType, classType, errLog, errAction, ...) \
31 ptrSelf = std::make_##ptrType<classType>(__VA_ARGS__); \
|
/foundation/CastEngine/castengine_wifi_display/services/event/ |
H A D | event_base.cpp | 88 void EventListener::SetListenerClassType(ClassType classType) in SetListenerClassType() argument 91 classType_ = classType; in SetListenerClassType()
|
H A D | event_base.h | 47 virtual void SetListenerClassType(ClassType classType);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_manager.h | 50 RENDER_NS::RenderNodeTypeInfo::PluginRenderNodeClassType classType { 0 };
|
H A D | render_node_graph_manager.cpp | 284 const IRenderNode::ClassType backendNode = static_cast<IRenderNode::ClassType>(typeInfoFlags.classType); 426 static_cast<IRenderNode::ClassType>(tiFlags.classType);
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_policy_parser.cpp | 291 ClassType classType = GetClassTypeByAdapterType(adapterType); in ConvertAdapterInfoToAudioModuleInfo() local 292 xmlParsedDataMap_[classType] = audioModuleListData; in ConvertAdapterInfoToAudioModuleInfo()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/ |
H A D | audio_policy_service.h | 613 int32_t GetModuleInfo(ClassType classType, std::string &moduleInfoStr);
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 3613 int32_t AudioPolicyService::GetModuleInfo(ClassType classType, std::string &moduleInfoStr) in GetModuleInfo() argument 3617 auto modulesPos = deviceClassInfo_.find(classType); in GetModuleInfo() 3619 AUDIO_ERR_LOG("find %{public}d type failed", classType); in GetModuleInfo()
|
Completed in 28 milliseconds