OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_mapacls
(Results
1 - 2
of
2
) sorted by null
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmtAcl.cc
63
for ( DMMap<DmtPrincipal, int>::POS it =
m_mapAcls
.begin();
64
it !=
m_mapAcls
.end(); it++ ){
66
const DmtPrincipal& first =
m_mapAcls
.get_key( it );
67
SYNCML_DM_ACL_PERMISSIONS_T second =
m_mapAcls
.get_value( it );
99
for ( DMMap<DmtPrincipal, int>::POS it =
m_mapAcls
.begin();
100
it !=
m_mapAcls
.end(); it++ )
101
aPrincipals.push_back(
m_mapAcls
.get_key( it ) );
109
if (
m_mapAcls
.lookup( principal, n ) )
117
m_mapAcls
.put( principal, permissions );
124
m_mapAcls
.put( principal ,permissions | nCurPermission)
[
all
...]
/packages/apps/OMA-DM/engine/dmlib/api/native/
dmtAcl.hpp
178
DMMap<DmtPrincipal, SYNCML_DM_ACL_PERMISSIONS_T>
m_mapAcls
;
Completed in 68 milliseconds