/system/tools/xsdc/tests/ |
D | main.cpp | 184 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/ |
D | test_data_example_interface.cpp | 683 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/ |
D | IBluetoothMap.aidl | 27 int getState(); in getState() method
|
D | IBluetoothSap.aidl | 27 int getState(); in getState() method
|
D | IBluetoothManager.aidl | 42 int getState(); in getState() method
|
D | IBluetooth.aidl | 38 int getState(); in getState() method
|
/system/tools/xsdc/tests/resources/group/api/ |
D | current.txt | 8 method public String getState();
|
/system/security/keystore/ |
D | KeyStore.cpp | 143 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()
|
D | KeyStore.h | 102 State getState(uid_t userId) { return mUserStateDB.getUserState(userId)->getState(); }
|
D | user_state.h | 56 State getState() const { return mState; } in getState() function
|
D | keystore_cli.cpp | 215 SINGLE_INT_ARG_INT_RETURN(getState); in main()
|
D | key_store_service.cpp | 147 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()
|
D | user_state.cpp | 101 if ((*src)->getState() != STATE_NO_ERROR) { in copyMasterKey()
|
D | key_store_service.h | 54 ::android::binder::Status getState(int32_t userId, int32_t* _aidl_return) override;
|
D | keymaster_worker.cpp | 132 lockedEntry.readBlobs(userState->getEncryptionKey(), userState->getState()); in upgradeKeyBlob()
|
/system/tools/xsdc/tests/resources/attr_group_simple/api/ |
D | current.txt | 9 method public String getState();
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 24 * is equivalent to "getState() == ADAPTER_STATE_ON". 37 int getState();
|
/system/tools/xsdc/tests/resources/purchase_simple/api/ |
D | current.txt | 18 method public String getState();
|
/system/vold/model/ |
D | VolumeBase.h | 87 State getState() const { return mState; } in getState() function
|
/system/tools/xsdc/tests/resources/nested_type/api/ |
D | current.txt | 20 method public String getState();
|
/system/security/keystore/binder/android/security/keystore/ |
D | IKeystoreService.aidl | 34 int getState(int userId); in getState() method
|
/system/tools/xsdc/tests/resources/simple_complex_content/api/ |
D | current.txt | 52 method public String getState();
|
/system/vold/ |
D | IdleMaint.cpp | 91 if (vol != nullptr && vol->getState() == VolumeBase::State::kMounted) { in addFromVolumeManager()
|
D | VoldNativeService.cpp | 317 if (vol->getState() != VolumeBase::State::kMounted) { in pathForVolId()
|