OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSingletonInstance
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/test/introspection-subsystem/
IntrospectionSubsystemObject.h
57
ALWAYS_ASSERT(
mSingletonInstance
!= nullptr, "Singleton value has not been registered");
58
return
mSingletonInstance
->mParameter;
69
ALWAYS_ASSERT(
mSingletonInstance
== nullptr, "An instance is already registered");
70
mSingletonInstance
= &instance;
78
ALWAYS_ASSERT(
mSingletonInstance
== &instance, "This instance was not registered.");
79
mSingletonInstance
= nullptr;
84
static const SubsystemObject *
mSingletonInstance
;
IntrospectionSubsystemObject.cpp
40
const SubsystemObject *SubsystemObject::
mSingletonInstance
= nullptr;
Completed in 4990 milliseconds