Searched refs:is_active (Results 1 – 13 of 13) 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/cros/ |
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 | 76 bool is_active,
|
D | common_service.cc | 146 bool is_active, in SetDlcActiveValue() argument 148 if (!SystemState::Get()->update_attempter()->SetDlcActiveValue(is_active, in SetDlcActiveValue()
|
D | dbus_service.h | 72 bool is_active,
|
D | update_attempter.h | 154 virtual bool SetDlcActiveValue(bool is_active, const std::string& dlc_id);
|
D | update_attempter.cc | 649 bool UpdateAttempter::SetDlcActiveValue(bool is_active, const string& dlc_id) { in SetDlcActiveValue() argument 655 << (is_active ? "Active" : "Inactive"); in SetDlcActiveValue() 656 if (is_active) { in SetDlcActiveValue()
|
/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/bt/stack/btm/ |
D | btm_sco.h | 85 bool is_active() const { return state != SCO_ST_UNUSED; } in is_active() function
|
D | btm_sco.cc | 900 if (!p_sco->is_active()) { in btm_sco_on_disconnected()
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 2487 bool is_active = false; in nfa_ee_is_active() local 2500 is_active = true; in nfa_ee_is_active() 2505 return is_active; in nfa_ee_is_active()
|
/system/apex/apexd/ |
D | apexd.cpp | 3169 bool is_active) { in CollectApexInfoList() argument 3189 instance.IsPreInstalledApex(apex), is_active, mtime); in CollectApexInfoList()
|