OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VehiclePropertyAccessControl
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.h
35
class
VehiclePropertyAccessControl
{
37
VehiclePropertyAccessControl
();
38
~
VehiclePropertyAccessControl
();
VehiclePropertyAccessControl.cpp
17
#define LOG_TAG "
VehiclePropertyAccessControl
"
22
#include "
VehiclePropertyAccessControl
.h"
43
VehiclePropertyAccessControl
::
VehiclePropertyAccessControl
() {
46
VehiclePropertyAccessControl
::~
VehiclePropertyAccessControl
() {
59
bool
VehiclePropertyAccessControl
::isHexNotation(std::string const& s) {
71
bool
VehiclePropertyAccessControl
::accessToInt(int32_t* const value,
101
bool
VehiclePropertyAccessControl
::updateOrCreate(int32_t uid, int32_t property,
130
bool
VehiclePropertyAccessControl
::populate(xmlNode * a_node)
[
all
...]
Completed in 157 milliseconds