Searched defs:FoldAppUsageInfo (Results 1 – 1 of 1) sorted by relevance
25 struct FoldAppUsageInfo { struct26 std::string package;27 std::string version;28 int32_t foldVer = 0; // usage duration when screen in fold-vertiacal status29 int32_t foldHor = 0; // usage duration when screen in fold-horizon status30 int32_t expdVer = 0; // usage duration when screen in expand-vertiacal status31 int32_t expdHor = 0; // usage duration when screen in expand-horizon status32 int32_t startNum = 1;33 std::string date;