Home
last modified time | relevance | path

Searched refs:guidString (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIDevice.cpp52 WMIDevice::InstallEventHandler(const char* guidString, in InstallEventHandler() argument
56 if (guidString == NULL || handler == NULL) in InstallEventHandler()
59 return fBus->InstallEventHandler(guidString, handler, context); in InstallEventHandler()
64 WMIDevice::RemoveEventHandler(const char* guidString) in RemoveEventHandler() argument
67 if (guidString == NULL) in RemoveEventHandler()
70 return fBus->RemoveEventHandler(guidString); in RemoveEventHandler()
132 wmi_install_event_handler(wmi_device _device, const char* guidString, in wmi_install_event_handler() argument
136 return device->InstallEventHandler(guidString, handler, context); in wmi_install_event_handler()
141 wmi_remove_event_handler(wmi_device _device, const char* guidString) in wmi_remove_event_handler() argument
144 return device->RemoveEventHandler(guidString); in wmi_remove_event_handler()
H A DWMIPrivate.h61 status_t InstallEventHandler(const char* guidString,
63 status_t RemoveEventHandler(const char* guidString);
117 status_t InstallEventHandler(const char* guidString,
119 status_t RemoveEventHandler(const char* guidString);
132 char* guidString);
H A DWMIACPI.cpp107 char guidString[37] = {}; in Scan() local
108 _GuidToGuidString(guid, guidString); in Scan()
111 { WMI_GUID_STRING_ITEM, B_STRING_TYPE, { .string = guidString }}, in Scan()
241 WMIACPI::InstallEventHandler(const char* guidString, in InstallEventHandler() argument
249 if (strcmp(guidString, string) == 0) { in InstallEventHandler()
265 WMIACPI::RemoveEventHandler(const char* guidString) in RemoveEventHandler() argument
272 if (strcmp(guidString, string) == 0) { in RemoveEventHandler()
363 WMIACPI::_GuidToGuidString(uint8 guid[16], char* guidString) in _GuidToGuidString() argument
365 sprintf(guidString, in _GuidToGuidString()
/haiku/headers/private/wmi/
H A Dwmi.h34 const char* guidString, acpi_notify_handler handler, void* context);
36 const char* guidString);