OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strProperty
(Results
1 - 2
of
2
) sorted by null
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmSubscriptionItem.cc
204
DMString
strProperty
;
207
strProperty
= "T=" + m_strTopic;
208
AttachProperty(str, '&',
strProperty
);
213
DMConfigItem::CreateProperty( m_aIgnorePrincipals, "P=",aDict,
strProperty
);
214
AttachProperty(str, '&',
strProperty
);
219
DMConfigItem::CreateProperty( m_aNotifyPrincipals, "S=",aDict,
strProperty
);
220
AttachProperty(str, '&',
strProperty
);
dmACLItem.cc
163
DMString
strProperty
= "";
180
CreateProperty(aSelectedPrincipals, szCmds[nPerm], aDict,
strProperty
);
181
AttachProperty(str, '&',
strProperty
);
Completed in 194 milliseconds