fdf_internal
Summary
Functions
|
Args(LogArgs... values)
|
|
ArgsSize(Args... args)
|
constexpr size_t
|
FromCString(const char *value)
|
|
GetSymbol(const std::optional< std::vector< fuchsia_driver_framework::NodeSymbol >> & symbols, std::string_view name, T default_value)
|
T
|
ILessThanSize()
|
constexpr bool
|
IfExistsRunUnmanagedUntil(fit::function< bool()> condition)
|
|
KeyValueInternal(Key key, Value value)
|
|
MakeKV(std::tuple< Values...> value, std::tuple< Tuple...> tuple)
|
auto
|
MakeKV(std::tuple< Args...> args, std::tuple< EmptyTuple...> start_tuple)
|
auto
|
MakeKV(std::tuple< Args...> args)
|
auto
|
MakeValue(Msg msg, fdf_internal::Tuplet< Args...> args)
|
auto
|
Not()
|
constexpr bool
|
NsValue(const fidl::VectorView< fuchsia_component_runner::wire::ComponentNamespaceEntry > & entries, std::string_view path)
|
|
NsValue(const std::vector< fuchsia_component_runner::ComponentNamespaceEntry > & entries, std::string_view path)
|
|
ProgramValue(const fuchsia_data::wire::Dictionary & program, std::string_view key)
|
|
ProgramValue(const std::optional< fuchsia_data::Dictionary > & program, std::string_view key)
|
|
ProgramValueAsVector(const fuchsia_data::wire::Dictionary & program, std::string_view key)
|
|
ProgramValueAsVector(const fuchsia_data::Dictionary & program, std::string_view key)
|
|
SymbolValue(const fuchsia_driver_framework::wire::DriverStartArgs & args, std::string_view name)
|
|
SymbolValue(const std::optional< std::vector< fuchsia_driver_framework::NodeSymbol >> & symbols, std::string_view name)
|
|
fx_slog(fdf::Logger & logger, FuchsiaLogSeverity severity, const char *file, int line, Msg msg, Args... args)
|
void
|
Functions
ArgsSize
constexpr size_t ArgsSize(
Args... args
)
GetSymbol
T GetSymbol(
const std::optional< std::vector< fuchsia_driver_framework::NodeSymbol >> & symbols,
std::string_view name,
T default_value
)
ILessThanSize
constexpr bool ILessThanSize()
MakeKV
auto MakeKV(
std::tuple< Values...> value,
std::tuple< Tuple...> tuple
)
MakeKV
auto MakeKV(
std::tuple< Args...> args,
std::tuple< EmptyTuple...> start_tuple
)
MakeKV
auto MakeKV(
std::tuple< Args...> args
)
NsValue
zx::result< fidl::UnownedClientEnd< fuchsia_io::Directory > > NsValue(
const std::vector< fuchsia_component_runner::ComponentNamespaceEntry > & entries,
std::string_view path
)
ProgramValue
zx::result< std::string > ProgramValue(
const fuchsia_data::wire::Dictionary & program,
std::string_view key
)
ProgramValue
zx::result< std::string > ProgramValue(
const std::optional< fuchsia_data::Dictionary > & program,
std::string_view key
)
ProgramValueAsVector
zx::result< std::vector< std::string > > ProgramValueAsVector(
const fuchsia_data::wire::Dictionary & program,
std::string_view key
)
ProgramValueAsVector
zx::result< std::vector< std::string > > ProgramValueAsVector(
const fuchsia_data::Dictionary & program,
std::string_view key
)
SymbolValue
zx::result< T > SymbolValue(
const fuchsia_driver_framework::wire::DriverStartArgs & args,
std::string_view name
)
SymbolValue
zx::result< T > SymbolValue(
const std::optional< std::vector< fuchsia_driver_framework::NodeSymbol >> & symbols,
std::string_view name
)
fx_slog
void fx_slog(
fdf::Logger & logger,
FuchsiaLogSeverity severity,
const char *file,
int line,
Msg msg,
Args... args
)
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 2024-09-27 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 2024-09-27 UTC."],[],[]]