/system/connectivity/shill/dbus/ |
D | chromeos_modem_gsm_network_proxy.cc | 56 : proxy_( in ChromeosModemGSMNetworkProxy() 60 proxy_->RegisterSignalQualitySignalHandler( in ChromeosModemGSMNetworkProxy() 65 proxy_->RegisterRegistrationInfoSignalHandler( in ChromeosModemGSMNetworkProxy() 70 proxy_->RegisterNetworkModeSignalHandler( in ChromeosModemGSMNetworkProxy() 79 proxy_->GetObjectProxy(), in ChromeosModemGSMNetworkProxy() 96 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetRegistrationInfo() 97 proxy_->GetRegistrationInfoAsync( in GetRegistrationInfo() 110 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetSignalQuality() 111 proxy_->GetSignalQualityAsync( in GetSignalQuality() 124 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << network_id; in Register() [all …]
|
D | chromeos_mm1_modem_proxy.cc | 39 : proxy_( in ChromeosModemProxy() 43 proxy_->RegisterStateChangedSignalHandler( in ChromeosModemProxy() 56 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << enable; in Enable() 57 proxy_->EnableAsync(enable, in Enable() 73 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in CreateBearer() 76 proxy_->CreateBearerAsync( in CreateBearer() 90 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << bearer; in DeleteBearer() 91 proxy_->DeleteBearerAsync(dbus::ObjectPath(bearer), in DeleteBearer() 105 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in Reset() 106 proxy_->ResetAsync(base::Bind(&ChromeosModemProxy::OnOperationSuccess, in Reset() [all …]
|
D | chromeos_modem_gsm_card_proxy.cc | 57 : proxy_( in ChromeosModemGSMCardProxy() 63 proxy_->GetObjectProxy(), in ChromeosModemGSMCardProxy() 78 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetIMEI() 79 proxy_->GetImeiAsync( in GetIMEI() 93 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetIMSI() 94 proxy_->GetImsiAsync( in GetIMSI() 108 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetSPN() 109 proxy_->GetSpnAsync( in GetSPN() 123 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetMSISDN() 124 proxy_->GetMsIsdnAsync( in GetMSISDN() [all …]
|
D | chromeos_modem_cdma_proxy.cc | 54 : proxy_( in ChromeosModemCDMAProxy() 58 proxy_->RegisterActivationStateChangedSignalHandler( in ChromeosModemCDMAProxy() 63 proxy_->RegisterSignalQualitySignalHandler( in ChromeosModemCDMAProxy() 68 proxy_->RegisterRegistrationStateChangedSignalHandler( in ChromeosModemCDMAProxy() 77 proxy_->GetObjectProxy(), in ChromeosModemCDMAProxy() 94 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << carrier; in Activate() 95 proxy_->ActivateAsync( in Activate() 109 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetRegistrationState() 110 proxy_->GetRegistrationStateAsync( in GetRegistrationState() 121 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetSignalQuality() [all …]
|
D | chromeos_modem_proxy.cc | 39 : proxy_( in ChromeosModemProxy() 43 proxy_->RegisterStateChangedSignalHandler( in ChromeosModemProxy() 54 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << enable; in Enable() 55 proxy_->EnableAsync(enable, in Enable() 66 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in Disconnect() 67 proxy_->DisconnectAsync(base::Bind(&ChromeosModemProxy::OnDisconnectSuccess, in Disconnect() 77 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetModemInfo() 78 proxy_->GetInfoAsync(base::Bind(&ChromeosModemProxy::OnGetInfoSuccess, in GetModemInfo() 88 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << old in StateChanged() 97 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnEnableSuccess() [all …]
|
D | chromeos_mm1_modem_simple_proxy.cc | 39 : proxy_( in ChromeosModemSimpleProxy() 50 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in Connect() 53 proxy_->ConnectAsync(properties_dict, in Connect() 66 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << bearer; in Disconnect() 67 proxy_->DisconnectAsync( in Disconnect() 80 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetStatus() 81 proxy_->GetStatusAsync( in GetStatus() 92 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << path.value(); in OnConnectSuccess() 98 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnConnectFailure() 106 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnDisconnectSuccess() [all …]
|
D | chromeos_wimax_network_proxy.cc | 64 : proxy_( in ChromeosWiMaxNetworkProxy() 70 proxy_->RegisterSignalStrengthChangedSignalHandler( in ChromeosWiMaxNetworkProxy() 79 proxy_->GetObjectProxy(), in ChromeosWiMaxNetworkProxy() 89 proxy_->ReleaseObjectProxy(base::Bind(&base::DoNothing)); in ~ChromeosWiMaxNetworkProxy() 93 return proxy_->GetObjectPath().value(); in path() 102 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in Identifier() 111 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in Name() 120 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in Type() 129 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in CINR() 138 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in RSSI() [all …]
|
D | chromeos_wimax_device_proxy.cc | 63 : proxy_( in ChromeosWiMaxDeviceProxy() 69 proxy_->RegisterNetworksChangedSignalHandler( in ChromeosWiMaxDeviceProxy() 74 proxy_->RegisterStatusChangedSignalHandler( in ChromeosWiMaxDeviceProxy() 83 proxy_->GetObjectProxy(), in ChromeosWiMaxDeviceProxy() 92 proxy_->ReleaseObjectProxy(base::Bind(&base::DoNothing)); in ~ChromeosWiMaxDeviceProxy() 98 proxy_->EnableAsync( in Enable() 112 proxy_->DisableAsync( in Disable() 126 proxy_->ScanNetworksAsync( in ScanNetworks() 142 proxy_->ConnectAsync( in Connect() 158 proxy_->DisconnectAsync( in Disconnect() [all …]
|
D | chromeos_mm1_sim_proxy.cc | 38 : proxy_( in ChromeosSimProxy() 50 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in SendPin() 51 proxy_->SendPinAsync(pin, in SendPin() 68 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in SendPuk() 69 proxy_->SendPukAsync(puk, in SendPuk() 87 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << enabled; in EnablePin() 88 proxy_->EnablePinAsync(pin, in EnablePin() 106 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in ChangePin() 107 proxy_->ChangePinAsync(old_pin, in ChangePin() 121 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << operation; in OnOperationSuccess() [all …]
|
D | chromeos_dbus_properties_proxy.cc | 35 : proxy_( in ChromeosDBusPropertiesProxy() 39 proxy_->RegisterPropertiesChangedSignalHandler( in ChromeosDBusPropertiesProxy() 44 proxy_->RegisterMmPropertiesChangedSignalHandler( in ChromeosDBusPropertiesProxy() 55 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << interface_name << ")"; in GetAll() 58 if (!proxy_->GetAll(interface_name, &properties_dict, &error)) { in GetAll() 71 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << interface_name in Get() 75 if (!proxy_->Get(interface_name, property, &value, &error)) { in Get() 86 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << interface << ")"; in MmPropertiesChanged() 96 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << interface << ")"; in PropertiesChanged() 106 SLOG(&proxy_->GetObjectPath(), 2) << __func__ in OnSignalConnected()
|
D | chromeos_mm1_modem_modemcdma_proxy.cc | 39 : proxy_( in ChromeosModemModemCdmaProxy() 43 proxy_->RegisterActivationStateChangedSignalHandler( in ChromeosModemModemCdmaProxy() 56 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << carrier; in Activate() 57 proxy_->ActivateAsync( in Activate() 74 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in ActivateManual() 77 proxy_->ActivateManualAsync( in ActivateManual() 93 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in ActivationStateChanged() 106 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << operation; in OnOperationSuccess() 114 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << operation; in OnOperationFailure() 122 SLOG(&proxy_->GetObjectPath(), 2) << __func__ in OnSignalConnected()
|
D | chromeos_modem_simple_proxy.cc | 40 : proxy_( in ChromeosModemSimpleProxy() 48 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in GetModemStatus() 49 proxy_->GetStatusAsync( in GetModemStatus() 62 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in Connect() 65 proxy_->ConnectAsync( in Connect() 78 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnGetStatusSuccess() 86 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnGetStatusFailure() 94 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnConnectSuccess() 100 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnConnectFailure()
|
D | chromeos_mm1_modem_modem3gpp_proxy.cc | 39 : proxy_( in ChromeosModemModem3gppProxy() 49 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << operator_id; in Register() 50 proxy_->RegisterAsync( in Register() 63 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in Scan() 64 proxy_->ScanAsync(base::Bind(&ChromeosModemModem3gppProxy::OnScanSuccess, in Scan() 74 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnRegisterSuccess() 80 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnRegisterFailure() 89 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnScanSuccess() 101 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnScanFailure()
|
D | chromeos_modem_manager_proxy.cc | 41 : proxy_( in ChromeosModemManagerProxy() 50 proxy_->RegisterDeviceAddedSignalHandler( in ChromeosModemManagerProxy() 55 proxy_->RegisterDeviceRemovedSignalHandler( in ChromeosModemManagerProxy() 63 proxy_->GetObjectProxy()->SetNameOwnerChangedCallback( in ChromeosModemManagerProxy() 68 proxy_->GetObjectProxy()->WaitForServiceToBeAvailable( in ChromeosModemManagerProxy() 76 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in EnumerateDevices() 84 if (!proxy_->EnumerateDevices(&device_paths, &error)) { in EnumerateDevices() 95 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in DeviceAdded() 100 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in DeviceRemoved() 129 SLOG(&proxy_->GetObjectPath(), 2) << __func__ in OnSignalConnected()
|
D | chromeos_dbus_objectmanager_proxy.cc | 41 : proxy_( in ChromeosDBusObjectManagerProxy() 49 proxy_->RegisterInterfacesAddedSignalHandler( in ChromeosDBusObjectManagerProxy() 54 proxy_->RegisterInterfacesRemovedSignalHandler( in ChromeosDBusObjectManagerProxy() 62 proxy_->GetObjectProxy()->SetNameOwnerChangedCallback( in ChromeosDBusObjectManagerProxy() 67 proxy_->GetObjectProxy()->WaitForServiceToBeAvailable( in ChromeosDBusObjectManagerProxy() 83 proxy_->GetManagedObjectsAsync( in GetManagedObjects() 117 SLOG(&proxy_->GetObjectPath(), 2) << __func__ in OnSignalConnected() 129 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" in InterfacesAdded() 140 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" in InterfacesRemoved() 148 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnGetManagedObjectsSuccess()
|
D | chromeos_modem_gobi_proxy.cc | 40 : proxy_( in ChromeosModemGobiProxy() 50 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << carrier; in SetCarrier() 51 proxy_->SetCarrierAsync( in SetCarrier() 63 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnSetCarrierSuccess() 69 SLOG(&proxy_->GetObjectPath(), 2) << __func__; in OnSetCarrierFailure()
|
D | chromeos_power_manager_proxy.cc | 64 : proxy_(new org::chromium::PowerManagerProxy(bus)), in ChromeosPowerManagerProxy() 70 proxy_->RegisterSuspendImminentSignalHandler( in ChromeosPowerManagerProxy() 75 proxy_->RegisterSuspendDoneSignalHandler( in ChromeosPowerManagerProxy() 80 proxy_->RegisterDarkSuspendImminentSignalHandler( in ChromeosPowerManagerProxy() 87 proxy_->GetObjectProxy()->WaitForServiceToBeAvailable( in ChromeosPowerManagerProxy() 171 if (!proxy_->RecordDarkResumeWakeReason(serialized_proto, &error)) { in RecordDarkResumeWakeReason() 197 proxy_->RegisterDarkSuspendDelay(serialized_request, in RegisterSuspendDelayInternal() 201 proxy_->RegisterSuspendDelay(serialized_request, &serialized_reply, &error); in RegisterSuspendDelayInternal() 232 proxy_->UnregisterDarkSuspendDelay(serialized_request, &error); in UnregisterSuspendDelayInternal() 234 proxy_->UnregisterSuspendDelay(serialized_request, &error); in UnregisterSuspendDelayInternal() [all …]
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 42 proxy_.reset(new UpdateEngineInterfaceProxy{bus}); in Init() 49 return proxy_->AttemptUpdateWithFlags( in AttemptUpdate() 62 const bool success = proxy_->GetStatus(out_last_checked_time, in GetStatus() 76 return proxy_->SetUpdateOverCellularPermission(allowed, nullptr); in SetUpdateOverCellularPermission() 81 return proxy_->GetUpdateOverCellularPermission(allowed, nullptr); in GetUpdateOverCellularPermission() 85 return proxy_->SetP2PUpdatePermission(enabled, nullptr); in SetP2PUpdatePermission() 89 return proxy_->GetP2PUpdatePermission(enabled, nullptr); in GetP2PUpdatePermission() 93 return proxy_->AttemptRollback(powerwash, nullptr); in Rollback() 98 return proxy_->GetRollbackPartition(rollback_partition, nullptr); in GetRollbackPartition() 102 return proxy_->GetPrevVersion(prev_version, nullptr); in GetPrevVersion() [all …]
|
/system/connectivity/shill/cellular/ |
D | modem_manager_unittest.cc | 147 proxy_(new MockModemManagerProxy()) {} in ModemManagerClassicTest() 151 MockModemManagerProxy* proxy_; member in shill::ModemManagerClassicTest 155 EXPECT_EQ(nullptr, modem_manager_.proxy_.get()); in TEST_F() 158 .WillOnce(Return(proxy_)); in TEST_F() 160 EXPECT_NE(nullptr, modem_manager_.proxy_.get()); in TEST_F() 163 EXPECT_EQ(nullptr, modem_manager_.proxy_.get()); in TEST_F() 168 modem_manager_.proxy_.reset(proxy_); in TEST_F() 170 EXPECT_CALL(*proxy_, EnumerateDevices()) in TEST_F() 197 proxy_(new MockDBusObjectManagerProxy()) {} in ModemManager1Test() 201 proxy_->IgnoreSetCallbacks(); in SetUp() [all …]
|
D | modem_manager_1.cc | 51 CHECK(!proxy_); in Start() 52 proxy_.reset( in Start() 58 proxy_->set_interfaces_added_callback( in Start() 61 proxy_->set_interfaces_removed_callback( in Start() 68 proxy_.reset(); in Stop() 76 proxy_->GetManagedObjects(&error, in Connect()
|
/system/connectivity/shill/ |
D | http_proxy_unittest.cc | 119 proxy_(connection_) {} in HTTPProxyTest() 129 if (proxy_.sockets_) { in TearDown() 133 proxy_.client_socket_, in TearDown() 134 proxy_.server_socket_, in TearDown() 135 proxy_.proxy_socket_ in TearDown() 164 proxy_.OnConnectCompletion(true, kServerFD); in InvokeSyncConnect() 175 return proxy_.client_data_; in GetClientData() 177 HTTPProxy* proxy() { return &proxy_; } in proxy() 179 return proxy_.state_; in GetProxyState() 182 return proxy_.server_data_; in GetServerData() [all …]
|
/system/connectivity/shill/dhcp/ |
D | dhcp_config_unittest.cc | 96 : proxy_(new MockDHCPProxy()), in DHCPConfigTest() 117 unique_ptr<MockDHCPProxy> proxy_; member in shill::DHCPConfigTest 141 EXPECT_TRUE(proxy_.get()); in TEST_F() 142 EXPECT_FALSE(config_->proxy_.get()); in TEST_F() 144 .WillOnce(ReturnAndReleasePointee(&proxy_)); in TEST_F() 146 EXPECT_FALSE(proxy_.get()); in TEST_F() 147 EXPECT_TRUE(config_->proxy_.get()); in TEST_F() 273 EXPECT_CALL(*proxy_, Release(kDeviceName)).Times(1); in TEST_F() 274 config_->proxy_.reset(proxy_.release()); in TEST_F() 285 EXPECT_CALL(*proxy_, Release(kDeviceName)).Times(0); in TEST_F() [all …]
|
/system/connectivity/shill/wimax/ |
D | wimax_unittest.cc | 54 : proxy_(new MockWiMaxDeviceProxy()), in WiMaxTest() 82 std::unique_ptr<MockWiMaxDeviceProxy> proxy_; member in shill::WiMaxTest 98 EXPECT_FALSE(device_->proxy_.get()); in TEST_F() 100 .WillOnce(ReturnAndReleasePointee(&proxy_)); in TEST_F() 101 EXPECT_CALL(*proxy_, Enable(_, _, _)); in TEST_F() 102 EXPECT_CALL(*proxy_, set_networks_changed_callback(_)); in TEST_F() 103 EXPECT_CALL(*proxy_, set_status_changed_callback(_)); in TEST_F() 104 EXPECT_CALL(*proxy_, Disable(_, _, _)); in TEST_F() 106 ASSERT_TRUE(device_->proxy_.get()); in TEST_F() 236 device_->proxy_.reset(proxy_.release()); in TEST_F() [all …]
|
D | wimax.cc | 96 proxy_.reset(control_interface()->CreateWiMaxDeviceProxy(path_)); in Start() 97 proxy_->set_networks_changed_callback( in Start() 99 proxy_->set_status_changed_callback( in Start() 101 proxy_->Enable( in Start() 120 if (proxy_.get()) { in Stop() 121 proxy_->Disable( in Stop() 138 proxy_->ScanNetworks( in Scan() 171 proxy_->Connect( in ConnectTo() 202 proxy_->Disconnect( in DisconnectFrom() 226 proxy_.reset(); in OnDeviceVanished() [all …]
|
/system/connectivity/shill/shims/ |
D | ppp.cc | 87 bool success = proxy_->GetSecret(username, password); in GetSecret() 96 proxy_->Notify(kPPPReasonAuthenticating, details); in OnAuthenticateStart() 105 proxy_->Notify(kPPPReasonAuthenticated, details); in OnAuthenticateDone() 138 proxy_->Notify(kPPPReasonConnect, dict); in OnConnect() 147 proxy_->Notify(kPPPReasonDisconnect, dict); in OnDisconnect() 166 proxy_.reset(new TaskProxy(bus_, path, service)); in CreateProxy() 173 proxy_.reset(); in DestroyProxy()
|