Searched refs:tmpResult (Results 1 - 5 of 5) sorted by relevance
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/ |
H A D | file_trash_n_exporter.cpp | 157 FileInfo &tmpResult = result.at(i);
in CreateObjectArray() local 161 status |= napi_create_string_utf8(env, tmpResult.uri.c_str(), tmpResult.uri.length(), &tmpVal);
in CreateObjectArray() 163 status |= napi_create_string_utf8(env, tmpResult.srcPath.c_str(), tmpResult.srcPath.length(), &tmpVal);
in CreateObjectArray() 165 status |= napi_create_string_utf8(env, tmpResult.fileName.c_str(), tmpResult.fileName.length(), &tmpVal);
in CreateObjectArray() 167 status |= napi_create_int64(env, tmpResult.mode, &tmpVal);
in CreateObjectArray() 169 status |= napi_create_int64(env, tmpResult.mode, &tmpVal);
in CreateObjectArray() 171 status |= napi_create_int64(env, tmpResult in CreateObjectArray() [all...] |
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1115 bool tmpResult = ConvertEventInfoJSToNAPIPart1(env, object, eventInfo); in ConvertEventInfoJSToNAPI() local 1116 if (!tmpResult) { in ConvertEventInfoJSToNAPI() 1119 tmpResult = ConvertEventInfoJSToNAPIPart2(env, object, eventInfo); in ConvertEventInfoJSToNAPI() 1120 if (!tmpResult) { in ConvertEventInfoJSToNAPI() 1123 tmpResult = ConvertEventInfoJSToNAPIPart3(env, object, eventInfo); in ConvertEventInfoJSToNAPI() 1124 if (!tmpResult) { in ConvertEventInfoJSToNAPI() 1319 bool tmpResult = ConvertGesturePathJSToNAPIPart1(env, object, gesturePath); in ConvertGesturePathJSToNAPI() local 1320 if (!tmpResult) { in ConvertGesturePathJSToNAPI() 1323 tmpResult = ConvertGesturePathJSToNAPIPart2(env, object, gesturePath); in ConvertGesturePathJSToNAPI() 1324 if (!tmpResult) { in ConvertGesturePathJSToNAPI() 1769 bool tmpResult = ConvertObjToCaptionPropertyPart1(env, object, ptrCaptionProperty); ConvertObjToCaptionProperty() local [all...] |
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/ |
H A D | napi_fileaccess_helper.cpp | 643 Result &tmpResult = result.at(i); in CreateObjectArray() local 647 status |= napi_create_string_utf8(env, tmpResult.sourceUri.c_str(), tmpResult.sourceUri.length(), &tmpVal); in CreateObjectArray() 649 status |= napi_create_string_utf8(env, tmpResult.destUri.c_str(), tmpResult.destUri.length(), &tmpVal); in CreateObjectArray() 651 status |= napi_create_int32(env, tmpResult.errCode, &tmpVal); in CreateObjectArray() 653 status |= napi_create_string_utf8(env, tmpResult.errMsg.c_str(), tmpResult.errMsg.length(), &tmpVal); in CreateObjectArray()
|
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_helper.cpp | 588 Result tmpResult { sourceUri, destUri, errCode, errMsg }; in GetResult() 589 int ret = TranslateResult(errCode, tmpResult); in GetResult() 591 result.push_back(tmpResult); in GetResult()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1811 ErrCode tmpResult = InnerRemoveBundleDataDir(name, userId); in InnerRemoveAtomicServiceBundleDataDir() local 1812 if (tmpResult != ERR_OK) { in InnerRemoveAtomicServiceBundleDataDir() 1813 result = tmpResult; in InnerRemoveAtomicServiceBundleDataDir()
|
Completed in 11 milliseconds