/system/bt/test/mock/ |
D | mock_stack_smp_act.h | 57 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 66 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 75 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 84 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 93 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 102 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 111 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 120 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 129 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function 138 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function [all …]
|
D | mock_main_shim_l2cap_api.h | 82 bool operator()(const RawAddress& addr, uint8_t* lmp_version, in operator() function 94 uint8_t* operator()(const RawAddress& addr) { return body(addr); }; in operator() function 102 void operator()() { body(); }; in operator() function 117 uint16_t operator()(uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks, in operator() function 131 void operator()(uint16_t psm) { body(psm); }; in operator() function 140 uint16_t operator()(uint16_t psm, const RawAddress& raw_address) { in operator() function 150 bool operator()(uint16_t cid) { return body(cid); }; in operator() function 159 uint8_t operator()(uint16_t cid, BT_HDR* p_data) { in operator() function 172 bool operator()(const RawAddress& bd_addr, std::vector<uint16_t>& lcids, in operator() function 187 std::vector<uint16_t> operator()(uint16_t psm, const RawAddress& p_bd_addr, in operator() function [all …]
|
D | mock_stack_l2cap_api.h | 65 tBT_TRANSPORT operator()(uint16_t fixed_cid) { return body(fixed_cid); }; in operator() function 80 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator() function 101 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator() function 115 void operator()(uint16_t psm) { body(psm); }; in operator() function 123 uint16_t operator()(void) { return body(); }; in operator() function 131 void operator()(uint16_t psm) { body(psm); }; in operator() function 143 uint16_t operator()(uint16_t psm, const RawAddress& p_bd_addr, in operator() function 155 uint16_t operator()(uint16_t psm, const RawAddress& p_bd_addr) { in operator() function 168 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator() function 179 void operator()(uint16_t psm) { body(psm); }; in operator() function [all …]
|
D | mock_stack_l2cap_ble.h | 64 bool operator()(const RawAddress& rem_bda, uint16_t min_int, uint16_t max_int, in operator() function 78 bool operator()(const RawAddress& rem_bda, bool enable) { in operator() function 89 hci_role_t operator()(const RawAddress& bd_addr) { return body(bd_addr); }; in operator() function 97 void operator()(const RawAddress& bda) { body(bda); }; in operator() function 111 bool operator()(uint16_t handle, uint8_t role, const RawAddress& bda, in operator() function 130 bool operator()(uint16_t handle, uint8_t role, in operator() function 147 void operator()(uint16_t handle, uint8_t status, uint16_t interval, in operator() function 159 void operator()(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) { in operator() function 170 bool operator()(tL2C_LCB* p_lcb) { return body(p_lcb); }; in operator() function 179 void operator()(uint16_t num_lm_ble_bufs) { body(num_lm_ble_bufs); }; in operator() function [all …]
|
D | mock_btif_config.h | 54 bool operator()(const RawAddress& bda, int* p_device_type) { in operator() function 65 bool operator()(const RawAddress& bda, tBLE_ADDR_TYPE* p_addr_type) { in operator() function 76 bool operator()(const std::string& section, const std::string& key) { in operator() function 90 bool operator()(const std::string& section, const std::string& key, in operator() function 105 bool operator()(const std::string& section, const std::string& key, in operator() function 119 bool operator()(const std::string& section, const std::string& key, in operator() function 133 bool operator()(const std::string& section, const std::string& key, in operator() function 147 bool operator()(const std::string& section, const std::string& key, in operator() function 161 bool operator()(const std::string& section, const std::string& key, in operator() function 175 bool operator()(const std::string& section, const std::string& key, in operator() function [all …]
|
D | mock_stack_btm_ble_privacy.h | 55 void operator()(uint8_t* p, uint16_t evt_len) { body(p, evt_len); }; in operator() function 65 void operator()(uint8_t* p, uint16_t evt_len) { body(p, evt_len); }; in operator() function 75 void operator()(uint8_t* p, uint16_t evt_len) { body(p, evt_len); }; in operator() function 85 void operator()(uint8_t* p, uint16_t evt_len) { body(p, evt_len); }; in operator() function 95 tBTM_STATUS operator()(tBTM_SEC_DEV_REC* p_dev_rec) { in operator() function 106 void operator()(void) { body(); }; in operator() function 115 bool operator()(tBTM_SEC_DEV_REC* p_dev_rec) { return body(p_dev_rec); }; in operator() function 125 bool operator()(uint8_t rl_mask, bool to_resume) { in operator() function 136 bool operator()(tBTM_SEC_DEV_REC* p_dev_rec) { return body(p_dev_rec); }; in operator() function 145 void operator()(tBTM_SEC_DEV_REC* p_dev_rec) { body(p_dev_rec); }; in operator() function [all …]
|
D | mock_main_shim_metrics_api.h | 68 void operator()(const RawAddress* raw_address, uint32_t connection_handle, in operator() function 88 void operator()(const RawAddress& raw_address, in operator() function 107 void operator()(const RawAddress& raw_address, in operator() function 124 void operator()(const RawAddress& raw_address, int playback_state, in operator() function 138 void operator()(const RawAddress& raw_address, uint16_t handle, in operator() function 152 void operator()(const RawAddress& raw_address, uint16_t handle, in operator() function 167 void operator()(const RawAddress& raw_address, uint16_t handle, in operator() function 184 void operator()(const RawAddress& raw_address, uint8_t smp_cmd, in operator() function 202 void operator()(const RawAddress& raw_address, uint16_t handle, in operator() function 221 void operator()(const RawAddress& raw_address, uint16_t protocol_uuid, in operator() function [all …]
|
D | mock_hci_layer.h | 53 void operator()() { body(); }; in operator() function 62 void operator()(const base::Location& from_here, BT_HDR* packet) { in operator() function 72 void operator()(BT_HDR* packet) { body(packet); }; in operator() function 80 void operator()(BT_HDR* packet) { body(packet); }; in operator() function 88 void operator()(BT_HDR* packet) { body(packet); }; in operator() function 96 void operator()() { body(); }; in operator() function 104 void operator()(int credits) { body(credits); }; in operator() function 112 bool operator()() { return body(); }; in operator() function 121 void operator()() { body(); }; in operator() function 129 void operator()() { body(); }; in operator() function [all …]
|
D | mock_stack_btm_ble_addr.h | 59 void operator()(const RawAddress& address) { body(address); }; in operator() function 68 void operator()(base::Callback<void(const RawAddress&)> cb) { body(cb); }; in operator() function 76 uint64_t operator()() { return body(); }; in operator() function 89 bool operator()(tBTM_SEC_DEV_REC* p_dev_rec, in operator() function 101 bool operator()(const RawAddress& rpa, tBTM_SEC_DEV_REC* p_dev_rec) { in operator() function 112 tBTM_SEC_DEV_REC* operator()(const RawAddress& random_bda) { in operator() function 125 bool operator()(RawAddress* bd_addr, uint8_t* p_addr_type, bool refresh) { in operator() function 137 bool operator()(tBLE_BD_ADDR* address_with_type, bool refresh) { in operator() function 151 bool operator()(RawAddress* random_pseudo, uint8_t* p_identity_addr_type) { in operator() function 165 void operator()(const RawAddress& pseudo_bda, const RawAddress& rpa, in operator() function
|
D | mock_main_shim_link_policy.h | 73 tBTM_STATUS operator()(tACL_CONN& p_acl) { return body(p_acl); }; in operator() function 82 tBTM_STATUS operator()(tACL_CONN& p_acl, uint16_t max, uint16_t min) { in operator() function 96 tBTM_STATUS operator()(tACL_CONN& p_acl, uint16_t max_interval, in operator() function 109 bool operator()(const tBTM_PM_MODE& mode, bool interop_check) { in operator() function 121 bool operator()(tBTM_PM_STATUS_CBACK* p_cb) { return body(p_cb); }; in operator() function 130 bool operator()(tBTM_PM_STATUS_CBACK* p_cb) { return body(p_cb); }; in operator() function 139 tBTM_STATUS operator()(uint16_t handle, const tBTM_PM_PWR_MD& new_mode) { in operator() function 152 void operator()(tHCI_STATUS status, uint16_t handle, tHCI_MODE hci_mode, in operator() function 166 tBTM_STATUS operator()(uint16_t handle, uint16_t max_lat, uint16_t min_rmt_to, in operator() function 186 void operator()(tHCI_STATUS status, uint16_t handle, in operator() function
|
D | mock_stack_btm_ble_bgconn.h | 69 const tBLE_BD_ADDR operator()(const RawAddress& bd_addr, in operator() function 81 void operator()(tBTM_BLE_SFP scan_policy) { body(scan_policy); }; in operator() function 90 void operator()(const RawAddress& bd_addr) { body(bd_addr); }; in operator() function 99 bool operator()(void) { return body(); }; in operator() function 107 bool operator()(void) { return body(); }; in operator() function 116 bool operator()(const RawAddress& address) { return body(address); }; in operator() function 125 bool operator()() { return body(); }; in operator() function 133 void operator()() { body(); }; in operator() function 142 bool operator()(const RawAddress& address) { return body(address); }; in operator() function 151 void operator()(const RawAddress& address) { body(address); }; in operator() function [all …]
|
D | mock_stack_acl_btm_ble_connection_establishment.h | 70 void operator()(uint16_t scan_int, uint16_t scan_win, in operator() function 88 void operator()(tHCI_STATUS status) { body(status); }; in operator() function 97 bool operator()(RawAddress* bda, tBLE_ADDR_TYPE* bda_type) { in operator() function 108 void operator()(uint8_t* p, uint16_t evt_len, bool enhanced) { in operator() function 118 void operator()() { body(); }; in operator() function 126 void operator()(uint8_t* p) { body(p); }; in operator() function
|
D | mock_stack_metrics_logging.h | 64 void operator()(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, in operator() function 87 void operator()(const RawAddress* address, uint32_t connection_handle, in operator() function 108 void operator()(const RawAddress& address, uint8_t smp_cmd, in operator() function 126 void operator()(const RawAddress& address, uint16_t protocol_uuid, in operator() function 150 void operator()(const RawAddress& address, in operator() function
|
D | mock_stack_crypto_toolbox.h | 62 Octet16 operator()(const Octet16& w, std::array<uint8_t, 4> keyid) { in operator() function 74 Octet16 operator()(const Octet16& salt, const Octet16& w) { in operator() function 88 Octet16 operator()(const uint8_t* u, const uint8_t* v, const Octet16& x, in operator() function 102 void operator()(const uint8_t* w, const Octet16& n1, const Octet16& n2, in operator() function 119 Octet16 operator()(const Octet16& w, const Octet16& n1, const Octet16& n2, in operator() function 134 uint32_t operator()(const uint8_t* u, const uint8_t* v, const Octet16& x, in operator() function 147 Octet16 operator()(const Octet16& ltk, bool use_h7) { in operator() function 159 Octet16 operator()(const Octet16& link_key, bool use_h7) { in operator() function
|
D | mock_stack_btm_ble_scanner_hci_interface.h | 54 void operator()(uint8_t data_len, uint8_t* data) { body(data_len, data); }; in operator() function 64 void operator()(uint8_t data_len, uint8_t* data) { body(data_len, data); }; in operator() function 73 void operator()(uint8_t data_len, uint8_t* data) { body(data_len, data); }; in operator() function
|
D | mock_main_bte.h | 69 void operator()(const base::Location& from_here, BT_HDR* p_msg) { in operator() function 79 void operator()(void) { body(); }; in operator() function 88 void operator()(BT_HDR* p_msg, uint16_t event) { body(p_msg, event); }; in operator() function
|
/system/chre/util/include/chre/util/ |
D | optional.h | 101 Optional<ObjectType> &operator=(ObjectType &&other); variable 111 Optional<ObjectType> &operator=(Optional<ObjectType> &&other); variable 120 Optional<ObjectType> &operator=(const ObjectType &other); variable 128 Optional<ObjectType> &operator=(const Optional<ObjectType> &other); variable
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | loop_control.h | 50 LoopControl& operator=(const LoopControl&) = delete; variable 51 LoopControl& operator=(LoopControl&&) = default; variable 78 LoopDevice& operator=(const LoopDevice&) = delete; variable 79 LoopDevice& operator=(LoopDevice&&) = default; variable
|
/system/tools/aidl/ |
D | io_delegate.h | 38 IoDelegate& operator=(const IoDelegate&) = delete; variable 39 IoDelegate& operator=(IoDelegate&&) = delete; variable
|
D | line_reader.h | 32 LineReader& operator=(const LineReader&) = delete; variable 33 LineReader& operator=(LineReader&&) = delete; variable
|
/system/update_engine/common/ |
D | excluder_stub.h | 39 ExcluderStub& operator=(const ExcluderStub&) = delete; variable 41 ExcluderStub& operator=(ExcluderStub&&) = delete; variable
|
D | excluder_interface.h | 50 ExcluderInterface& operator=(const ExcluderInterface&) = delete; variable 52 ExcluderInterface& operator=(ExcluderInterface&&) = delete; variable
|
/system/bt/gd/storage/ |
D | adapter_config.h | 34 AdapterConfig& operator=(AdapterConfig&& other) noexcept = default; variable 38 AdapterConfig& operator=(const AdapterConfig& other) noexcept = default; variable
|
/system/chre/platform/include/chre/platform/ |
D | atomic.h | 46 bool operator=(bool desired); variable 103 uint32_t operator=(uint32_t desired); variable
|
/system/update_engine/cros/ |
D | excluder_chromeos.h | 42 ExcluderChromeOS& operator=(const ExcluderChromeOS&) = delete; variable 44 ExcluderChromeOS& operator=(ExcluderChromeOS&&) = delete; variable
|