/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 609 void RSProfiler::UnmarshalNodes(RSContext& context, std::stringstream& data, uint32_t fileVersion) in UnmarshalNodes() argument 614 UnmarshalNode(context, data, fileVersion); in UnmarshalNodes() 619 UnmarshalTree(context, data, fileVersion); in UnmarshalNodes() 634 void RSProfiler::UnmarshalNode(RSContext& context, std::stringstream& data, uint32_t fileVersion) in UnmarshalNode() argument 665 UnmarshalNode(context, data, nodeId, fileVersion); in UnmarshalNode() 668 …er::UnmarshalNode(RSContext& context, std::stringstream& data, NodeId nodeId, uint32_t fileVersion) in UnmarshalNode() argument 680 if (fileVersion >= RSFILE_VERSION_RENDER_METRICS_ADDED) { in UnmarshalNode() 690 UnmarshalNode(*node, data, fileVersion); in UnmarshalNode() 711 void RSProfiler::UnmarshalNode(RSRenderNode& node, std::stringstream& data, uint32_t fileVersion) in UnmarshalNode() argument 738 void RSProfiler::UnmarshalTree(RSContext& context, std::stringstream& data, uint32_t fileVersion) in UnmarshalTree() argument [all …]
|
H A D | rs_profiler.h | 240 …PORT static void UnmarshalNodes(RSContext& context, std::stringstream& data, uint32_t fileVersion); 241 …XPORT static void UnmarshalTree(RSContext& context, std::stringstream& data, uint32_t fileVersion); 242 …XPORT static void UnmarshalNode(RSContext& context, std::stringstream& data, uint32_t fileVersion); 244 RSContext& context, std::stringstream& data, NodeId nodeId, uint32_t fileVersion); 245 …XPORT static void UnmarshalNode(RSRenderNode& node, std::stringstream& data, uint32_t fileVersion); 291 static void FirstFrameUnmarshalling(const std::string& data, uint32_t fileVersion);
|
H A D | rs_profiler.cpp | 712 void RSProfiler::FirstFrameUnmarshalling(const std::string& data, uint32_t fileVersion) in FirstFrameUnmarshalling() argument 720 UnmarshalNodes(*g_context, stream, fileVersion); in FirstFrameUnmarshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixbootscanner_fuzzer/ |
H A D | quickfixbootscanner_fuzzer.cpp | 53 int32_t fileVersion = reinterpret_cast<uintptr_t>(data); in DoSomethingInterestingWithMyAPI() local 54 …otScanner.ProcessWithBundleHasQuickFixInfo(bundleName, quickFixPath, quickFixVersion, fileVersion); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/ |
H A D | bms_bundle_quick_fix_boot_scanner_test.cpp | 912 int32_t fileVersion = 1000; variable 913 …canner->ProcessWithBundleHasQuickFixInfo(BUNDLE_NAME, HAP_FILE_PATH, quickFixVersion, fileVersion); 930 int32_t fileVersion = 1000; variable 931 …canner->ProcessWithBundleHasQuickFixInfo(BUNDLE_NAME, HAP_FILE_PATH, quickFixVersion, fileVersion); 950 int32_t fileVersion = 1000; variable 951 …canner->ProcessWithBundleHasQuickFixInfo(BUNDLE_NAME, HAP_FILE_PATH, quickFixVersion, fileVersion); 990 int32_t fileVersion = 1001; variable 991 …canner->ProcessWithBundleHasQuickFixInfo(BUNDLE_NAME, HAP_FILE_PATH, quickFixVersion, fileVersion);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_boot_scanner.cpp | 243 int32_t quickFixVersion, int32_t fileVersion) in ProcessWithBundleHasQuickFixInfo() argument 245 if (quickFixVersion == fileVersion) { in ProcessWithBundleHasQuickFixInfo() 247 } else if (quickFixVersion < fileVersion) { in ProcessWithBundleHasQuickFixInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_boot_scanner.h | 47 int32_t quickFixVersion, int32_t fileVersion);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.cpp | 48 uint32_t fileVersion = VERSION_FILE_VERSION_CURRENT; // file format version. member 58 block.fileVersion = HostToNet(block.fileVersion); in TransferHostFileBlockToNet() 65 block.fileVersion = NetToHost(block.fileVersion); in TransferNetFileBlockToHost()
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_system_data.cpp | 113 std::string fileVersion = ""; in GetJsonObjectFromFile() local 116 fileVersion = PRINTER_LIST_VERSION; in GetJsonObjectFromFile() 118 fileVersion = PRINT_USER_DATA_VERSION; in GetJsonObjectFromFile()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-ota-guide.md | 122 …<info fileVersion="02" prdID="hisi" softVersion="OpenHarmony x.x" date="202x.xx.xx" time="xx:xx:xx… 137 | 头信息(head节点) | info节点 | fileVersion | 必填 | update.bin文件校验方式,该节点内容配置为:02 |
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-ota-guide.md | 122 …<info fileVersion="02" prdID="hisi" softVersion="OpenHarmony x.x" date="202x.xx.xx" time="xx:xx:xx… 137 …| Header information (head node)| info| fileVersion | Yes| Verification mode of the **update.bin**…
|