Home
last modified time | relevance | path

Searched refs:isFirstAppSwitch_ (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/include/
Dreport.h143 bool isFirstAppSwitch_ = false; variable
/test/ostest/wukong/report/src/
Dreport.cpp199 if (it != data.end() && (data["event"] == "appswitch") && (isFirstAppSwitch_ == false)) { in SyncInputInfo()
201 isFirstAppSwitch_ = true; in SyncInputInfo()