Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 24 of 24) sorted by relevance

/system/tools/xsdc/tests/
Dmain.cpp184 EXPECT_EQ(address.getState(), "Mountain View"); in TEST_F()
202 EXPECT_EQ(orderType.getShipTo()[0].getState(), "state1"); in TEST_F()
208 EXPECT_EQ(orderType.getShipTo()[1].getState(), "state2"); in TEST_F()
215 EXPECT_EQ(orderType.getBillTo()[0].getState(), "billState"); in TEST_F()
229 EXPECT_EQ(orderType.getShipTo()[0].getState(), orderType2.getShipTo()[0].getState()); in TEST_F()
235 EXPECT_EQ(orderType.getShipTo()[1].getState(), orderType2.getShipTo()[1].getState()); in TEST_F()
242 EXPECT_EQ(orderType.getBillTo()[0].getState(), orderType2.getBillTo()[0].getState()); in TEST_F()
271 EXPECT_EQ(uSAddressP.getState(), "Washington"); in TEST_F()
290 EXPECT_EQ(student.getState(), "CA"); in TEST_F()
302 EXPECT_EQ(student.getState(), "CA"); in TEST_F()
/system/tools/aidl/tests/
Dtest_data_example_interface.cpp683 return "getState";
1219 …ace.traceBegin(android.os.Trace.TRACE_TAG_AIDL, "AIDL::java::IExampleInterface::getState::server");
1405 …ace.traceBegin(android.os.Trace.TRACE_TAG_AIDL, "AIDL::java::IExampleInterface::getState::client");
/system/bt/binder/android/bluetooth/
DIBluetoothMap.aidl27 int getState(); in getState() method
DIBluetoothSap.aidl27 int getState(); in getState() method
DIBluetoothManager.aidl42 int getState(); in getState() method
DIBluetooth.aidl38 int getState(); in getState() method
/system/tools/xsdc/tests/resources/group/api/
Dcurrent.txt8 method public String getState();
/system/security/keystore/
DKeyStore.cpp143 auto state = userState->getState(); in resetUser()
257 result = blobfile.readBlobs(userState->getEncryptionKey(), userState->getState()); in get()
273 (result = blobfile.readBlobs(userState->getEncryptionKey(), userState->getState()), in get()
287 userState->getEncryptionKey(), userState->getState()); in put()
DKeyStore.h102 State getState(uid_t userId) { return mUserStateDB.getUserState(userId)->getState(); }
Duser_state.h56 State getState() const { return mState; } in getState() function
Dkeystore_cli.cpp215 SINGLE_INT_ARG_INT_RETURN(getState); in main()
Dkey_store_service.cpp147 Status KeyStoreService::getState(int32_t userId, int32_t* aidl_return) { in getState() function in keystore::KeyStoreService
152 *aidl_return = mKeyStore->getState(userId); in getState()
297 auto state = userState->getState(); in listUidsOfAuthBoundKeys()
360 switch (mKeyStore->getState(userId)) { in onUserPasswordChanged()
426 State state = mKeyStore->getState(userId); in lock()
445 State state = mKeyStore->getState(userId); in unlock()
1413 State state = mKeyStore->getState(get_user_id(getEffectiveUid(targetUid))); in checkBinderPermissionAndKeystoreState()
Duser_state.cpp101 if ((*src)->getState() != STATE_NO_ERROR) { in copyMasterKey()
Dkey_store_service.h54 ::android::binder::Status getState(int32_t userId, int32_t* _aidl_return) override;
Dkeymaster_worker.cpp132 lockedEntry.readBlobs(userState->getEncryptionKey(), userState->getState()); in upgradeKeyBlob()
/system/tools/xsdc/tests/resources/attr_group_simple/api/
Dcurrent.txt9 method public String getState();
/system/bt/service/doc/
DIBluetooth.txt24 * is equivalent to "getState() == ADAPTER_STATE_ON".
37 int getState();
/system/tools/xsdc/tests/resources/purchase_simple/api/
Dcurrent.txt18 method public String getState();
/system/vold/model/
DVolumeBase.h87 State getState() const { return mState; } in getState() function
/system/tools/xsdc/tests/resources/nested_type/api/
Dcurrent.txt20 method public String getState();
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl34 int getState(int userId); in getState() method
/system/tools/xsdc/tests/resources/simple_complex_content/api/
Dcurrent.txt52 method public String getState();
/system/vold/
DIdleMaint.cpp91 if (vol != nullptr && vol->getState() == VolumeBase::State::kMounted) { in addFromVolumeManager()
DVoldNativeService.cpp317 if (vol->getState() != VolumeBase::State::kMounted) { in pathForVolId()