Home
last modified time | relevance | path

Searched refs:accessToInt (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/vehiclenetworkservice_unit_tests/
DVehiclePropertyAccessControlTest.cpp96 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()
DVehiclePropertyAccessControlForTesting.cpp24 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()
DVehiclePropertyAccessControlForTesting.h17 bool accessToInt(int32_t* const value,const xmlChar* property,
/packages/services/Car/vehicle_network_service/
DVehiclePropertyAccessControl.cpp71 bool VehiclePropertyAccessControl::accessToInt(int32_t* const value, in accessToInt() function in android::VehiclePropertyAccessControl
211 bool re1 = accessToInt(&access_value, property, uid, in populate()
DVehiclePropertyAccessControl.h45 bool accessToInt(int32_t* const value,const xmlChar* property,