MCPcopy Create free account

hub / github.com/OpenZWave/open-zwave / functions

Functions3,562 in github.com/OpenZWave/open-zwave

↓ 1 callersMethodIsNodeZWavePlus
----------------------------------------------------------------------------- <Manager::IsNodeZWavePlus> Get if the Node is a ZWave Plus Supported Nod
cpp/src/Manager.cpp:1056
↓ 1 callersMethodIsPolled
cpp/src/value_classes/Value.h:64
↓ 1 callersFunctionIsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
cpp/test/src/gtest-printers.cc:137
↓ 1 callersMethodIsReadOnly
cpp/src/value_classes/Value.h:61
↓ 1 callersMethodIsRoutingDevice
cpp/src/Node.h:306
↓ 1 callersMethodIsSecurityDevice
cpp/src/Node.h:307
↓ 1 callersMethodIsSignalled
----------------------------------------------------------------------------- <EventImpl::IsSignalled> Test whether the event is set -----------------
cpp/src/platform/winRT/EventImpl.cpp:85
↓ 1 callersMethodIsSignalled
----------------------------------------------------------------------------- <EventImpl::IsSignalled> Test whether the event is set -----------------
cpp/src/platform/windows/EventImpl.cpp:85
↓ 1 callersFunctionIsSubstringPred
cpp/test/src/gtest.cc:1554
↓ 1 callersMethodIsSuccess
cpp/src/platform/HttpClient.cpp:1393
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
cpp/test/src/gtest.cc:1791
↓ 1 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
cpp/test/src/gtest-port.cc:646
↓ 1 callersFunctionIsXDigit
cpp/test/include/gtest/internal/gtest-port.h:2300
↓ 1 callersMethodLastChild
cpp/tinyxml/tinyxml.cpp:354
↓ 1 callersMethodLoadConfigXML
----------------------------------------------------------------------------- <ManufacturerSpecific::LoadConfigXML> Try to find and load an XML file d
cpp/src/command_classes/ManufacturerSpecific.cpp:295
↓ 1 callersFunctionLoadFlagsFromFile
cpp/test/src/gtest.cc:5252
↓ 1 callersFunctionLogToStderr
cpp/test/include/gtest/internal/gtest-port.h:1309
↓ 1 callersMethodLookupTxT
cpp/src/platform/DNS.cpp:54
↓ 1 callersFunctionMatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
cpp/test/src/gtest-port.cc:744
↓ 1 callersFunctionMutex
This constructor intentionally does nothing. It relies on type_ being statically initialized to 0 (effectively setting it to kStatic) and on ThreadSa
cpp/test/include/gtest/internal/gtest-port.h:1702
↓ 1 callersMethodNewValueForCurrentThread
cpp/test/include/gtest/internal/gtest-port.h:1911
↓ 1 callersMethodNotify
----------------------------------------------------------------------------- <WaitImpl::Notify> Notify all the watchers that the object has become si
cpp/src/platform/unix/WaitImpl.cpp:143
↓ 1 callersMethodNotify
----------------------------------------------------------------------------- <WaitImpl::Notify> Notify all the watchers that the object has become si
cpp/src/platform/winRT/WaitImpl.cpp:121
↓ 1 callersMethodNotify
----------------------------------------------------------------------------- <WaitImpl::Notify> Notify all the watchers that the object has become si
cpp/src/platform/windows/WaitImpl.cpp:121
↓ 1 callersMethodOnEnvironmentsSetUpEnd
cpp/test/src/gtest.cc:3038
↓ 1 callersMethodOnEnvironmentsSetUpStart
cpp/test/src/gtest.cc:3089
↓ 1 callersMethodOnEnvironmentsTearDownEnd
cpp/test/src/gtest.cc:3045
↓ 1 callersMethodOnEnvironmentsTearDownStart
cpp/test/src/gtest.cc:3159
↓ 1 callersMethodOnTestCaseEnd
cpp/test/src/gtest.cc:3147
↓ 1 callersMethodOnTestCaseStart
cpp/test/src/gtest.cc:3096
↓ 1 callersMethodOnTestEnd
cpp/test/src/gtest.cc:3128
↓ 1 callersMethodOnTestIterationEnd
cpp/test/src/gtest.cc:3191
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
cpp/test/src/gtest.cc:3054
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
cpp/test/src/gtest.cc:3117
↓ 1 callersMethodOnTestProgramEnd
cpp/test/src/gtest.cc:3047
↓ 1 callersMethodOnTestProgramStart
The following methods override what's in the TestEventListener class.
cpp/test/src/gtest.cc:3035
↓ 1 callersMethodOnTestStart
cpp/test/src/gtest.cc:3109
↓ 1 callersMethodOpen
----------------------------------------------------------------------------- <HidController::Open> Open and configure a HID port --------------------
cpp/src/platform/HidController.cpp:134
↓ 1 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
cpp/test/src/gtest.cc:5331
↓ 1 callersFunctionParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
cpp/test/src/gtest-death-test.cc:1293
↓ 1 callersFunctionPartialMatch
cpp/test/include/gtest/internal/gtest-port.h:1221
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test cases passed).
cpp/test/src/gtest-internal-inl.h:567
↓ 1 callersMethodPollThreadProc
----------------------------------------------------------------------------- <Driver::PollThreadProc> Thread for poll Z-Wave devices ----------------
cpp/src/Driver.cpp:4473
↓ 1 callersFunctionPortableLocaltime
cpp/test/src/gtest.cc:3554
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
cpp/test/src/gtest.cc:4435
↓ 1 callersFunctionPrintAsStringLiteralTo
Prints a wchar_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
cpp/test/src/gtest-printers.cc:192
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
cpp/test/src/gtest-printers.cc:114
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
cpp/test/src/gtest-printers.cc:82
↓ 1 callersFunctionPrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
cpp/test/src/gtest.cc:5124
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
cpp/test/src/gtest.cc:2857
↓ 1 callersFunctionPrintTo
cpp/test/include/gtest/gtest-printers.h:459
↓ 1 callersMethodPrintTo
cpp/test/src/gtest.cc:1150
↓ 1 callersMethodQueryStageComplete
----------------------------------------------------------------------------- <Node::QueryStageComplete> We are done with a stage in the query process
cpp/src/Node.cpp:759
↓ 1 callersFunctionRE
Constructs an RE from a string.
cpp/test/include/gtest/internal/gtest-port.h:1197
↓ 1 callersFunctionRUN_ALL_TESTS
cpp/test/include/gtest/gtest.h:2236
↓ 1 callersMethodReLoadConfigXML
----------------------------------------------------------------------------- <ManufacturerSpecific::ReLoadConfigXML> Reload previously discovered dev
cpp/src/command_classes/ManufacturerSpecific.cpp:339
↓ 1 callersMethodReadButtons
----------------------------------------------------------------------------- <Driver::ReadButtons> Read button info per node from file. -------------
cpp/src/Driver.cpp:6512
↓ 1 callersMethodReadCommandClassesXML
----------------------------------------------------------------------------- <Node::ReadCommandClassesXML> Read the command classes from XML --------
cpp/src/Node.cpp:1240
↓ 1 callersMethodReadMetaDataFromXML
----------------------------------------------------------------------------- <Node::ReadMetaDataFromXML(> Read the MetaData from the Config File ----
cpp/src/Node.cpp:4090
↓ 1 callersMethodReadThreadProc
----------------------------------------------------------------------------- <SerialControllerImpl::ReadThreadProc> Handle receiving data -----------
cpp/src/platform/unix/SerialControllerImpl.cpp:136
↓ 1 callersMethodReadThreadProc
----------------------------------------------------------------------------- <SerialControllerImpl::ReadThreadProc> Handle receiving data -----------
cpp/src/platform/windows/SerialControllerImpl.cpp:129
↓ 1 callersMethodReadValueFromXML
----------------------------------------------------------------------------- <Node::ReadValueFromXML> Apply XML differences to a value --------------
cpp/src/Node.cpp:2810
↓ 1 callersMethodReadXMLVIDHelp
cpp/src/Localization.cpp:497
↓ 1 callersMethodReadXMLVIDLabel
cpp/src/Localization.cpp:469
↓ 1 callersMethodRefreshValuesOnWakeup
----------------------------------------------------------------------------- <Node::RefreshValuesOnWakeup> Request an update of all known dynamic val
cpp/src/Node.cpp:2334
↓ 1 callersMethodRemoveChild
cpp/tinyxml/tinyxml.cpp:320
↓ 1 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
cpp/test/src/gtest-filepath.cc:155
↓ 1 callersMethodRemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
cpp/test/src/gtest-filepath.cc:124
↓ 1 callersMethodRemoveQueues
----------------------------------------------------------------------------- <Driver::RemoveQueues> Clean up any messages to a node -----------------
cpp/src/Driver.cpp:639
↓ 1 callersMethodRemoveValueList
----------------------------------------------------------------------------- <Node::RemoveValueList> Helper to remove an existing list value from the
cpp/src/Node.cpp:2749
↓ 1 callersMethodRemoveValues
----------------------------------------------------------------------------- <Scene::RemoveValues> Remove all ValueIDs from given Home ID -----------
cpp/src/Scene.cpp:346
↓ 1 callersMethodRemoveWatcher
----------------------------------------------------------------------------- <Manager::RemoveWatcher> Remove a watcher from the list ----------------
cpp/src/Manager.cpp:3958
↓ 1 callersMethodRemoveWatcher
----------------------------------------------------------------------------- <Wait::RemoveWatcher> Remove a watcher from our object. ----------------
cpp/src/platform/Wait.cpp:95
↓ 1 callersFunctionReportInvalidTestCaseType
cpp/test/src/gtest.cc:2558
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
cpp/test/src/gtest.cc:604
↓ 1 callersMethodRequestAllConfigParams
----------------------------------------------------------------------------- <Node::RequestAllConfigParams> Request the values of all known configura
cpp/src/Node.cpp:2285
↓ 1 callersMethodRequestCommandClassVersion
----------------------------------------------------------------------------- <Version::RequestCommandClassVersion> Request the version of a command c
cpp/src/command_classes/Version.cpp:189
↓ 1 callersMethodRequestCommands
----------------------------------------------------------------------------- <AssociationCommandConfiguration::RequestCommands> Request the command d
cpp/src/command_classes/AssociationCommandConfiguration.cpp:112
↓ 1 callersMethodRequestConfigParam
----------------------------------------------------------------------------- <Node::RequestConfigParam> Request the value of a configuration paramete
cpp/src/Node.cpp:2270
↓ 1 callersMethodRequestDynamicValues
----------------------------------------------------------------------------- <Node::RequestDynamicValues> Request an update of all known dynamic valu
cpp/src/Node.cpp:2315
↓ 1 callersMethodRequestInstances
----------------------------------------------------------------------------- <MultiInstance::RequestInstances> Request number of instances of the spe
cpp/src/command_classes/MultiInstance.cpp:104
↓ 1 callersMethodRequestNodeNeighbors
----------------------------------------------------------------------------- <Driver::RequestNodeNeighbors> Get the neighbour information for a node
cpp/src/Driver.cpp:5368
↓ 1 callersMethodReset
----------------------------------------------------------------------------- <EventImpl::Reset> Set the event to not signalled ----------------------
cpp/src/platform/unix/EventImpl.cpp:126
↓ 1 callersMethodReset
----------------------------------------------------------------------------- <EventImpl::Reset> Set the event to not signalled ----------------------
cpp/src/platform/winRT/EventImpl.cpp:74
↓ 1 callersMethodReset
----------------------------------------------------------------------------- <EventImpl::Reset> Set the event to not signalled ----------------------
cpp/src/platform/windows/EventImpl.cpp:74
↓ 1 callersMethodRetryQueryStageComplete
----------------------------------------------------------------------------- <Driver::RetryQueryStageComplete> Request the current stage will be repe
cpp/src/Driver.cpp:1007
↓ 1 callersMethodRun
----------------------------------------------------------------------------- <ThreadImpl::Run> Entry point for running a function on this thread ----
cpp/src/platform/unix/ThreadImpl.cpp:176
↓ 1 callersMethodRun
----------------------------------------------------------------------------- <ThreadImpl::Run> Entry point for running a function on this thread ----
cpp/src/platform/windows/ThreadImpl.cpp:147
↓ 1 callersMethodSendEncryptedMessage
----------------------------------------------------------------------------- <Driver::SendEncryptedMessage> Send either a NONCE request, or the actua
cpp/src/Driver.cpp:7043
↓ 1 callersMethodSendLn
Sends a string and a newline to the socket.
cpp/test/src/gtest-internal-inl.h:1049
↓ 1 callersMethodSendNextData
----------------------------------------------------------------------------- <ControllerReplication::SendNextData> Send the next block of replication
cpp/src/command_classes/ControllerReplication.cpp:226
↓ 1 callersMethodSendPending
----------------------------------------------------------------------------- <WakeUp::SendPending> The device is awake, so send all the pending messa
cpp/src/command_classes/WakeUp.cpp:436
↓ 1 callersMethodSet
----------------------------------------------------------------------------- <Value::Set> Set a new value in the device -----------------------------
cpp/src/value_classes/Value.cpp:342
↓ 1 callersMethodSetAddingNode
These three *AddingNode functions are used to tell if we this node is just being discovered. Currently used by the Security CC to initiate the Network
cpp/src/Node.h:321
↓ 1 callersMethodSetAuto
cpp/src/Group.h:79
↓ 1 callersMethodSetBit
cpp/src/value_classes/ValueBitSet.cpp:261
↓ 1 callersMethodSetBitHelp
cpp/src/value_classes/ValueBitSet.cpp:338
↓ 1 callersMethodSetBitLabel
cpp/src/value_classes/ValueBitSet.cpp:374
↓ 1 callersMethodSetBufsizeIn
cpp/src/platform/HttpClient.cpp:464
↓ 1 callersMethodSetByValue
----------------------------------------------------------------------------- <ValueList::SetByValue> Set a new value in the device, selected by item
cpp/src/value_classes/ValueList.cpp:255
← previousnext →701–800 of 3,562, ranked by callers