Home
last modified time | relevance | path

Searched refs:StateRecord (Results 1 – 3 of 3) 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
29 StateRecord { in new()
H A Dmod.rs32 recorder: recorder::StateRecord,
40 recorder: recorder::StateRecord::new(), in new()
/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() argument
716 stateHistory.emplace_back(StateRecord(procedure, extraInfo, state, disposal, timestamp)); in AddProcedure() argument
766 std::list<StateRecord> stateHistory;