Searched refs:QuickFixSwitchState (Results 1 – 4 of 4) sorted by relevance
25 class QuickFixSwitchState final : public QuickFixState {27 explicit QuickFixSwitchState(const std::string &bundleName, bool enable);28 virtual ~QuickFixSwitchState() = default;
24 QuickFixSwitchState::QuickFixSwitchState(const std::string &bundleName, bool enable) in QuickFixSwitchState() function in OHOS::AppExecFwk::QuickFixSwitchState30 ErrCode QuickFixSwitchState::Process() in Process()
43 …std::shared_ptr<QuickFixSwitchState> switchState = std::make_shared<QuickFixSwitchState>(bundleNam… in Process()
59 state_ = std::make_shared<QuickFixSwitchState>(quickFixInfo.first, true); in ProcessQuickFixBootUp()62 state_ = std::make_shared<QuickFixSwitchState>(quickFixInfo.first, false); in ProcessQuickFixBootUp()