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

  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtTreeFactory.hpp 218 * \par Example of how ProcessScript() function would be called
226 * SYNCML_DM_RET_STATUS_T res = DmtTreeFactory::ProcessScript( principal , (const byte*)szBuf, n, false, oResult);
232 static SYNCML_DM_RET_STATUS_T ProcessScript(const DmtPrincipal& principal,
258 static SYNCML_DM_RET_STATUS_T ProcessScript(const DmtPrincipal& principal,
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmt.cc 127 SYNCML_DM_RET_STATUS_T DmtTreeFactory::ProcessScript(const DmtPrincipal& principal,
183 SYNCML_DM_RET_STATUS_T DmtTreeFactory::ProcessScript(const DmtPrincipal& principal,
224 XPL_LOG_DM_SESS_Debug(("DmtTreeFactory::ProcessScript before release lock, ret_status=%d, result-size=%d\n", ret_status, oResultDoc.getSize()));
237 XPL_LOG_DM_SESS_Debug(("DmtTreeFactory::ProcessScript szResult=%s\n", szResult));
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
dmt_test.cc 1093 static void ProcessScript( const char* szFile, const char* isBinary )
1119 SYNCML_DM_RET_STATUS_T res = DmtTreeFactory::ProcessScript( p, (const byte*)szBuf, n, bBinary, bResult);
    [all...]
  /packages/apps/OMA-DM/engine/jni/
DMServiceMain.cc 428 JNIEXPORT jbyteArray JNICALL processScript(JNIEnv* jenv, jclass, jstring jServerId,
431 LOGV("In native processScript\n");
453 LOGV("native processScript reading file <%s>\n", szFileName);
457 LOGV("native processScript can't open file %s", szFileName);
474 LOGE("native processScript read %d bytes, jIsBinary=%d\n", buf_size, jIsBinary);
481 ret_status = DmtTreeFactory::ProcessScript(principal, (const UINT8*)szBuf, buf_size, jIsBinary, bResult);
510 LOGV("Native processScript return code %d\n", static_cast<jint>(ret_status));
535 {"processScript",
537 (void*)processScript},
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native_async/src/
dmtAsyncAPI.cc 246 scriptStruct.nStatusCode = DmtTreeFactory::ProcessScript(pMessage->pMsg->principal,
    [all...]

Completed in 57 milliseconds