Home
last modified time | relevance | path

Searched refs:NotifyExecuteAction (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_dynamic_component_renderer_impl.cpp66 bool DynamicComponentRendererImpl::NotifyExecuteAction(int64_t elementId, in NotifyExecuteAction() function in OHOS::Ace::NG::DynamicComponentRendererImpl
/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddynamic_component_renderer.h75 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 Ddynamic_component_renderer_impl.h62 bool NotifyExecuteAction(int64_t elementId, const std::map<std::string, std::string>& actionArguments,
H A Ddynamic_component_renderer_impl.cpp518 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 Dmock_uicontent.h109 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 Disolated_pattern.cpp273 return dynamicComponentRenderer_->NotifyExecuteAction(elementId, actionArguments, action, offset); in TransferExecuteAction()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h355 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 Dui_content_impl.h267 bool NotifyExecuteAction(int64_t elementId, const std::map<std::string, std::string>& actionArguments,
H A Dace_container.h622 bool NotifyExecuteAction(
H A Dui_content_impl.cpp3402 bool UIContentImpl::NotifyExecuteAction( in NotifyExecuteAction() function in OHOS::Ace::UIContentImpl
3407 return container->NotifyExecuteAction(elementId, actionArguments, action, offset); in NotifyExecuteAction()
H A Dace_container.cpp3176 bool AceContainer::NotifyExecuteAction( in NotifyExecuteAction() function in AceContainer

Completed in 19 milliseconds