OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachProperty
(Results
1 - 5
of
5
) sorted by null
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmtAcl.cc
70
DMConfigItem::
AttachProperty
( strAdd, '+', first.getName() );
73
DMConfigItem::
AttachProperty
( strDelete, '+', first.getName() );
76
DMConfigItem::
AttachProperty
( strExec, '+', first.getName() );
79
DMConfigItem::
AttachProperty
( strGet, '+', first.getName() );
82
DMConfigItem::
AttachProperty
( strReplace, '+', first.getName() );
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmConfigItem.cc
35
void DMConfigItem::
AttachProperty
( DMString & strConfig, char cDelim, CPCHAR szProperty )
74
AttachProperty
( strPrincipals, '+', szNumBuffer );
dmSubscriptionItem.cc
193
AttachProperty
( str, '&', szEvent[index] );
199
AttachProperty
( str, '&', szEventDetail[index] );
208
AttachProperty
(str, '&', strProperty);
214
AttachProperty
(str, '&', strProperty);
220
AttachProperty
(str, '&', strProperty);
dmACLItem.cc
181
AttachProperty
(str, '&', strProperty);
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/hdr/
dmConfigItem.h
93
static void
AttachProperty
(DMString & strConfig,
Completed in 138 milliseconds