Searched refs:oldStat (Results 1 - 2 of 2) sorted by relevance
/base/account/os_account/dfx/hisysevent_adapter/ |
H A D | account_hisysevent_adapter.cpp | 167 void ReportOhosAccountStateChange(int32_t userId, int32_t operateType, int32_t oldStat, int32_t newStat)
in ReportOhosAccountStateChange() argument 174 "OLD_STATE", oldStat,
in ReportOhosAccountStateChange() 178 ret, userId, operateType, oldStat, newStat);
in ReportOhosAccountStateChange() 183 (void)oldStat;
in ReportOhosAccountStateChange()
|
H A D | account_hisysevent_adapter.h | 33 void ReportOhosAccountStateChange(int32_t userId, int32_t operateType, int32_t oldStat, int32_t newStat);
|
Completed in 1 milliseconds