component_testing::LocalComponentImplBase
This is an abstract class.Summary
Inheritance
Direct Known Subclasses:
component_testing::LocalCppComponent,
component_testing::LocalHlcppComponent
Public functions
|
Exit(zx_status_t return_code)
|
void
|
OnStart()=0
|
virtual void
|
OnStop()
|
virtual void
|
ns()
|
fdio_ns_t *
|
Protected attributes
initialized_
bool initialized_ = false
namespace_
fdio_ns_t * namespace_ = nullptr
Public functions
Exit
void Exit(
zx_status_t return_code
)
OnStart
virtual void OnStart()=0
OnStop
virtual void OnStop()
~LocalComponentImplBase
virtual ~LocalComponentImplBase()
Protected functions
Initialize
zx_status_t Initialize(
fdio_ns_t *ns,
zx::channel outgoing_dir,
async_dispatcher_t *dispatcher,
fit::function< void(zx_status_t)> on_exit
)
SetOutgoingDirectory
virtual zx_status_t SetOutgoingDirectory(
zx::channel outgoing_dir,
async_dispatcher_t *dispatcher
)=0
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-18 UTC."],[],[],null,[]]