Home
last modified time | relevance | path

Searched refs:update_type (Results 1 – 8 of 8) sorted by relevance

/haiku/src/apps/softwareupdater/
H A DWorkingLooper.h24 WorkingLooper(update_type action, bool verbose);
31 update_type fActionRequested;
H A DUpdateAction.cpp42 UpdateAction::Perform(update_type action_request) in Perform()
47 update_type action = action_request; in Perform()
H A DUpdateAction.h19 status_t Perform(update_type action_request);
H A DSoftwareUpdaterApp.h31 update_type fActionRequested;
H A DWorkingLooper.cpp13 WorkingLooper::WorkingLooper(update_type action, bool verbose) in WorkingLooper()
H A Dconstants.h34 enum update_type { enum
H A DUpdateManager.h38 update_type GetUpdateType();
H A DUpdateManager.cpp85 update_type
95 return (update_type)action; in GetUpdateType()