Searched refs:accessToInt (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/vehiclenetworkservice_unit_tests/ |
D | VehiclePropertyAccessControlTest.cpp | 96 TEST_F(VehiclePropertyAccessControlTest, accessToInt) { in TEST_F() argument 110 ASSERT_TRUE(mVehiclePropertyAccessControl.accessToInt(&value, in TEST_F() 117 ASSERT_FALSE(mVehiclePropertyAccessControl.accessToInt(&value, in TEST_F()
|
D | VehiclePropertyAccessControlForTesting.cpp | 24 bool VehiclePropertyAccessControlForTesting::accessToInt(int32_t* const value,const xmlChar* proper… in accessToInt() function in android::VehiclePropertyAccessControlForTesting 26 return VehiclePropertyAccessControl::accessToInt(value, property, uid, access); in accessToInt()
|
D | VehiclePropertyAccessControlForTesting.h | 17 bool accessToInt(int32_t* const value,const xmlChar* property,
|
/packages/services/Car/vehicle_network_service/ |
D | VehiclePropertyAccessControl.cpp | 71 bool VehiclePropertyAccessControl::accessToInt(int32_t* const value, in accessToInt() function in android::VehiclePropertyAccessControl 211 bool re1 = accessToInt(&access_value, property, uid, in populate()
|
D | VehiclePropertyAccessControl.h | 45 bool accessToInt(int32_t* const value,const xmlChar* property,
|