Home
last modified time | relevance | path

Searched defs:StateRecord (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/services/src/manage/scheduler/state/
H A Drecorder.rs19 pub(super) struct StateRecord { struct
27 impl StateRecord { impl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h681 struct StateRecord { struct
688StateRecord(const std::string& procedure, const std::string& extraInfo, const std::string& state, in StateRecord() function
716 stateHistory.emplace_back(StateRecord(procedure, extraInfo, state, disposal, timestamp)); in AddProcedure() argument