Searched defs:AppStateData (Results 1 – 6 of 6) sorted by relevance
59 std::string bundleName;60 int32_t pid = -1;61 int32_t uid = 0;62 int32_t state = 0;63 uint32_t accessTokenId = 0;64 bool isFocused = false;67 std::string callerBundleName;68 bool isSplitScreenMode = false;70 bool isSpecifyTokenId = false;71 int32_t appIndex = 0;[all …]
41 std::string bundleName;42 int32_t pid = -1;43 int32_t uid = 0;44 int32_t state = 0;45 uint32_t accessTokenId = 0;46 bool isFocused = false;47 int32_t extensionType = 255;49 std::string callerBundleName;52 bool isSpecifyTokenId = false;53 int32_t appIndex = 0;[all …]
41 std::string bundleName;42 int32_t pid = -1;43 int32_t uid = 0;44 int32_t state = 0;45 uint32_t accessTokenId = 0;46 bool isFocused = false;47 int32_t extensionType = 255;49 std::string callerBundleName;50 bool isSplitScreenMode = false;52 bool isSpecifyTokenId = false;[all …]
49 struct AppStateData { struct50 std::string bundleName;51 int32_t pid = -1;52 int32_t uid = 0;53 int32_t state = 0;54 int32_t accessTokenId = 0;55 bool isFocused = false;
1 # AppStateData chapter