Searched refs:Register (Results 1 - 25 of 44) sorted by relevance

12

/system/connectivity/shill/cellular/
H A Dmm1_modem_modem3gpp_proxy_interface.h38 virtual void Register(const std::string& operator_id,
H A Dmock_mm1_modem_modem3gpp_proxy.cc27 ON_CALL(*this, Register(_, _, _, _))
H A Dmock_mm1_modem_modem3gpp_proxy.h35 MOCK_METHOD4(Register, void(const std::string& operator_id,
H A Dmock_modem_gsm_network_proxy.cc30 ON_CALL(*this, Register(_, _, _, _))
H A Dmock_modem_gsm_network_proxy.h40 MOCK_METHOD4(Register, void(const std::string& network_id, Error* error,
H A Dmodem_gsm_network_proxy_interface.h62 virtual void Register(const std::string& network_id,
H A Dcellular_capability_universal_cdma.h61 void Register(const ResultCallback& callback) override;
/system/tpm/attestation/server/
H A Dmock_key_store.cc29 ON_CALL(*this, Register(_, _, _, _, _, _, _)).WillByDefault(Return(true));
H A Dkey_store.h63 virtual bool Register(const std::string& username,
H A Dmock_key_store.h44 MOCK_METHOD7(Register, bool(const std::string& username,
H A Ddbus_service.h43 void Register(const CompletionAction& callback);
H A Dmain.cc92 dbus_service_->Register(sequencer->GetHandler("Register() failed.", true));
H A Dpkcs11_key_store.h61 bool Register(const std::string& username,
H A Dpkcs11_key_store_test.cc466 EXPECT_FALSE(key_store.Register(kDefaultUser, "test_label", KEY_TYPE_RSA,
474 EXPECT_TRUE(key_store.Register(kDefaultUser, "test_label", KEY_TYPE_RSA,
486 EXPECT_TRUE(key_store.Register(kDefaultUser, "test_label", KEY_TYPE_RSA,
493 EXPECT_TRUE(key_store.Register(kDefaultUser, "test_label", KEY_TYPE_RSA,
504 EXPECT_TRUE(key_store.Register(kDefaultUser, "test_label", KEY_TYPE_RSA,
512 EXPECT_FALSE(key_store.Register(kDefaultUser, "test_label", KEY_TYPE_ECC,
522 EXPECT_TRUE(key_store.Register(kDefaultUser, "test_label", KEY_TYPE_RSA,
/system/connectivity/shill/dbus/
H A Dchromeos_mm1_modem_modem3gpp_proxy.h39 void Register(const std::string& operator_id,
48 // Callbacks for Register async call.
H A Dchromeos_mm1_modem_modem3gpp_proxy.cc45 void ChromeosModemModem3gppProxy::Register(const std::string& operator_id, function in class:shill::mm1::ChromeosModemModem3gppProxy
H A Dchromeos_modem_gsm_network_proxy.h45 void Register(const std::string& network_id,
92 // Callbacks for Register async call.
H A Dchromeos_device_dbus_adaptor.h84 void Register(DBusMethodResponsePtr<> response,
/system/tpm/tpm_manager/server/
H A Ddbus_service.h47 void Register(const CompletionAction& callback);
H A Dmain.cc89 dbus_service_->Register(sequencer->GetHandler("Register() failed.", true));
/system/bt/service/ipc/binder/
H A Dinterface_with_instances_base.cpp38 if (!pending_callbacks_.Register(app_uuid, callback)) {
132 if (!id_to_cb_.Register(instance_id, callback, this)) {
H A Dremote_callback_list.h58 // Register and unregister a callback interface. Registering will
62 bool Register(const android::sp<T>& callback);
114 bool RemoteCallbackList<T>::Register(const sp<T>& callback) { function in class:ipc::binder::RemoteCallbackList
H A Dremote_callback_map.h56 // Register a callback interface and associate it with the given key.
63 bool Register(const K& key,
131 bool RemoteCallbackMap<K, V>::Register( function in class:ipc::binder::RemoteCallbackMap
H A Dbluetooth_binder_server.cpp97 callbacks_.Register(callback);
/system/update_engine/
H A Ddbus_test_utils.h34 Register##signal##SignalHandler(::testing::_, ::testing::_)) \

Completed in 2916 milliseconds

12