Home
last modified time | relevance | path

Searched refs:tempRes (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_group_mgr.cpp49 WMError tempRes = MoveMissionToForeground(*it); in MoveMissionsToForeground() local
50 res = tempRes != WMError::WM_OK ? tempRes : res; in MoveMissionsToForeground()
54 WMError tempRes = MoveMissionToForeground(topMissionId); in MoveMissionsToForeground() local
55 res = tempRes == WMError::WM_OK ? tempRes : res; in MoveMissionsToForeground()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp204 std::vector<uint8_t> tempRes; in CalcPrimaryKeyHash() local
222 tempRes.insert(tempRes.end(), temp.begin(), temp.end()); in CalcPrimaryKeyHash()
224 errCode = DBCommon::CalcValueHash(tempRes, result); in CalcPrimaryKeyHash()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp1166 bool tempRes = AssembleICCImageProperty(iccProfile, item.sharedProperties); in EncodeHeifSdrImage() local
1167 if (!tempRes) { in EncodeHeifSdrImage()
1838 bool tempRes = AssembleOutputSharedBuffer(outputBuffer, outputAshmem); in DoHeifEncode() local
1839 if (!tempRes) { in DoHeifEncode()
1929 bool tempRes = AssembleICCImageProperty(iccProfile, item->sharedProperties); in AssemblePrimaryImageItem() local
1930 if (!tempRes) { in AssemblePrimaryImageItem()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1010 std::vector<uint8_t> tempRes; in GetHashValueWithPrimaryKeyMap() local
1025 tempRes.insert(tempRes.end(), temp.begin(), temp.end()); in GetHashValueWithPrimaryKeyMap()
1027 errCode = DBCommon::CalcValueHash(tempRes, hashValue); in GetHashValueWithPrimaryKeyMap()

Completed in 13 milliseconds