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

  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetwork.cpp 258 if (!isOperationAllowed(0, false)) {
287 if (!isOperationAllowed(value.value.prop, true)) {
304 if (!isOperationAllowed(value.prop, false)) {
324 if (!isOperationAllowed(property, false)) {
338 if (!isOperationAllowed(property, false)) {
350 if (!isOperationAllowed(0, true)) {
378 if (!isOperationAllowed(0, true)) {
389 if (!isOperationAllowed(0, true)) {
400 if (!isOperationAllowed(0, true)) {
412 if (!isOperationAllowed(0, false))
    [all...]
  /packages/services/Car/libvehiclenetwork/include/
IVehicleNetwork.h 84 virtual bool isOperationAllowed(int32_t property, bool isWrite) = 0;
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.h 315 virtual bool isOperationAllowed(int32_t property, bool isWrite);
VehicleNetworkService.cpp 264 bool VehicleNetworkService::isOperationAllowed(int32_t property, bool isWrite) {
    [all...]

Completed in 205 milliseconds