Home
last modified time | relevance | path

Searched defs:componentId (Results 1 - 25 of 38) sorted by relevance

12

/foundation/arkui/ace_engine/interfaces/napi/kits/inspector/
H A Djs_inspector.h36 explicit ComponentObserver(const std::string& componentId) : componentId_(componentId) {} in ComponentObserver() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension_impl.cpp135 auto componentId = sessionInfo->uiExtensionComponentId; in OnForeground() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp357 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) HandleSyncEvent() argument
/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/
H A Dstylus_detector_interface.h26 int componentId; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_event_hub.h68 void FireSurfaceInitEvent(const std::string& componentId, const uint32_t nodeId) const in FireSurfaceInitEvent() argument
80 void FireDetachEvent(const std::string& componentId) in FireDetachEvent() argument
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_event_info_parcel.cpp59 int64_t componentId = 0; in ReadFromParcelSecondPart() local
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp59 int64_t componentId = 0; in ReadFromParcelSecondPart() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Decs_clone_util.h37 auto componentId = dstManager->GetComponentId(dstEntity); in CloneComponent() local
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.cpp113 const auto componentId = in Execute() local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.cpp547 void XComponentElement::OnSurfaceInit(const std::string& componentId, const uint32_t nodeId) in OnSurfaceInit() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp221 void ComponentSnapshot::Get(const std::string& componentId, JsCallback&& callback, const SnapshotOptions& options) in Get() argument
371 std::pair<int32_t, std::shared_ptr<Media::PixelMap>> ComponentSnapshot::GetSync(const std::string& componentId, in GetSync() argument
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/
H A Djs_component_snapshot.cpp291 std::string componentId; in JSSnapshotGet() local
365 std::string componentId; in JSSnapshotGetSync() local
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H A Daccessibilitysystemabilityclient_fuzzer.cpp77 int64_t componentId = 0; in CreateEventInfoFirstPart() local
235 int64_t componentId = 0; in SendEventFuzzTest() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h40 auto componentId = dstManager->GetComponentId(dstEntity); in CloneComponent() 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
/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
/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
/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...]
/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

Completed in 22 milliseconds

12