Home
last modified time | relevance | path

Searched refs:classType (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkModifier.js239 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 DarkComponent.js3079 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 Dmemmgr_ptr_util.h23 #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 Devent_base.cpp88 void EventListener::SetListenerClassType(ClassType classType) in SetListenerClassType() argument
91 classType_ = classType; in SetListenerClassType()
H A Devent_base.h47 virtual void SetListenerClassType(ClassType classType);
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_manager.h50 RENDER_NS::RenderNodeTypeInfo::PluginRenderNodeClassType classType { 0 };
H A Drender_node_graph_manager.cpp284 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 Daudio_policy_parser.cpp291 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 Daudio_policy_service.h613 int32_t GetModuleInfo(ClassType classType, std::string &moduleInfoStr);
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp3613 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 51 milliseconds