Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ functions
Functions
3,185 in github.com/CppMicroServices/CppMicroServices
⨍
Functions
3,185
◇
Types & classes
1,004
↓ 2 callers
Method
GetDataStorage
framework/src/bundle/CoreBundleContext.cpp:245
↓ 2 callers
Method
GetDep1
compendium/ServiceComponent/test/TestComponentInstance.cpp:207
↓ 2 callers
Method
GetDep2
compendium/ServiceComponent/test/TestComponentInstance.cpp:213
↓ 2 callers
Method
GetDependencyManager
compendium/DeclarativeServices/src/manager/ComponentConfigurationImpl.cpp:337
↓ 2 callers
Method
GetId
@copydoc ComponentConfiguration::GetId() * */
compendium/DeclarativeServices/src/manager/ComponentConfigurationImpl.hpp:132
↓ 2 callers
Method
GetInitialReferences
framework/include/cppmicroservices/detail/ServiceTrackerPrivate.hpp:131
↓ 2 callers
Method
GetLogger
compendium/DeclarativeServices/test/gtest/TestMetadataParserImplV1.cpp:235
↓ 2 callers
Function
GetManifestSCRData
compendium/tools/SCRCodeGen/test/TestCodeGenerator.cpp:722
↓ 2 callers
Method
GetPath
framework/src/bundle/BundleResource.cpp:177
↓ 2 callers
Method
GetProperties
compendium/DeclarativeServices/src/ComponentContextImpl.cpp:107
↓ 2 callers
Method
GetRawBundleResourceContainer
util/include/cppmicroservices/util/BundlePEFile.h:135
↓ 2 callers
Function
GetReferenceCardinalityExtents
compendium/DeclarativeServices/src/metadata/ReferenceMetadata.cpp:40
↓ 2 callers
Method
GetRegisteredByBundle
framework/src/service/ServiceRegistry.cpp:350
↓ 2 callers
Method
GetRegistry
compendium/DeclarativeServices/test/gtest/TestComponentRegistry.cpp:124
↓ 2 callers
Method
GetService
framework/src/service/ServiceReferenceBasePrivate.cpp:177
↓ 2 callers
Method
GetService
framework/doc/snippets/uServices-registration/main.cpp:74
↓ 2 callers
Function
GetServiceReferences
framework/include/cppmicroservices/BundleContext.h:459
↓ 2 callers
Method
GetServiceReferences_unlocked
framework/include/cppmicroservices/detail/ServiceTrackerPrivate.hpp:149
↓ 2 callers
Method
GetStat
framework/src/bundle/BundleResourceContainer.cpp:99
↓ 2 callers
Method
GetTracked_unlocked
framework/include/cppmicroservices/detail/BundleAbstractTracked.hpp:248
↓ 2 callers
Method
GetType
framework/src/bundle/BundleEvent.cpp:76
↓ 2 callers
Method
GetUsedByBundle
framework/src/service/ServiceRegistry.cpp:363
↓ 2 callers
Method
GetValue
framework/src/bundle/BundleManifest.cpp:200
↓ 2 callers
Method
InitFilePath
framework/src/bundle/BundleResource.cpp:57
↓ 2 callers
Method
Initialize
compendium/DeclarativeServices/src/manager/ConfigurationManager.cpp:54
↓ 2 callers
Method
Install
framework/src/bundle/BundleRegistry.cpp:153
↓ 2 callers
Function
InstallAndStartDSAndConfigAdmin
compendium/ConfigurationAdmin/test/gtest/TestFixtures.hpp:56
↓ 2 callers
Function
InstallBundles
compendium/ConfigurationAdmin/test/gtest/TestConfigAdmin.cpp:87
↓ 2 callers
Method
IsEmpty_unlocked
framework/include/cppmicroservices/detail/BundleAbstractTracked.hpp:228
↓ 2 callers
Method
IsFile
framework/src/bundle/BundleResource.cpp:221
↓ 2 callers
Method
IsMultiple
compendium/DeclarativeServices/src/manager/ReferenceManagerImpl.cpp:154
↓ 2 callers
Method
Matches
compendium/EM/src/Event.cpp:113
↓ 2 callers
Method
Modified
framework/include/cppmicroservices/detail/TrackedService.hpp:132
↓ 2 callers
Function
ModifiedService
doc/src/tutorial/spellcheckservice/Activator.cpp:174
↓ 2 callers
Method
ModifyComponentInstanceProperties
compendium/DeclarativeServices/src/manager/SingletonComponentConfiguration.cpp:110
↓ 2 callers
Method
NotifyConfigurationUpdated
compendium/ConfigurationAdmin/src/ConfigurationAdminImpl.cpp:607
↓ 2 callers
Function
ParseManifestOrThrow
compendium/tools/SCRCodeGen/Util.cpp:31
↓ 2 callers
Function
ReadJSONDocument
* \brief Utility function to create a rapidjson::Document object from a file path * * \jsonfile is the file path of the json data * * \returns rap
tools/jsonschemavalidator/main.cpp:45
↓ 2 callers
Method
RefSatisfied
compendium/DeclarativeServices/src/manager/ComponentConfigurationImpl.cpp:392
↓ 2 callers
Method
RefUnsatisfied
compendium/DeclarativeServices/src/manager/ComponentConfigurationImpl.cpp:410
↓ 2 callers
Method
RemoveConfigurations
compendium/ConfigurationAdmin/src/ConfigurationAdminImpl.cpp:527
↓ 2 callers
Function
RemoveListenerEntry
framework/src/service/ServiceListeners.cpp:256
↓ 2 callers
Function
RemovedService
doc/src/tutorial/spellcheckservice/Activator.cpp:181
↓ 2 callers
Method
SafeUpdate
compendium/ConfigurationAdmin/src/ConfigurationImpl.cpp:113
↓ 2 callers
Method
ServiceAdded
compendium/DeclarativeServices/src/manager/BindingPolicyStaticGreedy.cpp:35
↓ 2 callers
Method
SetFrameworkStoppedState
framework/src/bundle/CoreBundleContext.cpp:255
↓ 2 callers
Method
SetInitial
framework/include/cppmicroservices/detail/BundleAbstractTracked.hpp:47
↓ 2 callers
Method
SetProperty
framework/test/bundles/libSL3/ActivatorSL3.cpp:44
↓ 2 callers
Method
SetProperty
framework/test/bundles/libSL1/ActivatorSL1.cpp:44
↓ 2 callers
Method
SetRegistrationProperties
compendium/DeclarativeServices/src/manager/ComponentConfigurationImpl.cpp:160
↓ 2 callers
Method
SetRemoved
framework/src/service/ServiceListenerEntry.cpp:113
↓ 2 callers
Method
SetThis
framework/src/bundle/CoreBundleContext.cpp:114
↓ 2 callers
Method
Start
* Implements BundleActivator::Start(). Prints a message and adds a member * function to the bundle context as a service listener. *
doc/src/tutorial/eventlistener/Activator.cpp:51
↓ 2 callers
Method
Stop
* Implements BundleActivator::Stop(). Prints a message and removes the * member function from the bundle context as a service listener.
doc/src/tutorial/eventlistener/Activator.cpp:65
↓ 2 callers
Function
StringCatFast
framework/src/util/Utils.h:136
↓ 2 callers
Function
ThrowInvalidArgument
util/src/String.cpp:40
↓ 2 callers
Method
TrackInitial
framework/include/cppmicroservices/detail/BundleAbstractTracked.hpp:54
↓ 2 callers
Method
UnbindReferences
compendium/ServiceComponent/include/cppmicroservices/servicecomponent/detail/ComponentInstanceImpl.hpp:380
↓ 2 callers
Method
Updated
compendium/ConfigurationAdmin/test/gtest/TestConfigAdmin.cpp:608
↓ 2 callers
Method
Validate
framework/src/bundle/BundleVersion.cpp:61
↓ 2 callers
Function
ValidateStateSequence
compendium/DeclarativeServices/test/gtest/TestComponentConfigurationImpl.cpp:523
↓ 2 callers
Method
Wait
* Waits until the counter reaches 0. The value of the counter after this * method returns is invalid (negative). This method is designed
framework/include/cppmicroservices/detail/CounterLatch.h:111
↓ 2 callers
Method
WaitFor
framework/include/cppmicroservices/detail/WaitCondition.h:64
↓ 2 callers
Method
WaitOnCustomizersToFinish
framework/include/cppmicroservices/detail/TrackedService.hpp:40
↓ 2 callers
Function
_cmake_object_inventory
(env, document, line, objtype, targetid)
doc/cmake.py:144
↓ 2 callers
Method
addTask
compendium/DeclarativeServices/src/manager/SingleInvokeTask.hpp:58
↓ 2 callers
Method
beginOM_TypeChecked
framework/src/util/AnyMap.cpp:962
↓ 2 callers
Method
beginUO_TypeChecked
framework/src/util/AnyMap.cpp:989
↓ 2 callers
Function
checkDuplicateKeys
Recursively checks for duplicate keys in JSON objects and arrays. RapidJSON's parser silently keeps duplicate keys, so we detect them manually after p
util/include/cppmicroservices/util/RapidJsonUtils.h:39
↓ 2 callers
Method
cleanup
framework/test/gtest/BundleTest.cpp:101
↓ 2 callers
Method
clearEvents
framework/test/gtest/ServiceListenerTest.cpp:100
↓ 2 callers
Function
compare_deprecated_properties
* recursively compare the content of headers with deprecated. "headers" is an AnyMap, which * stores any hierarchical values in AnyMaps also. The
framework/test/gtest/BundleManifestTest.cpp:71
↓ 2 callers
Method
count
framework/include/cppmicroservices/ShrinkableMap.h:151
↓ 2 callers
Function
createDirHierarchy
* Create a sample directory hierarchy in tempdir * to perform testing of ResourceCompiler */
framework/test/gtest/ResourceCompilerTest.cpp:138
↓ 2 callers
Method
defCon
compendium/ServiceComponent/test/TestComponentInstance.cpp:242
↓ 2 callers
Method
didBind
compendium/test_bundles/ServiceFactoryDependentBundle/src/ServiceImpl.hpp:43
↓ 2 callers
Function
dlopen
framework/src/bundle/BundleUtils.cpp:40
↓ 2 callers
Method
foo
framework/test/bundles/libSL4/ActivatorSL4.cpp:38
↓ 2 callers
Method
getLogger
framework/src/util/CFRLogger.cpp:130
↓ 2 callers
Method
getLogger
compendium/ConfigurationAdmin/test/gtest/Mocks.hpp:93
↓ 2 callers
Method
getLogger
compendium/DeclarativeServices/test/gtest/Mocks.hpp:182
↓ 2 callers
Function
getPidFromServiceReference
compendium/ConfigurationAdmin/src/ConfigurationAdminImpl.cpp:169
↓ 2 callers
Method
getRemovedCounter
compendium/test_bundles/ManagedServiceAndFactoryBundle/src/ManagedServiceFactoryImpl.cpp:45
↓ 2 callers
Method
getTestStatus
framework/test/gtest/ServiceListenerTest.cpp:94
↓ 2 callers
Function
get_anymap_declaration
Given a json_str representing a json string, with optionally a name "key" at the top level and indentation specified by "indent", Return a C++
compendium/DeclarativeServices/test/gtest/JsonToAnyMap.py:40
↓ 2 callers
Function
get_error_str
tools/rc/ResourceCompiler.cpp:97
↓ 2 callers
Function
handleUpdatedException
compendium/ConfigurationAdmin/src/ConfigurationAdminImpl.cpp:51
↓ 2 callers
Function
io_lock
framework/test/gtest/BundleRegistryConcurrencyTest.cpp:45
↓ 2 callers
Function
lookahead
Pass through all values from the given iterable, augmented by the information if there are more values to come after the current one (True), o
compendium/DeclarativeServices/test/gtest/JsonToAnyMap.py:28
↓ 2 callers
Function
manifest_from_cache
framework/test/gtest/AnyMapTest.cpp:394
↓ 2 callers
Method
needsAnUpdateNotification
compendium/ConfigurationAdmin/src/ConfigurationAdminImpl.hpp:100
↓ 2 callers
Function
notifyServiceRemoved
compendium/ConfigurationAdmin/src/ConfigurationAdminImpl.cpp:123
↓ 2 callers
Method
numberCreated
compendium/test_bundles/TestBundleDSUpstreamDependencyC/src/ServiceImpl.hpp:32
↓ 2 callers
Method
operator=
framework/test/gtest/ResourceCompilerTest.cpp:106
↓ 2 callers
Function
operator==
framework/include/cppmicroservices/Any.h:475
↓ 2 callers
Method
operator==
framework/src/util/AnyMap.cpp:380
↓ 2 callers
Function
parseAndValidateJsonFromFile
* @brief parses json content from a file and returns the parsed json or throws. * @param jsonFile path to a json file. * @param root The par
tools/rc/ResourceCompiler.cpp:218
↓ 2 callers
Method
peek
framework/src/util/LDAPExpr.cpp:1088
↓ 2 callers
Function
pimpl
framework/src/util/Framework.cpp:35
↓ 2 callers
Method
pop_back
framework/include/cppmicroservices/ShrinkableVector.h:116
← previous
next →
501–600 of 3,185, ranked by callers