Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ functions
Functions
3,562 in github.com/OpenZWave/open-zwave
⨍
Functions
3,562
◇
Types & classes
1,112
↓ 11 callers
Function
cfsetspeed
SunOS doesn't have the cfsetspeed convenience function.
cpp/src/platform/unix/SerialControllerImpl.cpp:39
↓ 11 callers
Function
get_int_property
cpp/hidapi/mac/hid.c:190
↓ 10 callers
Method
AddLabel
cpp/src/Localization.cpp:58
↓ 10 callers
Method
CreateValueShort
----------------------------------------------------------------------------- <Node::CreateValueShort> Helper to create a new short value and add it t
cpp/src/Node.cpp:2689
↓ 10 callers
Function
DeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
cpp/test/src/gtest-death-test.cc:262
↓ 10 callers
Function
GetEnv
cpp/test/include/gtest/internal/gtest-port.h:2418
↓ 10 callers
Method
SetUserData
cpp/tinyxml/tinyxml.h:248
↓ 10 callers
Method
Unlock
----------------------------------------------------------------------------- <Mutex::Unlock> Release our lock on the mutex --------------------------
cpp/src/platform/Mutex.cpp:80
↓ 9 callers
Method
AtEnd
cpp/test/include/gtest/internal/gtest-param-util-generated.h:3245
↓ 9 callers
Method
BaseGenerator
cpp/test/include/gtest/internal/gtest-param-util-generated.h:3194
↓ 9 callers
Method
First
cpp/tinyxml/tinyxml.h:913
↓ 9 callers
Method
FirstChild
cpp/tinyxml/tinyxml.cpp:342
↓ 9 callers
Function
GetColor
----------------------------------------------------------------------------- <GetColor> Get a Specific Color Value from a position in a RGB String it
cpp/src/command_classes/Color.cpp:252
↓ 9 callers
Function
GetControllerNodeId
cpp/src/Driver.h:223
↓ 9 callers
Method
GetCurrentQueryStage
* Returns the current query stage enum. * \return Enum value with the current query stage. * \see m_queryStage */
cpp/src/Node.h:209
↓ 9 callers
Method
IsAwake
cpp/src/command_classes/WakeUp.h:63
↓ 9 callers
Function
IsPrimaryController
cpp/src/Driver.h:215
↓ 9 callers
Method
Passed
Returns true iff the unit test passed (i.e. all test cases passed).
cpp/test/src/gtest.cc:4054
↓ 9 callers
Method
elapsed_time
Gets the elapsed time, in milliseconds.
cpp/test/src/gtest.cc:4049
↓ 8 callers
Method
GetMandatoryCommandClasses
cpp/src/Node.h:609
↓ 8 callers
Function
GetTimeInMillis
Returns the current time in milliseconds.
cpp/test/src/gtest.cc:803
↓ 8 callers
Function
HandleExceptionsInMethodIfSupported
cpp/test/src/gtest.cc:2407
↓ 8 callers
Method
IsListeningDevice
cpp/src/Node.h:303
↓ 8 callers
Function
IsSubstringImpl
cpp/test/src/gtest.cc:1580
↓ 8 callers
Method
Lock
----------------------------------------------------------------------------- <Mutex::Lock> Lock the mutex -------------------------------------------
cpp/src/platform/Mutex.cpp:68
↓ 8 callers
Function
ParseBoolFlag
Parses a string for a bool flag, in the form of either "--flag=value" or "--flag". In the former case, the value is taken as true as long as it does
cpp/test/src/gtest.cc:5052
↓ 8 callers
Function
ParseNaturalNumber
cpp/test/src/gtest-internal-inl.h:967
↓ 8 callers
Function
PrintCharsAsStringTo
cpp/test/src/gtest-printers.cc:262
↓ 8 callers
Method
SetLabel
cpp/src/value_classes/Value.cpp:776
↓ 8 callers
Method
SetUnits
cpp/src/value_classes/Value.h:70
↓ 8 callers
Method
SetValue
----------------------------------------------------------------------------- <Manager::SetValue> Sets a bit in a BitSet Value -----------------------
cpp/src/Manager.cpp:2734
↓ 8 callers
Method
Stop
----------------------------------------------------------------------------- <Thread::Stop> Stop a function running on this thread ------------------
cpp/src/platform/Thread.cpp:85
↓ 8 callers
Function
ToLower
cpp/test/include/gtest/internal/gtest-port.h:2308
↓ 8 callers
Function
ToUpper
cpp/test/include/gtest/internal/gtest-port.h:2311
↓ 8 callers
Method
Write
----------------------------------------------------------------------------- <Log::Write> Write to the log ------------------------------------------
cpp/src/platform/Log.cpp:222
↓ 8 callers
Function
_GetError
cpp/src/platform/HttpClient.cpp:175
↓ 8 callers
Function
_GetErrorStr
cpp/src/platform/HttpClient.cpp:186
↓ 8 callers
Function
aes_ecb_encrypt
cpp/src/aes/aes_modes.c:137
↓ 8 callers
Method
data
Convert a TiXmlString into a char * (need not be null terminated).
cpp/tinyxml/tinystr.h:145
↓ 8 callers
Method
reserve
cpp/tinyxml/tinystr.cpp:42
↓ 7 callers
Function
BoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
cpp/test/src/gtest-port.cc:1173
↓ 7 callers
Function
ForEach
cpp/test/src/gtest-internal-inl.h:296
↓ 7 callers
Function
FormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
cpp/test/src/gtest-port.cc:880
↓ 7 callers
Function
GTEST_LOCK_EXCLUDED_
cpp/test/src/gtest.cc:4112
↓ 7 callers
Method
GetDriver
----------------------------------------------------------------------------- <CommandClass::GetDriver> Get a pointer to our driver ------------------
cpp/src/command_classes/CommandClass.cpp:118
↓ 7 callers
Function
GetNodeId
* Get the ID of any node involved in this notification. * \return the node's ID */
cpp/src/Notification.h:160
↓ 7 callers
Function
GetNodeInfo
----------------------------------------------------------------------------- <GetNodeInfo> Return the NodeInfo object associated with this notificati
cpp/examples/MinOZW/Main.cpp:71
↓ 7 callers
Function
GetNodeInfo
----------------------------------------------------------------------------- <GetNodeInfo> Return the NodeInfo object associated with this notificati
cpp/examples/windows/MinOZW/Main.cpp:65
↓ 7 callers
Method
GetOptionAsInt
----------------------------------------------------------------------------- <Options::GetOptionAsInt> Get the value of an integer option. ----------
cpp/src/Options.cpp:302
↓ 7 callers
Method
GetPrecision
cpp/src/value_classes/ValueDecimal.h:67
↓ 7 callers
Method
GetProductName
cpp/src/Node.h:351
↓ 7 callers
Function
IsAPICallSupported
cpp/src/Driver.h:462
↓ 7 callers
Method
IsNodeAlive
* Returns whether the library thinks a node is functioning properly * \return boolean status of node. */
cpp/src/Node.h:223
↓ 7 callers
Function
ParseStringFlag
Parses a string for a string flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
cpp/test/src/gtest.cc:5086
↓ 7 callers
Method
QueueMsg
----------------------------------------------------------------------------- <WakeUp::QueueMsg> Add a Z-Wave message to the queue -------------------
cpp/src/command_classes/WakeUp.cpp:390
↓ 7 callers
Method
Stamp
cpp/tinyxml/tinyxmlparser.cpp:197
↓ 7 callers
Function
StringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
cpp/test/src/gtest.cc:1979
↓ 7 callers
Function
SumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
cpp/test/src/gtest.cc:335
↓ 7 callers
Method
TimeRemaining
----------------------------------------------------------------------------- <TimeStamp::TimeRemaining> Gets the difference between now and the times
cpp/src/platform/TimeStamp.cpp:80
↓ 7 callers
Method
ToText
< Cast to a more defined type. Will return null if not of the requested type.
cpp/tinyxml/tinyxml.h:702
↓ 7 callers
Method
UponLeavingGTest
cpp/test/src/gtest.cc:3854
↓ 7 callers
Method
begin
cpp/test/include/gtest/internal/gtest-param-util.h:195
↓ 7 callers
Method
end
cpp/test/include/gtest/internal/gtest-param-util.h:196
↓ 7 callers
Method
os_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
cpp/test/src/gtest.cc:4917
↓ 6 callers
Function
Abort
cpp/test/src/gtest-port.cc:1106
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
cpp/test/src/gtest.cc:1744
↓ 6 callers
Method
Clone
cpp/tinyxml/tinyxml.cpp:862
↓ 6 callers
Function
FormatForComparisonFailureMessage
cpp/test/include/gtest/gtest-printers.h:349
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
cpp/test/src/gtest-port.cc:674
↓ 6 callers
Method
GetAuthKey
cpp/src/Driver.cpp:7184
↓ 6 callers
Method
GetControllerPath
----------------------------------------------------------------------------- <Manager::GetControllerPath> Retrieve controller interface path --------
cpp/src/Manager.cpp:670
↓ 6 callers
Method
GetDriver
----------------------------------------------------------------------------- <Node::GetDriver> Get a pointer to our driver --------------------------
cpp/src/Msg.cpp:320
↓ 6 callers
Method
GetFlagInt
cpp/src/CompatOptionManager.cpp:317
↓ 6 callers
Method
GetManufacturerId
string GetManufacturerId()const{ return std::to_string(m_manufacturerId); }
cpp/src/Node.h:356
↓ 6 callers
Method
GetProductId
string GetProductId()const{ return string(m_productId); }
cpp/src/Node.h:360
↓ 6 callers
Method
GetProductType
string GetProductType()const{ return string(m_productType); }
cpp/src/Node.h:358
↓ 6 callers
Method
HasLabel
cpp/src/Localization.cpp:91
↓ 6 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
cpp/test/src/gtest-port.cc:627
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
cpp/test/src/gtest-filepath.cc:90
↓ 6 callers
Method
RequestValue
----------------------------------------------------------------------------- <Lock::RequestValue> Request current value from the device -------------
cpp/src/command_classes/Lock.cpp:70
↓ 6 callers
Method
Reset
cpp/test/src/gtest-port.cc:197
↓ 6 callers
Method
SetNodeAlive
----------------------------------------------------------------------------- <Node::SetNodeAlive> Track alive state of a node for dead node detection
cpp/src/Node.cpp:1902
↓ 6 callers
Method
SetPrecision
cpp/src/value_classes/ValueDecimal.h:70
↓ 6 callers
Method
SetQueryStage
----------------------------------------------------------------------------- <Node::SetQueryStage> Set the query stage (but only to an earlier stage)
cpp/src/Node.cpp:820
↓ 6 callers
Method
SetTime
----------------------------------------------------------------------------- <TimeStamp::SetTime> Sets the timestamp to now, plus an offset in millis
cpp/src/platform/TimeStamp.cpp:68
↓ 6 callers
Function
SetValue
cpp/src/command_classes/CommandClass.h:83
↓ 6 callers
Function
SkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
cpp/test/src/gtest.cc:5000
↓ 6 callers
Function
StringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
cpp/test/src/gtest-port.cc:1211
↓ 6 callers
Function
c_str
cpp/test/include/gtest/internal/gtest-filepath.h:78
↓ 6 callers
Method
failed_test_count
Gets the number of failed tests.
cpp/test/src/gtest.cc:753
↓ 6 callers
Function
hid_open_path
cpp/hidapi/windows/hid.cpp:538
↓ 6 callers
Method
isNetworkKeySet
cpp/src/Driver.cpp:7214
↓ 6 callers
Function
listeners
Provides access to the event listener list.
cpp/test/src/gtest-internal-inl.h:590
↓ 6 callers
Function
pthread_barrier_wait
cpp/hidapi/mac/hid.c:75
↓ 5 callers
Method
AppendArray
----------------------------------------------------------------------------- <Msg::AppendArray> Add a byte array to the message ---------------------
cpp/src/Msg.cpp:144
↓ 5 callers
Function
EqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
cpp/test/src/gtest.cc:1309
↓ 5 callers
Function
FOpen
cpp/test/include/gtest/internal/gtest-port.h:2398
↓ 5 callers
Function
FormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
cpp/test/src/gtest-death-test.cc:504
↓ 5 callers
Method
GetAlarmType
cpp/src/NotificationCCTypes.cpp:286
↓ 5 callers
Method
GetConfigPath
cpp/src/ManufacturerSpecificDB.h:86
← previous
next →
101–200 of 3,562, ranked by callers