Searched refs:is_active (Results 1 – 10 of 10) sorted by relevance
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 68 virtual bool SetDlcActiveValue(bool is_active, const std::string& dlc_id) = 0;
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 93 bool DBusUpdateEngineClient::SetDlcActiveValue(bool is_active, in SetDlcActiveValue() argument 95 return proxy_->SetDlcActiveValue(is_active, dlc_id, /*error=*/nullptr); in SetDlcActiveValue()
|
D | client_dbus.h | 48 bool SetDlcActiveValue(bool is_active, const std::string& dlc_id) override;
|
/system/update_engine/ |
D | dbus_service.cc | 105 bool is_active, in SetDlcActiveValue() argument 107 return common_->SetDlcActiveValue(error, is_active, dlc_id); in SetDlcActiveValue()
|
D | common_service.h | 77 bool is_active,
|
D | common_service.cc | 146 bool is_active, in SetDlcActiveValue() argument 148 if (!system_state_->update_attempter()->SetDlcActiveValue(is_active, in SetDlcActiveValue()
|
D | dbus_service.h | 72 bool is_active,
|
D | update_attempter.h | 167 virtual bool SetDlcActiveValue(bool is_active, const std::string& dlc_id);
|
D | update_attempter.cc | 678 bool UpdateAttempter::SetDlcActiveValue(bool is_active, const string& dlc_id) { in SetDlcActiveValue() argument 684 << (is_active ? "Active" : "Inactive"); in SetDlcActiveValue() 686 if (is_active) { in SetDlcActiveValue()
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 2449 bool is_active = false; in nfa_ee_is_active() local 2462 is_active = true; in nfa_ee_is_active() 2467 return is_active; in nfa_ee_is_active()
|