Home
last modified time | relevance | path

Searched refs:CreatorDriverFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/external_device_manager/services/native/driver_extension/include/
H A Ddriver_extension.h26 using CreatorDriverFunc = std::function<DriverExtension* (const std::unique_ptr<Runtime>& runtime)>; variable
77 static void SetCreator(const CreatorDriverFunc& creator);
80 static CreatorDriverFunc creator_;
/ohos5.0/drivers/external_device_manager/services/native/driver_extension/src/
H A Ddriver_extension.cpp29 CreatorDriverFunc DriverExtension::creator_ = nullptr;
30 void DriverExtension::SetCreator(const CreatorDriverFunc& creator) in SetCreator()