MCPcopy Create free account

hub / github.com/CppMicroServices/CppMicroServices / functions

Functions3,185 in github.com/CppMicroServices/CppMicroServices

↓ 1 callersFunctionframe020a
Install and start libTestBundleB and check that it exists and that the service it registers exists, also check that the expected events occur
framework/test/gtest/StaticBundleTest.cpp:49
↓ 1 callersMethodframe020a
Load libA and check that it exists and that its expected service does not exist, Also check that the expected events in the framework occurs
framework/test/gtest/BundleTest.cpp:131
↓ 1 callersMethodframe020b
Start libA and check that it exists and that the storage paths are correct
framework/test/gtest/BundleTest.cpp:198
↓ 1 callersMethodframe025a
Start libA and check that it gets state ACTIVE and that the service it registers exist
framework/test/gtest/BundleTest.cpp:170
↓ 1 callersFunctionframe030b
Stop libB and check for correct events
framework/test/gtest/StaticBundleTest.cpp:109
↓ 1 callersMethodframe030b
Stop libA and check for correct events
framework/test/gtest/BundleTest.cpp:226
↓ 1 callersMethodframe035a
Check that the executable's activator was started and called
framework/test/gtest/BundleTest.cpp:257
↓ 1 callersMethodframe037a
Get location, persistent storage and status of the bundle. Test bundle context properties
framework/test/gtest/BundleTest.cpp:282
↓ 1 callersFunctionframe040c
framework/test/gtest/StaticBundleTest.cpp:154
↓ 1 callersMethodframe045a
Add a service listener with a broken LDAP filter to Get an exception
framework/test/gtest/BundleTest.cpp:323
↓ 1 callersFunctiongenerate_anymap
Given a json node object specified by node and the level of the json tree hierarchy, parse the json and generate the C++ AnyMap representation in
compendium/DeclarativeServices/test/gtest/JsonToAnyMap.py:63
↓ 1 callersFunctiongenerate_indent
Given a json_str representing a json string, with optionally the indentation specified in "num", generate the indented string.
compendium/DeclarativeServices/test/gtest/JsonToAnyMap.py:56
↓ 1 callersMethodgetAsyncSayHiResult
compendium/test_bundles/ServiceFactoryDependentBundle/src/ServiceImpl.hpp:49
↓ 1 callersMethodgetAttributeName
framework/src/util/LDAPExpr.cpp:1119
↓ 1 callersMethodgetAttributeValue
framework/src/util/LDAPExpr.cpp:1145
↓ 1 callersMethodgetLogger
compendium/LogServiceImpl/src/LogServiceImpl.cpp:72
↓ 1 callersFunctiongetManagedServiceFactories
compendium/ConfigurationAdmin/test/gtest/TestConfigAdmin.cpp:133
↓ 1 callersFunctiongetManagedServices
compendium/ConfigurationAdmin/test/gtest/TestConfigAdmin.cpp:113
↓ 1 callersMethodgetServiceRef
framework/src/service/ServiceReferenceBasePrivate.h:245
↓ 1 callersMethodgetType
* Get the type of this Configuration. * * @return the ConfigurationEventType of this ConfigurationEvent
compendium/CM/include/cppmicroservices/cm/ConfigurationListener.hpp:108
↓ 1 callersMethodgetUpdatedMethodCallCount
compendium/ConfigurationAdmin/test/gtest/TestConfigAdmin.cpp:621
↓ 1 callersFunctionget_json_dict
Parse each line of TestCodegenerator.cpp and return a dict with keys = name of the variable containing the string representation of the json i
compendium/DeclarativeServices/test/gtest/TestCodegenToAnyMap.py:29
↓ 1 callersFunctionget_json_string
Given a json_str representing a json string, with optionally a name "key" at the top level, Return a C++ AnyMap representation of the json in stri
compendium/DeclarativeServices/test/gtest/JsonToAnyMap.py:47
↓ 1 callersMethodisActivated
compendium/test_bundles/TestBundleDSUpstreamDependencyC/src/ServiceImpl.hpp:26
↓ 1 callersFunctionis_ready
framework/test/util/ConcurrencyTestUtil.hpp:52
↓ 1 callersFunctionis_ready
compendium/DeclarativeServices/src/manager/ConcurrencyUtil.hpp:40
↓ 1 callersMethoditer
framework/src/util/AnyMap.cpp:449
↓ 1 callersFunctioniterator_base
framework/include/cppmicroservices/AnyMap.h:114
↓ 1 callersFunctionmain
(argv)
fixcoveragefilepaths.py:46
↓ 1 callersFunctionmakeMessage
compendium/CM/include/cppmicroservices/cm/ConfigurationException.hpp:31
↓ 1 callersFunctionmkdtemps_compat
A cross-platform version of the POSIX mkdtemp function
framework/test/util/TestUtils.cpp:307
↓ 1 callersFunctionmkstemps_compat
A cross-platform version of the mkstemps function
framework/test/util/TestUtils.cpp:213
↓ 1 callersFunctionmodifyXML
(infile, sourcepath, outfile)
fixcoveragefilepaths.py:23
↓ 1 callersFunctionnot_found_win32_error
util/src/FileSystem.cpp:81
↓ 1 callersFunctionparseComponentDefinition
framework/doc/snippets/uServices-resources/main.cpp:42
↓ 1 callersMethodparse_title
Parse a document title as the first line starting in [A-Za-z0-9<] or fall back to the document basename if no such line exists.
doc/cmake.py:162
↓ 1 callersFunctionremove_prefix
(line, prefix)
fixcoveragefilepaths.py:10
↓ 1 callersFunctionreplace
compendium/tools/SCRCodeGen/Util.hpp:225
↓ 1 callersMethodrun
tools/change_namespace/ChangeNamespace.cpp:87
↓ 1 callersMethodsayHi
compendium/test_bundles/ServiceFactoryBundle/src/ServiceComponents.hpp:12
↓ 1 callersMethodseekoff
framework/src/bundle/BundleResourceBuffer.cpp:201
↓ 1 callersMethodset_cppms_src_path
tools/change_namespace/ChangeNamespace.cpp:45
↓ 1 callersMethodset_destination
tools/change_namespace/ChangeNamespace.cpp:51
↓ 1 callersMethodset_namespace
tools/change_namespace/ChangeNamespace.cpp:57
↓ 1 callersMethodset_namespace_alias
tools/change_namespace/ChangeNamespace.cpp:63
↓ 1 callersMethodsize
framework/src/util/Utils.h:73
↓ 1 callersMethodskip
framework/src/util/LDAPExpr.cpp:1098
↓ 1 callersFunctionsteady_clock_to_time_t
* Utility Methods used in ServiceComponentRuntimeImpl */
compendium/DeclarativeServices/src/ServiceComponentRuntimeImpl.cpp:45
↓ 1 callersFunctionstring_split
* @brief split a delimited string into a vector of values * * String split from: https://stackoverflow.com/a/5506223/13030801
framework/src/util/LDAPExpr.cpp:63
↓ 1 callersFunctionsubstitute
compendium/tools/SCRCodeGen/Util.hpp:242
↓ 1 callersFunctionus_tempfile
tools/rc/ResourceCompiler.cpp:129
↓ 1 callersFunctionvalidate
* \brief Function to validate json file against a schema file * * \schemafile is the file path of the schema * \jsonfile is the file path of the js
tools/jsonschemavalidator/main.cpp:75
↓ 1 callersMethodvalidateInjectedRefNames
ensure that all references in the set of injectedRefs are named references of the component
compendium/tools/SCRCodeGen/ComponentInfo.hpp:86
↓ 1 callersFunctionvalidateManifestsInArchive
* @brief Validate manifest files in an archive. * @param archiveFile archive file path * @throw InvalidManifest on the first invalid manifes
tools/rc/ResourceCompiler.cpp:279
↓ 1 callersFunctionverifyOrdering
framework/test/gtest/BundleContextTest.cpp:227
FunctionACTION
compendium/DeclarativeServices/test/gtest/TestSingletonComponentConfiguration.cpp:83
MethodActivate
compendium/test_bundles/TestBundleDSDependent/src/ServiceImpl.hpp:17
MethodActivate
compendium/test_bundles/TestBundleDSTOI5/src/ServiceImpl.cpp:7
MethodActivate
compendium/test_bundles/TestBundleDSDependentOptional/src/ServiceImpl.hpp:17
MethodActivate
compendium/test_bundles/TestBundleDSTOI7/src/ServiceImpl.cpp:7
MethodActivate
compendium/test_bundles/TestBundleDSUpstreamDependencyC/src/ServiceImpl.hpp:20
MethodActivate
compendium/test_bundles/TestBundleDSTOI6/src/ServiceImpl.cpp:5
MethodActivate
compendium/test_bundles/TestBundleDSTOI22/src/ServiceImpl.cpp:7
MethodActivate
compendium/test_bundles/TestBundleDSDRMU_userMethodStaticChecks/src/ServiceComponent_userMethodStaticChecks.cpp:46
MethodActivate
compendium/test_bundles/TestBundleMultipleManagedServiceFactory/src/ManagedServiceFactoryImpl4.cpp:16
MethodActivate
compendium/test_bundles/TestBundleMultipleManagedServiceFactory/src/ManagedServiceFactoryImpl3.cpp:16
MethodActivate
compendium/test_bundles/TestBundleDSTOI20/src/ServiceImpl.cpp:7
MethodActivate
compendium/test_bundles/TestBundleDSTOI21/src/ServiceImpl.cpp:7
MethodActivate
compendium/test_bundles/TestBundleDSUpstreamDependencyA/src/ServiceImpl.hpp:17
MethodActivate
compendium/test_bundles/TestBundleDSTBV1_2/src/ServiceImpl.cpp:7
MethodActivate
compendium/test_bundles/TestBundleDSTOI9/src/ServiceImpl.cpp:6
MethodActivate
compendium/test_bundles/TestBundleDSTBV3_1/src/ServiceImpl.cpp:5
MethodActivate
compendium/test_bundles/TestBundleDSDROU/src/ServiceComponentDynamicReluctantOptionalUnary.cpp:7
MethodActivate
compendium/test_bundles/TestBundleDSSLE1/src/ServiceImpl.cpp:33
MethodActivate
compendium/test_bundles/TestBundleDSUpstreamDependencyB/src/ServiceImpl.hpp:18
MethodActivate
compendium/test_bundles/TestBundleDSCA20_5/src/ServiceImpl.hpp:18
MethodActivate
compendium/test_bundles/TestBundleDSDGMU/src/ServiceComponentDynamicGreedyMandatoryUnary.cpp:7
MethodActivate
compendium/test_bundles/TestBundleManagedServiceFactory/src/ManagedServiceFactoryImpl2.cpp:16
MethodActivate
compendium/test_bundles/TestBundleDSDGOU/src/ServiceComponentDynamicGreedyOptionalUnary.cpp:7
MethodActivate
compendium/test_bundles/TestBundleNestedStartManagedSvc/src/ManagedServiceImpl.cpp:56
MethodActivate
compendium/test_bundles/TestBundleNestedStartManagedSvc/src/ManagedServiceFactoryImpl.cpp:17
MethodActivate
compendium/test_bundles/TestBundleDSSLE2/src/ServiceImpl.cpp:33
MethodActivate
compendium/test_bundles/TestBundleDSDRMU/src/ServiceComponentDynamicReluctantMandatoryUnary.cpp:7
MethodActivate
compendium/test_bundles/TestBundleDSDependentNoInject/src/ServiceImpl.hpp:17
MethodActivate
compendium/test_bundles/TestBundleDSDependentNoInjectActivatedRef/src/ServiceImpl.hpp:18
MethodActivate
compendium/test_bundles/TestBundleDSTBV1_1/src/ServiceImpl.cpp:5
MethodActivate
compendium/test_bundles/TestBundleDSTOI10/src/ServiceImpl.cpp:26
MethodActivate
compendium/ServiceComponent/test/TestCompInst_IncorrectDeactivateMethod.cpp:59
MethodActivate
compendium/ServiceComponent/test/TestComponentInstance.cpp:195
MethodActivate
compendium/ServiceComponent/test/TestCompInst_IncorrectModifiedMethod.cpp:51
MethodActivate
* Calling an Activate transition on UNSATISFIED_REFERENCE state is a no-op */
compendium/DeclarativeServices/src/manager/states/CCUnsatisfiedReferenceState.hpp:60
MethodActivate
compendium/DeclarativeServices/src/manager/states/CCRegisteredState.cpp:42
MethodActivator
compendium/test_bundles/EnglishDictionary/src/Activator.cpp:34
MethodActivator
compendium/test_bundles/TestBundleDSTOI22/src/Activator.cpp:36
MethodActivatorSL1
framework/test/bundles/libSL1/ActivatorSL1.cpp:97
MethodActivatorSL3
framework/test/bundles/libSL3/ActivatorSL3.cpp:98
MethodActivatorTest
compendium/DeclarativeServices/test/gtest/ActivatorTest.cpp:51
MethodAddBundleListener
framework/src/service/ServiceListeners.cpp:163
FunctionAddDictionary
doc/src/tutorial/spellcheckservice/Activator.cpp:138
MethodAddDirectory
tools/rc/ResourceCompiler.cpp:573
← previousnext →801–900 of 3,185, ranked by callers