/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_proxy_node.cpp | 26 RSProxyNode::SharedPtr RSProxyNode::Create(NodeId targetNodeId, std::string name) in Create() argument 28 if (auto prevNode = RSNodeMap::Instance().GetNode(targetNodeId)) { in Create() 33 SharedPtr node(new RSProxyNode(targetNodeId, std::move(name))); in Create() 41 …td::unique_ptr<RSCommand> command = std::make_unique<RSProxyNodeCreate>(proxyNodeId, targetNodeId); in Create() 46 …td::unique_ptr<RSCommand> command = std::make_unique<RSProxyNodeCreate>(proxyNodeId, targetNodeId); in Create() 79 RSProxyNode::RSProxyNode(NodeId targetNodeId, std::string name) : RSNode(true), name_(std::move(nam… in RSProxyNode() argument 83 SetId(targetNodeId); in RSProxyNode()
|
H A D | rs_proxy_node.h | 35 static SharedPtr Create(NodeId targetNodeId, std::string name = "ProxyNode"); 60 explicit RSProxyNode(NodeId targetNodeId, std::string name);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/ |
H A D | rsproxynode_fuzzer.cpp | 66 NodeId targetNodeId = GetData<NodeId>(); in DoRSProxyNode() local 69 RSProxyNode proxyNode(targetNodeId, "ProxyNode"); in DoRSProxyNode() 78 RSProxyNode::Create(targetNodeId); in DoRSProxyNode()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | remote_command_executor.cpp | 34 RemoteCommandExecutor::RemoteCommandExecutor(const std::string &targetNodeId) in RemoteCommandExecutor() argument 35 : targetNodeId_(targetNodeId), ptrChannel_(nullptr), mutex_(), commands_(), running_(false) in RemoteCommandExecutor() 46 …t std::shared_ptr<RpcChannel> RemoteCommandExecutor::CreateChannel(const std::string &targetNodeId) in CreateChannel() argument 49 ConstantCommon::EncryptDevId(targetNodeId).c_str()); in CreateChannel() 51 std::shared_ptr<RpcChannel> ptrChannel = std::make_shared<SoftBusChannel>(targetNodeId); in CreateChannel()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | remote_command_executor.h | 32 explicit RemoteCommandExecutor(const std::string &targetNodeId); 53 static const std::shared_ptr<RpcChannel> CreateChannel(const std::string &targetNodeId);
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 399 bool PipelineContext::RequestFocus(const std::string& targetNodeId, bool isSyncRequest) in RequestFocus() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 363 bool RequestFocus(const std::string& targetNodeId, bool isSyncRequest = false) override;
|
H A D | pipeline_context.cpp | 2526 bool PipelineContext::RequestFocus(const std::string& targetNodeId, bool isSyncRequest) in RequestFocus() argument 2529 auto currentFocusChecked = rootElement_->RequestFocusImmediatelyById(targetNodeId); in RequestFocus() 2539 return parentPipelineContext->RequestFocus(targetNodeId); in RequestFocus()
|
H A D | pipeline_base.h | 339 virtual bool RequestFocus(const std::string& targetNodeId, bool isSyncRequest = false)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 470 bool RequestFocus(const std::string& targetNodeId, bool isSyncRequest = false) override;
|
H A D | pipeline_context.cpp | 3305 bool PipelineContext::RequestFocus(const std::string& targetNodeId, bool isSyncRequest) in RequestFocus() argument 3314 auto currentFocusChecked = focusHub->RequestFocusImmediatelyById(targetNodeId, isSyncRequest); in RequestFocus() 3322 return parentPipelineContext->RequestFocus(targetNodeId, isSyncRequest); in RequestFocus()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 1916 auto targetNodeId = popupInfo.target.Upgrade()->GetId(); in HideCustomPopups() local 1932 SubwindowManager::GetInstance()->HidePopupNG(targetNodeId); in HideCustomPopups() 1934 HidePopup(targetNodeId, popupInfo); in HideCustomPopups() 1950 auto targetNodeId = popupInfo.target.Upgrade()->GetId(); in HideAllPopups() local 1958 SubwindowManager::GetInstance()->HidePopupNG(targetNodeId); in HideAllPopups() 1960 HidePopup(targetNodeId, popupInfo); in HideAllPopups()
|