HomeSort by relevance Sort by last modified time
    Searched refs:strPath (Results 1 - 17 of 17) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/plugins/testconstplugin/src/
plugin_dll_test_constraint.cc 73 DMString strPath;
75 strPath=paramName; //Absolute path
78 strPath +=path;
80 strPath +=pName; // pName already started with "/", no need for
82 const char * szPath=strPath.c_str();
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/hdr/
dmSubscriptionManager.h 129 * \param strPath [out] - DM node path - set to parent path if event is Cumulative
137 BOOLEAN IsParentEnabled( DMString & strPath,
144 * \param strPath [out] - DM node path to be logged - set to parent path if event is Cumulative
152 BOOLEAN IsParentEnabledBySubscription(DMString & strPath,
159 * \param strPath [out] - DM node path to be logged - set to parent path if event is Cumulative
167 BOOLEAN IsParentEnabledByPlugin(DMString & strPath,
174 * \param strPath [in/out] - DM node path to be logged - set to parent path if event is Cumulative
181 BOOLEAN IsEnabledBySubscription(DMString & strPath,
189 * \param strPath [in/out] - DM node path to be logged - set to parent path if event is Cumulative
196 BOOLEAN IsEnabledByPlugin(DMString & strPath,
    [all...]
dmConfigManager.h 191 * \param strPath [in] - extracted path
195 DMString& strPath );
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmSubscriptionManager.cc 250 DMSubscriptionManager::IsParentEnabled(DMString & strPath,
260 strPath = szParent;
273 DMSubscriptionManager::IsParentEnabledBySubscription(DMString & strPath,
285 return IsParentEnabled(strPath,
294 DMSubscriptionManager::IsParentEnabledByPlugin(DMString & strPath,
305 return IsParentEnabled(strPath,
314 DMSubscriptionManager::IsEnabledBySubscription(DMString & strPath,
322 INT32 index = Find(strPath,pItem);
332 DMURI oURI(TRUE,strPath.GetBuffer());
338 if ( IsParentEnabledBySubscription(strPath,pParent,nAction, pItem)
    [all...]
dmConfigManager.cc 153 DMString strPath;
154 if ( !GetPath( line, strPath ) )
165 dm_stat = Add(strPath, line,aDict);
180 DMString& strPath )
198 strPath = ".";
200 strPath += startP;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 381 string strPath;
382 strPath.assign(transport_config_path);
383 strPath += config_name;
384 theInstance.readConfig(strPath.c_str(), true);
729 string strPath;
730 strPath.assign(transport_config_path);
731 strPath += extra_config_base;
732 strPath += extra;
733 strPath += extra_config_ext;
734 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false)
    [all...]
  /external/libnfc-nci/src/adaptation/
config.cpp 396 string strPath;
397 strPath.assign(transport_config_path);
398 strPath += config_name;
399 theInstance.readConfig(strPath.c_str(), true);
744 string strPath;
745 strPath.assign(transport_config_path);
746 strPath += extra_config_base;
747 strPath += extra;
748 strPath += extra_config_ext;
749 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false)
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
dm_tree_plugin_util.cc 419 DMString strPath=path;
420 strPath += DMString(remain, (int) ptr - (int)remain -1);
425 dm_stat = tree->GetChildNodeNames(strPath.c_str(),mapNodeNames);
432 childPath =strPath;
443 DMString strPath=path;
444 strPath += remain;
445 dm_stat=(pPlugin)->CheckConstraint(strPath.c_str(),tree);
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
dmt_test.cc 1232 DMString strPath = "./SyncML/DMAcc/";
1254 strPath += "SampleServer";
1256 if ( ptrTree->IsValidNode( strPath.c_str() ) ) {
1257 if ( (e=ptrTree->DeleteNode(strPath.c_str())) != NULL) {
1258 Error("can't delete existing node %s", strPath.c_str());
1266 if ( (e=ptrTree->CreateInteriorNode(strPath.c_str(), ptrNode)) != NULL) {
1267 Error("can't create node %s", strPath.c_str());
1275 strPath2 = strPath;
1285 strPath2 = strPath;
1297 strPath2 = strPath;
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/plugin/src/
dmPlugin.cc 33 const DMString & strPath,
39 m_strPath=strPath;
dmPluginManager.cc 176 DMString & strPath,
183 bFeatureEnabled = this->IsMountPointEnabled(strPath);
185 bFeatureEnabled = DmIsEnabledURI(strPath);
189 m_oBlockedPlugins.push_back(strPath);
244 pPlugin=new DMPlugin(type, bOverlayPlugin, strPath, aMap);
264 XPL_LOG_DM_PLG_Debug(("Add plug-in %s\n",strPath.c_str()));
dmtPlugin.cc 226 DMString strPath(path);
230 result= m_Nodes.lookup(strPath, ptrNode);
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 196 jstring strPath = GetExternalFilesDirJString( env );
197 const char* path = env->GetStringUTFChars( strPath, NULL );
200 env->ReleaseStringUTFChars( strPath, path );
201 env->DeleteLocalRef( strPath );
  /packages/apps/OMA-DM/engine/dmlib/plugin/hdr/
dmPluginManager.h 215 * \param strPath [in] - plug-in path
222 DMString & strPath,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmquota.h     [all...]
wbemdisp.h     [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 1479 milliseconds