MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetBundleContext

Method GetBundleContext

framework/src/bundle/Bundle.cpp:158–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 BundleContext
159 Bundle::GetBundleContext() const
160 {
161 if (!d)
162 {
163 throw std::invalid_argument("invalid bundle");
164 }
165
166 return MakeBundleContext(d->bundleContext.Load());
167 }
168
169 long
170 Bundle::GetBundleId() const

Callers 15

GetServiceMethod · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
frame020bMethod · 0.45
frame030bMethod · 0.45
frame035aMethod · 0.45
frame037aMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls 2

MakeBundleContextFunction · 0.85
LoadMethod · 0.45

Tested by 15

GetServiceMethod · 0.36
SetUpMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
frame020bMethod · 0.36
frame030bMethod · 0.36
frame035aMethod · 0.36
frame037aMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36