/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_dynamic_component_renderer_impl.cpp | 66 bool DynamicComponentRendererImpl::NotifyExecuteAction(int64_t elementId,
in NotifyExecuteAction() function in OHOS::Ace::NG::DynamicComponentRendererImpl
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | dynamic_component_renderer.h | 75 virtual bool NotifyExecuteAction(int64_t elementId, const std::map<std::string, std::string>& actionArguments,
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.h | 62 bool NotifyExecuteAction(int64_t elementId, const std::map<std::string, std::string>& actionArguments,
|
H A D | dynamic_component_renderer_impl.cpp | 518 bool DynamicComponentRendererImpl::NotifyExecuteAction(int64_t elementId, const std::map<std::string, in NotifyExecuteAction() function in OHOS::Ace::NG::DynamicComponentRendererImpl 522 return uiContent_->NotifyExecuteAction(elementId, actionArguments, action, offset); in NotifyExecuteAction()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 109 MOCK_METHOD4(NotifyExecuteAction, bool(int64_t elementId, const std::map<std::string, std::string>& actionAguments,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | isolated_pattern.cpp | 273 return dynamicComponentRenderer_->NotifyExecuteAction(elementId, actionArguments, action, offset); in TransferExecuteAction()
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 355 virtual bool NotifyExecuteAction(int64_t elementId, const std::map<std::string, std::string>& actionArguments, in NotifyExecuteAction() function in OHOS::OHOS::Ace::UIContent
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.h | 267 bool NotifyExecuteAction(int64_t elementId, const std::map<std::string, std::string>& actionArguments,
|
H A D | ace_container.h | 622 bool NotifyExecuteAction(
|
H A D | ui_content_impl.cpp | 3402 bool UIContentImpl::NotifyExecuteAction( in NotifyExecuteAction() function in OHOS::Ace::UIContentImpl 3407 return container->NotifyExecuteAction(elementId, actionArguments, action, offset); in NotifyExecuteAction()
|
H A D | ace_container.cpp | 3176 bool AceContainer::NotifyExecuteAction( in NotifyExecuteAction() function in AceContainer
|