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
Method
HandleSerialAPIResetRequest
----------------------------------------------------------------------------- <Driver::HandleSerialAPIResetRequest> Process a response from the Z-Wave
cpp/src/Driver.cpp:2713
Method
HandleSerialAPISetupResponse
cpp/src/Driver.cpp:2563
Method
HandleSerialAPISoftResetResponse
----------------------------------------------------------------------------- <Driver::HandleSerialAPISoftResetResponse> Process a response from the Z
cpp/src/Driver.cpp:2701
Method
HandleSerialApiSetTimeoutsResponse
----------------------------------------------------------------------------- <Driver::HandleSerialApiSetTimeoutsResponse> Process a response from the
cpp/src/Driver.cpp:6282
Method
HandleSetLearnModeRequest
----------------------------------------------------------------------------- <Driver::HandleSetLearnModeRequest> Process a request from the Z-Wave PC
cpp/src/Driver.cpp:3568
Method
HandleSetSUCNodeIdResponse
----------------------------------------------------------------------------- <Driver::HandleSetSUCNodeIdResponse> Process a response from the Z-Wave
cpp/src/Driver.cpp:2769
Method
HandleSetSlaveLearnModeRequest
----------------------------------------------------------------------------- <Driver::HandleSetSlaveLearnModeRequest> Process a request from the Z-Wa
cpp/src/Driver.cpp:6642
Method
HandleSetSlaveLearnModeResponse
----------------------------------------------------------------------------- <Driver::HandleSetSlaveLearnModeResponse> Process a response from the Z-
cpp/src/Driver.cpp:6613
Method
HandleSupportedReport
----------------------------------------------------------------------------- <Meter::HandleSupportedReport> Create the values for this command class
cpp/src/command_classes/Meter.cpp:244
Method
HandleSupportedReport
cpp/src/command_classes/Security.cpp:151
Function
HasExtendedTxStatus
cpp/src/Driver.h:220
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
cpp/test/include/gtest/gtest.h:407
Method
HasFatalFailure
Returns true iff the test fatally failed.
cpp/test/src/gtest.cc:2181
Method
HasNewFatalFailureHelper
cpp/test/src/gtest-test-part.cc:89
Method
HasNonfatalFailure
Returns true iff the test has a non-fatal failure.
cpp/test/src/gtest.cc:2191
Function
HasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
cpp/test/src/gtest.cc:631
Method
HasPendingTask
cpp/src/platform/HttpClient.h:264
Function
HasSSL
------------------------ SSL STUFF -------------------------
cpp/src/platform/HttpClient.cpp:92
Method
HasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
cpp/test/src/gtest.cc:2266
Method
Hdr
cpp/src/platform/HttpClient.cpp:1318
Method
HealNetwork
----------------------------------------------------------------------------- <Manager::HealNetwork> Heal the Z-Wave network one node at a time. -----
cpp/src/Manager.cpp:4158
Method
HealNetworkNode
----------------------------------------------------------------------------- <Manager::HealNetworkNode> Heal a single node in the network -----------
cpp/src/Manager.cpp:4132
Method
HidController
----------------------------------------------------------------------------- <HidController::HidController> Constructor -----------------------------
cpp/src/platform/HidController.cpp:53
Method
HidController
----------------------------------------------------------------------------- <HidControllerImpl::HidControllerImpl> Constructor ---------------------
cpp/src/platform/winRT/HidControllerWinRT.cpp:52
Method
HttpClient
cpp/src/Http.cpp:60
Method
HttpSocket
cpp/src/platform/HttpClient.cpp:938
Method
HttpThreadProc
cpp/src/Http.cpp:139
Method
Hunk
cpp/test/src/gtest.cc:1125
Method
Identify
cpp/tinyxml/tinyxmlparser.cpp:819
Function
ImplicitCast_
cpp/test/include/gtest/internal/gtest-port.h:1377
Function
InDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
cpp/test/src/gtest-death-test.cc:133
Method
Indent
Query the indention string.
cpp/tinyxml/tinyxml.h:1755
Method
Indicator
cpp/src/command_classes/Indicator.h:61
Method
Infinity
Returns the floating-point number that represent positive infinity.
cpp/test/include/gtest/internal/gtest-internal.h:324
Method
Init
Initializes an RE from its string representation.
cpp/test/src/gtest-port.cc:594
Method
Init
cpp/test/src/gtest.cc:580
Method
Init
----------------------------------------------------------------------------- <HidController::Init> Open the HID port --------------------------------
cpp/src/platform/HidController.cpp:252
Method
Init
----------------------------------------------------------------------------- <SerialControllerImpl::Init> Initialize the serial port ----------------
cpp/src/platform/unix/SerialControllerImpl.cpp:183
Method
Init
----------------------------------------------------------------------------- <HidControllerImpl::Init> Open the HID port ----------------------------
cpp/src/platform/winRT/HidControllerWinRT.cpp:185
Method
Init
----------------------------------------------------------------------------- <SerialControllerImpl::Init> Initialize the serial port ----------------
cpp/src/platform/windows/SerialControllerImpl.cpp:175
Method
Init
cpp/src/command_classes/Security.cpp:73
Method
InitAllNodes
----------------------------------------------------------------------------- <Driver::InitAllNodes> Delete all nodes and fetch new node data from the
cpp/src/Driver.cpp:4619
Method
InitCopy
Initializes this object with a copy of the input.
cpp/test/include/gtest/internal/gtest-internal.h:1078
Method
InitNode
----------------------------------------------------------------------------- <Driver::InitNode> Queue a node to be interrogated for its setup details
cpp/src/Driver.cpp:4643
Method
InitRef
Initializes this object with a reference of the input.
cpp/test/include/gtest/internal/gtest-internal.h:1087
Method
InsertAfterChild
cpp/tinyxml/tinyxml.cpp:260
Method
InsertBeforeChild
cpp/tinyxml/tinyxml.cpp:228
Method
InsertEndChild
cpp/tinyxml/tinyxml.cpp:213
Method
InstanceValueHolderFactory
cpp/test/include/gtest/internal/gtest-port.h:1936
Method
InstantiationInfo
cpp/test/include/gtest/internal/gtest-param-util.h:620
Method
IntValue
cpp/tinyxml/tinyxml.cpp:1279
Method
InternalRunDeathTestFlag
cpp/test/include/gtest/internal/gtest-death-test-internal.h:236
Function
IsAlNum
cpp/test/include/gtest/internal/gtest-port.h:2285
Method
IsAlpha
static*/
cpp/tinyxml/tinyxmlparser.cpp:130
Method
IsAlphaNum
static*/
cpp/tinyxml/tinyxmlparser.cpp:151
Method
IsBridgeController
----------------------------------------------------------------------------- <Manager::IsBridgeController> -----------------------------------------
cpp/src/Manager.cpp:546
Method
IsCheckingChange
void SetIsSet() { m_isSet = true; } // TODO: consider removing this...it's never called since m_isSet is set in ValueChanged and ValueRefreshed
cpp/src/value_classes/Value.h:99
Method
IsCloseable
cpp/test/src/gtest-port.cc:215
Function
IsContainerTest
cpp/test/include/gtest/internal/gtest-internal.h:933
Function
IsEmpty
Returns true iff the path is "".
cpp/test/include/gtest/internal/gtest-filepath.h:111
Method
IsExpectedReply
----------------------------------------------------------------------------- <Driver::IsExpectedReply> Determine if the reply is from the node we are
cpp/src/Driver.cpp:1696
Function
IsHRESULTFailure
cpp/test/src/gtest.cc:1708
Function
IsHRESULTSuccess
cpp/test/src/gtest.cc:1701
Function
IsInNIF
cpp/src/command_classes/CommandClass.h:134
Function
IsLower
cpp/test/include/gtest/internal/gtest-port.h:2291
Method
IsMultiInstance
----------------------------------------------------------------------------- <Manager::IsMultiInstance> Returns true is group supports multi instance
cpp/src/Manager.cpp:3851
Method
IsMultiInstance
cpp/src/Group.h:75
Method
IsMultiInstance
----------------------------------------------------------------------------- <Driver::IsMultiInstance> Returns true if group supports multi instance
cpp/src/Driver.cpp:6133
Method
IsMultiInstance
----------------------------------------------------------------------------- <Node::IsMultiInstance> Returns true if group supports multi instance --
cpp/src/Node.cpp:3034
Function
IsNoOperation
cpp/src/Msg.h:125
Method
IsNodeAwake
----------------------------------------------------------------------------- <Manager::IsNodeAwake> Helper method to return whether a node is awake o
cpp/src/Manager.cpp:1589
Method
IsNodeBeamingDevice
----------------------------------------------------------------------------- <Manager::IsNodeBeamingDevice> Get whether the node is a beam capable de
cpp/src/Manager.cpp:941
Method
IsNodeBeamingDevice
----------------------------------------------------------------------------- <Driver::IsNodeBeamingDevice> Get whether the node is a beam capable dev
cpp/src/Driver.cpp:4728
Method
IsNodeFailed
----------------------------------------------------------------------------- <Manager::IsNodeFailed> Helper method to return whether a node is on the
cpp/src/Manager.cpp:1620
Method
IsNodeFrequentListeningDevice
----------------------------------------------------------------------------- <Manager::IsNodeFrequentListeningDevice> Get whether the node is a liste
cpp/src/Manager.cpp:922
Method
IsNodeFrequentListeningDevice
----------------------------------------------------------------------------- <Driver::IsNodeFrequentListeningDevice> Get whether the node is a listen
cpp/src/Driver.cpp:4709
Method
IsNodeInfoReceived
----------------------------------------------------------------------------- <Manager::IsNodeInfoReceived> Helper method to return whether a particul
cpp/src/Manager.cpp:1516
Method
IsNodeListeningDevice
----------------------------------------------------------------------------- <Manager::IsNodeListeningDevice> Get whether the node is a listening dev
cpp/src/Manager.cpp:903
Method
IsNodeListeningDevice
----------------------------------------------------------------------------- <Driver::IsNodeListeningDevice> Get whether the node is a listening devi
cpp/src/Driver.cpp:4690
Method
IsNodeRoutingDevice
----------------------------------------------------------------------------- <Manager::IsNodeRoutingDevice> Get whether the node is a routing device
cpp/src/Manager.cpp:960
Method
IsNodeRoutingDevice
----------------------------------------------------------------------------- <Driver::IsNodeRoutingDevice> Get whether the node is a routing device t
cpp/src/Driver.cpp:4747
Method
IsNodeSecurityDevice
----------------------------------------------------------------------------- <Manager::IsNodeSecurityDevice> Get the security attribute for a node. -
cpp/src/Manager.cpp:979
Method
IsNodeSecurityDevice
----------------------------------------------------------------------------- <Driver::IsNodeSecurityDevice> Get the security attribute for a node ---
cpp/src/Driver.cpp:4766
Method
IsNodeZWavePlus
cpp/src/Driver.cpp:4915
Method
IsNodeZWavePlus
cpp/src/Node.h:251
Method
IsNormalizableWhitespace
Is c a whitespace character that is normalized to a space character when it appears in an XML attribute value?
cpp/test/src/gtest.cc:3356
Function
IsNotSubstring
cpp/test/src/gtest.cc:1615
Method
IsPrimaryController
----------------------------------------------------------------------------- <Manager::IsPrimaryController> ----------------------------------------
cpp/src/Manager.cpp:510
Method
IsRedirecting
cpp/src/platform/HttpClient.cpp:1376
Method
IsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
cpp/test/src/gtest-filepath.cc:253
Function
IsSecureSupported
cpp/src/command_classes/CommandClass.h:130
Function
IsSecured
cpp/src/command_classes/CommandClass.h:128
Method
IsSignalled
----------------------------------------------------------------------------- <Thread::IsSignalled> Test whether the event is set --------------------
cpp/src/platform/Thread.cpp:118
Method
IsSignalled
----------------------------------------------------------------------------- <Event::IsSignalled> Test whether the event is set ---------------------
cpp/src/platform/Event.cpp:90
Method
IsSignalled
----------------------------------------------------------------------------- <Stream::IsSignalled> Test whether there is enough data to be signalled
cpp/src/platform/Stream.cpp:196
Method
IsSignalled
----------------------------------------------------------------------------- <MutexImpl::IsSignalled> Test whether the mutex is free ----------------
cpp/src/platform/unix/MutexImpl.cpp:141
Method
IsSignalled
----------------------------------------------------------------------------- <ThreadImpl::IsSignalled> Test whether the thread has completed --------
cpp/src/platform/unix/ThreadImpl.cpp:147
Method
IsSignalled
----------------------------------------------------------------------------- <MutexImpl::IsSignalled> Test whether the mutex is free ----------------
cpp/src/platform/winRT/MutexImpl.cpp:108
Method
IsSignalled
----------------------------------------------------------------------------- <ThreadImpl::IsSignalled> Test whether the thread has completed --------
cpp/src/platform/winRT/ThreadImpl.cpp:145
Method
IsSignalled
----------------------------------------------------------------------------- <MutexImpl::IsSignalled> Test whether the mutex is free ----------------
cpp/src/platform/windows/MutexImpl.cpp:108
← previous
next →
1,901–2,000 of 3,562, ranked by callers