Home
last modified time | relevance | path

Searched refs:eventIter (Results 1 - 1 of 1) sorted by relevance

/base/account/os_account/services/accountmgr/src/
H A Daccount_state_machine.cpp81 for (auto &eventIter : currentStateIter.second) { in Clean()
82 if (eventIter.second != nullptr) { in Clean()
83 delete eventIter.second; in Clean()
84 eventIter.second = nullptr; in Clean()
111 auto eventIter = stateIter->second.find(evt); in StateChangeProcess() local
112 if (eventIter == stateIter->second.end()) { in StateChangeProcess()
118 if (eventIter->second == nullptr) { in StateChangeProcess()
123 int nextState = eventIter->second->GetNextState(); in StateChangeProcess()

Completed in 1 milliseconds