Records

Functions

  • std::vector<uint8_t> LoadTestBlob (const char * name)

    Load the file |name| into a vector and return it.

    Defined at line 19 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 109 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 139 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc

  • std::unique_ptr<TestPublisher> CreateTestPublisher ()

    Defined at line 60 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.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 169 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 197 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 34 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 78 of file ../../sdk/lib/driver/devicetree/manager/manager-test-helper.cc