Home
last modified time | relevance | path

Searched defs:componentId (Results 1 – 25 of 40) sorted by relevance

12

/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_frontend.h85 void OnLayoutCompleted(const std::string& componentId) override in OnLayoutCompleted()
89 void OnDrawCompleted(const std::string& componentId) override in OnDrawCompleted()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
Djs_engine.h199 void LayoutInspectorCallback(const std::string& componentId) in LayoutInspectorCallback()
209 void DrawInspectorCallback(const std::string& componentId) in DrawInspectorCallback()
313 const RefPtr<InspectorEvent>& layoutEvent, const std::string& componentId) in RegisterLayoutInspectorCallback()
319 const RefPtr<InspectorEvent>& layoutEvent, const std::string& componentId) in UnregisterLayoutInspectorCallback()
331 const RefPtr<InspectorEvent>& drawEvent, const std::string& componentId) in RegisterDrawInspectorCallback()
337 const RefPtr<InspectorEvent>& drawEvent, const std::string& componentId) in UnregisterDrawInspectorCallback()
/foundation/arkui/ace_engine/interfaces/napi/kits/inspector/
Djs_inspector.h37 explicit ComponentObserver(const std::string& componentId) : componentId_(componentId) {} in ComponentObserver()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
Dxcomponent_event_hub.h64 void FireSurfaceInitEvent(const std::string& componentId, const uint32_t nodeId) const in FireSurfaceInitEvent()
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Djson_frontend.h97 void OnLayoutCompleted(const std::string& componentId) override {} in OnLayoutCompleted()
98 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.cpp116 const std::string& componentId) { in InitializeDelegate()
125 const std::string& componentId) { in InitializeDelegate()
203 const bool isDestroy) { in InitializeDelegate()
463 void DeclarativeFrontendNG::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted()
470 void DeclarativeFrontendNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted()
Dfrontend_delegate_declarative_ng.cpp328 …const std::string& /* eventId */, const std::string& componentId, const uint32_t nodeId, const boo… in FireExternalEvent()
728 void FrontendDelegateDeclarativeNG::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted()
741 void FrontendDelegateDeclarativeNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted()
951 const std::string& componentId, NG::ComponentSnapshot::JsCallback&& callback) in GetSnapshot()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dcomponent_snapshot.cpp60 void ComponentSnapshot::Get(const std::string& componentId, JsCallback&& callback) in Get()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dcard_frontend.h114 void OnLayoutCompleted(const std::string& componentId) override {} in OnLayoutCompleted()
115 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted()
289 …void HandleSyncEvent(const EventMarker& eventMarker, const std::string& componentId, const int32_t… in HandleSyncEvent()
Dcard_frontend_declarative.h176 …void HandleSyncEvent(const EventMarker& eventMarker, const std::string& componentId, const int32_t… in HandleSyncEvent()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/
Ddom_mock.h128 void OnLayoutCompleted(const std::string& componentId) override {} in OnLayoutCompleted()
129 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
Daccessibility_event_info_parcel.cpp63 int32_t componentId = 0; in ReadFromParcelSecondPart() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/grid/
Dgrid_test_utils.h55 …void HandleSyncEvent(const EventMarker& eventMarker, const std::string& componentId, const int32_t… in HandleSyncEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Ddeclarative_frontend.cpp396 const std::string& componentId) { in InitializeFrontendDelegate()
405 const std::string& componentId) { in InitializeFrontendDelegate()
478 const bool isDestroy) { in InitializeFrontendDelegate()
918 void DeclarativeFrontend::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted()
925 void DeclarativeFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted()
1184 …const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool i… in HandleSyncEvent()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Djs_frontend.cpp336const std::string& componentId, const uint32_t nodeId, const bool isDestroy) { in InitializeFrontendDelegate()
722 void JsFrontend::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted()
729 void JsFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted()
1000 …const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool i… in HandleSyncEvent()
Dfrontend_delegate.h182const std::string& componentId, std::function<void(std::shared_ptr<Media::PixelMap>, int32_t)>&& c… in GetSnapshot()
/foundation/barrierfree/accessibility/frameworks/common/src/
Daccessibility_element_info.cpp21 void AccessibilityElementInfo::SetComponentId(const int32_t componentId) in SetComponentId()
602 void AccessibilityElementInfo::SetLabeled(const int32_t componentId) in SetLabeled()
614 void AccessibilityElementInfo::SetAccessibilityId(const int32_t componentId) in SetAccessibilityId()
Daccessibility_event_info.cpp24 void AccessibilityMemo::SetSource(const int32_t componentId) in SetSource()
/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/
Djs_component_snapshot.cpp192 std::string componentId; in JSSnapshotGet() local
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
Daccessibilitysystemabilityclient_fuzzer.cpp71 int32_t componentId = 0; in CreateEventInfoFirstPart() local
229 int32_t componentId = 0; in SendEventFuzzTest() local
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend_delegate.h205 void GetSnapshot(const std::string& componentId, in GetSnapshot()
Dplugin_frontend.cpp653 void PluginFrontend::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted()
658 void PluginFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted()
877 …const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool i… in HandleSyncEvent()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/list/
Dlist_test_utils.h246 …void HandleSyncEvent(const EventMarker& eventMarker, const std::string& componentId, const int32_t… in ResetFocusEffect()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/refresh/
Drender_refresh_test.cpp78 …void HandleSyncEvent(const EventMarker& eventMarker, const std::string& componentId, const int32_t… in HandleSyncEvent()
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
Daccessibility_system_ability_client_impl.cpp309 …cessibilitySystemAbilityClientImpl::SendEvent(const EventType eventType, const int32_t componentId) in SendEvent()

12