Searched refs:APP_SERIAL_NUMBER (Results 1 – 3 of 3) sorted by relevance
89 if (saStatusPair.first == APP_SERIAL_NUMBER) { in Run()92 DoRevert(saStatusPair.second, APP_SERIAL_NUMBER); in Run()
94 std::pair<int32_t, std::string> appResultPair = std::make_pair(APP_SERIAL_NUMBER, hmpName); in AddAbnormalApp()
21 static constexpr int32_t APP_SERIAL_NUMBER = -1; variable