Home
last modified time | relevance | path

Searched defs:componentId (Results 26 - 50 of 54) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h40 auto componentId = dstManager->GetComponentId(dstEntity); in CloneComponent() local
H A Decs_serializer.cpp644 const auto componentId = cm->GetComponentId(entity); in WriteComponents() local
654 const auto componentId = cm->GetComponentId(entity); in WriteComponents() local
1006 auto componentId = component.GetComponentId(entity); in ReadComponent() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp169 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) HandleSyncEvent() argument
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp24 void AccessibilityMemo::SetSource(const int64_t componentId) in SetSource() argument
H A Daccessibility_element_info.cpp22 void AccessibilityElementInfo::SetComponentId(const int64_t componentId) in SetComponentId() argument
509 void AccessibilityElementInfo::SetLabeled(const int64_t componentId) in SetLabeled() argument
519 void AccessibilityElementInfo::SetAccessibilityId(const int64_t componentId) in SetAccessibilityId() argument
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_extension.cpp267 int64_t componentId = eventInfo.GetAccessibilityId(); in GetElement() local
H A Dnapi_accessibility_element.cpp1131 napi_value componentId = nullptr; in GetElementInfoAllAttribute1() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp724 void JsFrontend::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() argument
731 void JsFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() argument
1006 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) HandleSyncEvent() argument
H A Dfrontend_delegate.h234 virtual void GetSnapshot(const std::string& componentId, in GetSnapshot() argument
243 virtual std::pair<int32_t, std::shared_ptr<Media::PixelMap>> GetSyncSnapshot(const std::string& componentId, in GetSyncSnapshot() argument
H A Dfrontend_delegate_impl.cpp1297 void FrontendDelegateImpl::OnLayoutCompleted(const std::string& componentId) {} in OnLayoutCompleted() argument
1299 void FrontendDelegateImpl::OnDrawCompleted(const std::string& componentId) {} in OnDrawCompleted() argument
566 FireExternalEvent( const std::string& eventId, const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp507 void DeclarativeFrontendNG::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() argument
514 void DeclarativeFrontendNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() argument
[all...]
H A Dfrontend_delegate_declarative_ng.cpp923 void FrontendDelegateDeclarativeNG::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() argument
936 void FrontendDelegateDeclarativeNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() argument
329 FireExternalEvent( const std::string& , const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
1176 GetSnapshot( const std::string& componentId, NG::ComponentSnapshot::JsCallback&& callback, const NG::SnapshotOptions& options) GetSnapshot() argument
1184 GetSyncSnapshot( const std::string& componentId, const NG::SnapshotOptions& options) GetSyncSnapshot() argument
[all...]
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
H A Daccessibility_system_ability_client_impl.cpp415 RetError AccessibilitySystemAbilityClientImpl::SendEvent(const EventType eventType, const int64_t componentId) in SendEvent() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp564 auto componentId = sessionInfo->uiExtensionComponentId; in OnInsightIntentExecuteDone() local
738 auto componentId = sessionInfo->uiExtensionComponentId; in ForegroundWindow() local
756 auto componentId = sessionInfo->uiExtensionComponentId; in BackgroundWindow() local
779 auto componentId = sessionInfo->uiExtensionComponentId; DestroyWindow() local
[all...]
H A Djs_ui_extension_base.cpp518 auto componentId = sessionInfo->uiExtensionComponentId; in OnInsightIntentExecuteDone() local
638 auto componentId = sessionInfo->uiExtensionComponentId; in HandleSessionCreate() local
686 auto componentId = sessionInfo->uiExtensionComponentId; in ForegroundWindow() local
704 auto componentId = sessionInfo->uiExtensionComponentId; BackgroundWindow() local
725 auto componentId = sessionInfo->uiExtensionComponentId; DestroyWindow() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h264 void LayoutInspectorCallback(const std::string& componentId) in LayoutInspectorCallback() argument
274 void DrawInspectorCallback(const std::string& componentId) in DrawInspectorCallback() argument
388 RegisterLayoutInspectorCallback( const RefPtr<InspectorEvent>& layoutEvent, const std::string& componentId) RegisterLayoutInspectorCallback() argument
394 UnregisterLayoutInspectorCallback( const RefPtr<InspectorEvent>& layoutEvent, const std::string& componentId) UnregisterLayoutInspectorCallback() argument
406 RegisterDrawInspectorCallback( const RefPtr<InspectorEvent>& drawEvent, const std::string& componentId) RegisterDrawInspectorCallback() argument
412 UnregisterDrawInspectorCallback( const RefPtr<InspectorEvent>& drawEvent, const std::string& componentId) UnregisterDrawInspectorCallback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp649 void PluginFrontend::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() argument
654 void PluginFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() argument
877 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) HandleSyncEvent() argument
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp582 const auto componentId = cm->GetComponentId(entity); in WriteComponents() local
592 const auto componentId = cm->GetComponentId(entity); in WriteComponents() local
908 auto componentId = component.GetComponentId(entity); in ReadComponent() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1076 void DeclarativeFrontend::OnLayoutCompleted(const std::string& componentId) in Initialize() argument
1083 void DeclarativeFrontend::OnDrawCompleted(const std::string& componentId) in Initialize() argument
1346 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) Initialize() argument
[all...]
H A Dfrontend_delegate_declarative.cpp2345 void FrontendDelegateDeclarative::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() argument
2364 void FrontendDelegateDeclarative::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() argument
683 FireExternalEvent( const std::string& , const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
3371 GetSnapshot( const std::string& componentId, NG::ComponentSnapshot::JsCallback&& callback, const NG::SnapshotOptions& options) GetSnapshot() argument
3379 GetSyncSnapshot( const std::string& componentId, const NG::SnapshotOptions& options) GetSyncSnapshot() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp891 const uint32_t componentId = initialTransformManager_.GetComponentId(trackState.entity); in OnAnimationComponentsCreated() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp283 int16 componentId; /* identifier for this component (0..255) */ member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1266 FireExternalEvent(RefPtr<NG::PipelineContext> context, const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp3305 spirv::IdRef componentId; in visitTypeVector() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2144 void JsiDeclarativeEngine::InitXComponent(const std::string& componentId) in InitXComponent() argument
2151 FireExternalEvent( const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
[all...]

Completed in 59 milliseconds

123