HomeSort by relevance Sort by last modified time
    Searched refs:accessToInt (Results 1 - 5 of 5) sorted by null

  /packages/services/Car/tests/vehiclenetworkservice_unit_tests/
VehiclePropertyAccessControlForTesting.cpp 24 bool VehiclePropertyAccessControlForTesting::accessToInt(int32_t* const value,const xmlChar* property,
26 return VehiclePropertyAccessControl::accessToInt(value, property, uid, access);
VehiclePropertyAccessControlForTesting.h 17 bool accessToInt(int32_t* const value,const xmlChar* property,
VehiclePropertyAccessControlTest.cpp 96 TEST_F(VehiclePropertyAccessControlTest, accessToInt) {
110 ASSERT_TRUE(mVehiclePropertyAccessControl.accessToInt(&value,
117 ASSERT_FALSE(mVehiclePropertyAccessControl.accessToInt(&value,
  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.h 45 bool accessToInt(int32_t* const value,const xmlChar* property,
VehiclePropertyAccessControl.cpp 71 bool VehiclePropertyAccessControl::accessToInt(int32_t* const value,
211 bool re1 = accessToInt(&access_value, property, uid,

Completed in 67 milliseconds