HomeSort by relevance Sort by last modified time
    Searched refs:initial_state (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/remoting/protocol/
pairing_client_authenticator.h 26 State initial_state,
30 void OnPinFetched(State initial_state,
pairing_client_authenticator.cc 39 State initial_state,
43 weak_factory_.GetWeakPtr(), initial_state, set_authenticator_callback);
61 State initial_state,
68 initial_state));
v2_authenticator.h 29 State initial_state);
35 State initial_state);
53 State initial_state);
third_party_authenticator_base.cc 29 Authenticator::State initial_state)
30 : token_state_(initial_state),
negotiating_authenticator_base.h 85 explicit NegotiatingAuthenticatorBase(Authenticator::State initial_state);
pairing_host_authenticator.h 38 State initial_state,
third_party_authenticator_base.h 52 explicit ThirdPartyAuthenticatorBase(State initial_state);
negotiating_authenticator_base.cc 30 Authenticator::State initial_state)
32 state_(initial_state),
pairing_host_authenticator.cc 55 State initial_state,
58 local_cert_, key_pair_, pin_, initial_state));
v2_authenticator.cc 40 Authenticator::State initial_state) {
42 P224EncryptedKeyExchange::kPeerTypeClient, shared_secret, initial_state));
50 Authenticator::State initial_state) {
52 P224EncryptedKeyExchange::kPeerTypeServer, shared_secret, initial_state));
61 Authenticator::State initial_state)
64 state_(initial_state),
  /external/chromium_org/sync/notifier/
invalidation_notifier_unittest.cc 37 const std::string& initial_state,
46 initial_state,
fake_invalidator_unittest.cc 25 const std::string& initial_state,
non_blocking_invalidator_unittest.cc 37 const std::string& initial_state,
53 initial_state,
  /external/chromium_org/sandbox/win/src/
sync_dispatcher.h 26 DWORD initial_state);
sync_interception.cc 20 BOOL manual_reset, BOOL initial_state,
24 initial_state, name);
50 initial_state, &answer);
sync_interception.h 30 BOOL initial_state, LPCWSTR name);
sync_policy.h 39 uint32 initial_state,
sync_policy_test.cc 47 BOOL initial_state = FALSE; local
51 initial_state = TRUE;
54 NULL, manual_reset, initial_state, event_name));
62 if (initial_state && WAIT_OBJECT_0 != wait)
65 if (!initial_state && WAIT_TIMEOUT != wait)
sync_dispatcher.cc 49 DWORD manual_reset, DWORD initial_state) {
58 manual_reset, initial_state,
sync_policy.cc 68 uint32 initial_state,
75 HANDLE local_handle = ::CreateEvent(NULL, manual_reset, initial_state,
  /external/bluetooth/bluedroid/btif/src/
btif_sm.c 76 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t *p_handlers, btif_sm_state_t initial_state)
87 p_cb->state = initial_state;
91 p_cb->p_handlers[initial_state](BTIF_SM_ENTER_EVT, NULL);
  /external/bluetooth/bluedroid/btif/include/
btif_sm.h 68 btif_sm_state_t initial_state);
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_processor.h 34 void Init(const base::DictionaryValue& initial_state);
settings_sync_processor.cc 34 void SettingsSyncProcessor::Init(const base::DictionaryValue& initial_state) {
38 for (base::DictionaryValue::Iterator i(initial_state); !i.IsAtEnd();
  /external/chromium_org/third_party/pexpect/
FSM.py 102 def __init__(self, initial_state, memory=None):
116 self.initial_state = initial_state
117 self.current_state = self.initial_state
124 """This sets the current_state to the initial_state and sets
128 self.current_state = self.initial_state

Completed in 259 milliseconds

1 2