| /foundation/arkui/ace_engine/advanced_ui_component/formmenu/interfaces/ |
| D | formmenu_preview.js | 25 async function querySnapshotAsync(want, componentId) { argument 40 function querySnapshot(want, componentId) { argument 54 export function AddFormMenuItem(want, componentId, options, parent = null) { argument
|
| D | formmenu.js | 25 async function querySnapshotAsync(want, componentId) { argument 50 function querySnapshot(want, componentId) { argument 64 export function AddFormMenuItem(want, componentId, options, parent = null) { argument
|
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| D | mock_frontend.h | 87 void OnLayoutCompleted(const std::string& componentId) override in OnLayoutCompleted() 91 void OnDrawCompleted(const std::string& componentId) override in OnDrawCompleted()
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
| D | js_engine.h | 233 void LayoutInspectorCallback(const std::string& componentId) in LayoutInspectorCallback() 243 void DrawInspectorCallback(const std::string& componentId) in DrawInspectorCallback() 358 const RefPtr<InspectorEvent>& layoutEvent, const std::string& componentId) in RegisterLayoutInspectorCallback() 364 const RefPtr<InspectorEvent>& layoutEvent, const std::string& componentId) in UnregisterLayoutInspectorCallback() 376 const RefPtr<InspectorEvent>& drawEvent, const std::string& componentId) in RegisterDrawInspectorCallback() 382 const RefPtr<InspectorEvent>& drawEvent, const std::string& componentId) in UnregisterDrawInspectorCallback() 393 bool IsLayoutCallBackFuncExist(const std::string& componentId) const in IsLayoutCallBackFuncExist() 401 bool IsDrawCallBackFuncExist(const std::string& componentId) const in IsDrawCallBackFuncExist()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
| D | xcomponent_event_hub.h | 68 void FireSurfaceInitEvent(const std::string& componentId, const uint32_t nodeId) const in FireSurfaceInitEvent() 80 void FireDetachEvent(const std::string& componentId) in FireDetachEvent()
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/inspector/ |
| D | js_inspector.h | 36 explicit ComponentObserver(const std::string& componentId) : componentId_(componentId) {} in ComponentObserver()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
| D | declarative_frontend_ng.cpp | 124 const std::string& componentId) { in InitializeDelegate() 133 const std::string& componentId) { in InitializeDelegate() 211 const bool isDestroy) { in InitializeDelegate() 501 void DeclarativeFrontendNG::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() 508 void DeclarativeFrontendNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted()
|
| D | frontend_delegate_declarative_ng.cpp | 339 …const std::string& /* eventId */, const std::string& componentId, const uint32_t nodeId, const boo… in FireExternalEvent() 913 void FrontendDelegateDeclarativeNG::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() 926 void FrontendDelegateDeclarativeNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() 1154 …const std::string& componentId, NG::ComponentSnapshot::JsCallback&& callback, const NG::SnapshotOp… in GetSnapshot() 1162 const std::string& componentId, const NG::SnapshotOptions& options) in GetSyncSnapshot()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
| D | js_ui_extension_base.cpp | 513 auto componentId = sessionInfo->uiExtensionComponentId; in OnInsightIntentExecuteDone() local 635 auto componentId = sessionInfo->uiExtensionComponentId; in HandleSessionCreate() local 677 auto componentId = sessionInfo->uiExtensionComponentId; in ForegroundWindow() local 694 auto componentId = sessionInfo->uiExtensionComponentId; in BackgroundWindow() local 715 auto componentId = sessionInfo->uiExtensionComponentId; in DestroyWindow() local
|
| D | js_ui_extension.cpp | 568 auto componentId = sessionInfo->uiExtensionComponentId; in OnInsightIntentExecuteDone() local 738 auto componentId = sessionInfo->uiExtensionComponentId; in ForegroundWindow() local 755 auto componentId = sessionInfo->uiExtensionComponentId; in BackgroundWindow() local 778 auto componentId = sessionInfo->uiExtensionComponentId; in DestroyWindow() local
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/ |
| D | stylus_detector_interface.h | 26 int componentId; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| D | card_frontend.h | 114 void OnLayoutCompleted(const std::string& componentId) override {} in OnLayoutCompleted() 115 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted() 264 …void HandleSyncEvent(const EventMarker& eventMarker, const std::string& componentId, const int32_t… in HandleSyncEvent()
|
| D | card_frontend_declarative.h | 155 …void HandleSyncEvent(const EventMarker& eventMarker, const std::string& componentId, const int32_t… in HandleSyncEvent()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
| D | cj_frontend_abstract.h | 184 void OnLayoutCompleted(const std::string& componentId) override {} in OnLayoutCompleted() 185 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted()
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/ |
| D | js_component_snapshot.cpp | 298 std::string componentId; in JSSnapshotGet() local 372 std::string componentId; in JSSnapshotGetSync() local
|
| /foundation/barrierfree/accessibility/common/interface/src/parcel/ |
| D | accessibility_event_info_parcel.cpp | 59 int64_t componentId = 0; in ReadFromParcelSecondPart() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
| D | js_photo_editor_extension_impl.cpp | 147 auto componentId = sessionInfo->uiExtensionComponentId; in OnForeground() local
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
| D | component_query.cpp | 113 const auto componentId = in Execute() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
| D | frontend_delegate.h | 224 virtual void GetSnapshot(const std::string& componentId, in GetSnapshot() 233 …td::pair<int32_t, std::shared_ptr<Media::PixelMap>> GetSyncSnapshot(const std::string& componentId, in GetSyncSnapshot()
|
| D | js_frontend.cpp | 337 … const std::string& componentId, const uint32_t nodeId, const bool isDestroy) { in InitializeFrontendDelegate() 724 void JsFrontend::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() 731 void JsFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() 1007 …const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool i… in HandleSyncEvent()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| D | declarative_frontend.cpp | 407 const std::string& componentId) { in Initialize() 416 const std::string& componentId) { in Initialize() 489 const bool isDestroy) { in Initialize() 1022 void DeclarativeFrontend::OnLayoutCompleted(const std::string& componentId) in Initialize() 1029 void DeclarativeFrontend::OnDrawCompleted(const std::string& componentId) in Initialize() 1285 …const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool i… in Initialize()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | component_snapshot.cpp | 210 void ComponentSnapshot::Get(const std::string& componentId, JsCallback&& callback, const SnapshotOp… in Get() 351 …t32_t, std::shared_ptr<Media::PixelMap>> ComponentSnapshot::GetSync(const std::string& componentId, in GetSync()
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| D | ecs_util.h | 40 auto componentId = dstManager->GetComponentId(dstEntity); in CORE_BEGIN_NAMESPACE() local
|
| /foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/ |
| D | accessibilitysystemabilityclient_fuzzer.cpp | 77 int64_t componentId = 0; in CreateEventInfoFirstPart() local 235 int64_t componentId = 0; in SendEventFuzzTest() local
|
| /foundation/barrierfree/accessibility/frameworks/common/src/ |
| D | accessibility_event_info.cpp | 24 void AccessibilityMemo::SetSource(const int64_t componentId) in SetSource()
|