Home
last modified time | relevance | path

Searched refs:hostNodeId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_uiextension_data.cpp58 marshallingSuccess &= parcel.WriteUint64(secSurfaceInfo.hostNodeId); in Marshalling()
83 uint64_t hostNodeId = parcel.ReadUint64(); in Unmarshalling() local
84 uiExtensionData->secData_.insert(std::make_pair(hostNodeId, std::vector<SecSurfaceInfo>())); in Unmarshalling()
86 if (uiExtensionNodesCount > uiExtensionData->secData_[hostNodeId].max_size()) { in Unmarshalling()
96 secSurfaceInfo.hostNodeId = parcel.ReadUint64(); in Unmarshalling()
109 uiExtensionData->secData_[hostNodeId].emplace_back(secSurfaceInfo); in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp1245 NodeId hostNodeId = 1; variable
1252 pid_t hostNodePid = ExtractPid(hostNodeId);
1269 NodeId hostNodeId = 1; variable
1278 pid_t hostNodePid = ExtractPid(hostNodeId);
1295 NodeId hostNodeId = 0; variable
1300 pid_t hostNodePid = ExtractPid(hostNodeId);
1317 NodeId hostNodeId = 0; variable
1324 pid_t hostNodePid = ExtractPid(hostNodeId);
1342 NodeId hostNodeId = 1; variable
1355 pid_t hostNodePid = ExtractPid(hostNodeId);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_uiextension_data.h41 uint64_t hostNodeId = INVALID_NODEID; member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp739 " hostNodeId:" + std::to_string(secSurfaceInfo.hostNodeId) + in DumpSecSurfaceInfo()
861 a.hostNodeId == b.hostNodeId && a.upperNodes == b.upperNodes); in operator ==()
868 auto hostNodeId = e.first; in DumpSecSurfaceInfoMap() local
870 hostNodeId, static_cast<int>(e.second.size())); in DumpSecSurfaceInfoMap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1826 secSurfaceInfo.hostNodeId = hostId; in GenerateSecSurfaceInfoFromNode()