Home
last modified time | relevance | path

Searched refs:set_state (Results 1 – 9 of 9) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp81 report_.set_state(UpdateState::None); in Start()
87 void SnapshotMergeStats::set_state(android::snapshot::UpdateState state) { in set_state() function in android::snapshot::SnapshotMergeStats
88 report_.set_state(state); in set_state()
Dsnapshot_stub.cpp131 void set_state(android::snapshot::UpdateState) override {} in set_state() function in android::snapshot::SnapshotMergeStatsStub
Dsnapshot.cpp414 status->set_state(SnapshotState::CREATED); in CreateSnapshot()
880 initial_status.set_state(UpdateState::Merging); in InitiateMerge()
961 status.set_state(SnapshotState::MERGING); in SwitchSnapshotToMerge()
1390 snapshot_status.set_state(SnapshotState::MERGE_COMPLETED); in CheckTargetMergeState()
1422 update_status.set_state(UpdateState::Merging); in MergeSecondPhaseSnapshots()
2983 status.set_state(UpdateState::None); in ReadSnapshotUpdateStatus()
2993 status.set_state(UpdateStateFromString(contents)); in ReadSnapshotUpdateStatus()
3002 status.set_state(state); in WriteUpdateState()
3391 status.set_state(update_state); in CreateUpdateSnapshots()
4501 update_status.set_state(UpdateState::Initiated); in BootFromSnapshotsWithoutSlotSwitch()
[all …]
Dsnapshotctl.cpp361 status.set_state(SnapshotState::CREATED); in CreateSnapshotDevice()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stats.h31 virtual void set_state(android::snapshot::UpdateState state) = 0;
70 void set_state(android::snapshot::UpdateState state) override;
Dmock_snapshot_merge_stats.h31 MOCK_METHOD(void, set_state, (android::snapshot::UpdateState), (override));
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc324 merge_stats_->set_state(state); in WaitForMergeOrSchedule()
469 merge_stats_->set_state(state); in InitiateMergeAndWait()
/system/apex/apexd/
Dapexd_session.cpp234 state_.set_state(session_state); in UpdateStateAndCommit()
Dapexd_session_test.cpp94 session.set_state(state); in TEST()