Searched defs:AsyncProcessInfo (Results 1 – 2 of 2) sorted by relevance
101 struct AsyncProcessInfo { struct104 std::string srcDevName;105 uint32_t syncFinished = 0;106 uint32_t syncTotal = 0;107 uint32_t syncId = 0;108 uint32_t permFnished = 0;109 uint32_t permTotal = 0;110 std::string businessUdKey;
36 using AsyncProcessInfo = UDMF::AsyncProcessInfo; variable