Records
Functions
-
std::vector<uint8_t> LoadTestBlob (const char * name)Load the file |name| into a vector and return it.
Defined at line 18 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc
-
bool CheckHasProperties (std::vector<fuchsia_driver_framework::NodeProperty> expected, const std::vector< ::fuchsia_driver_framework::NodeProperty> & node_properties, bool allow_additional_properties)Defined at line 107 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc
-
bool CheckHasProperties (std::vector<fuchsia_driver_framework::NodeProperty2> expected, const std::vector< ::fuchsia_driver_framework::NodeProperty2> & node_properties, bool allow_additional_properties)Defined at line 137 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc
-
bool CheckHasBindRules (std::vector<fuchsia_driver_framework::BindRule> expected, const std::vector< ::fuchsia_driver_framework::BindRule> & node_rules, bool allow_additional_rules)Defined at line 167 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc
-
bool CheckHasBindRules (std::vector<fuchsia_driver_framework::BindRule2> expected, const std::vector< ::fuchsia_driver_framework::BindRule2> & node_rules, bool allow_additional_rules)Defined at line 195 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc
-
std::string DebugStringifyProperty (const fuchsia_driver_framework::NodePropertyKey & key, const std::vector<fuchsia_driver_framework::NodePropertyValue> & values)Defined at line 32 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc
-
std::string DebugStringifyProperty (const std::string & keyconst std::vector<fuchsia_driver_framework::NodePropertyValue> & values)Defined at line 76 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc