typedef TUint8 | TDmHierarchyId |
Domain hierarchy identifier type.
Domain hierarchies are designated by "well known" domain hierarchy identifiers. The domain policy statically defines the list of domain hierarchies and their identifiers.
RDmDomainManager::Connect() RDmDomainManager::AddDomainHierarchy() RDmDomain::Connect() CHierarchyObserver CDmDomainManager CDmDomain
const TDmHierarchyId | KDmHierarchyIdPower | [static] |
The power domain hierarchy Id.
const TDmHierarchyId | KDmHierarchyIdStartup | [static] |
The start-up domain hierarchy Id.
const TDmHierarchyId | KDmHierarchyIdSystemState | [static] |
The start-up domain hierarchy Id. (For use by domain manager and/or SSMA)
typedef TUint16 | TDmDomainId |
Domain identifier type.
Domains are designated by "well known" domain identifiers. The domain manager statically defines the list of domains and their identifiers.
const TDmDomainId | KDmIdNone | [static] |
The null domain identifier.
There are no domains with this identifier.
const TDmDomainId | KDmIdRoot | [static] |
The common ancestor of all domains.
const TDmDomainId | KDmIdApps | [static] |
The usual domain for all non-UI applications.
const TDmDomainId | KDmIdUiApps | [static] |
The usual domain for all UI applications.
const TInt | KDmErrBadDomainId | [static] |
Domain manager specific error code - the domain designated by the specified domain identifier does not exist.
const TInt | KDmErrAlreadyJoin | [static] |
Domain manager specific error code - this RDmDomain object has already been connected to a domain.
const TInt | KDmErrNotJoin | [static] |
Domain manager specific error code - this RDmDomain object is not connected to any domain.
const TInt | KDmErrBadRequest | [static] |
Domain manager specific error code - indicates a client-server protocol internal error.
const TInt | KDmErrBadDomainSpec | [static] |
Domain manager specific error code - indicates an internal Domain Manager error.
const TInt | KDmErrBadSequence | [static] |
Domain manager specific error code - indicates a bad sequence of requests.
Typically, this occurs when a new request been made while an ongoing domain transition request has not yet completed.
const TInt | KDmErrOutstanding | [static] |
Domain manager specific error code - indicates that a transition is outstanding.
const TInt | KErrBadHierarchyId | [static] |
Domain manager specific error code - indicates that the domain hierarchy does not exist.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.