aboutsummaryrefslogtreecommitdiffstats
path: root/src/policy_manager/policy_manager.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Modify error process for setInputEventDataYuta Doi1-16/+34
2018-06-22Modify data type of changed flagYuta Doi1-12/+12
2018-06-21Bug fix: Always changed flag becomes true when restriction mode is changedYuta Doi1-12/+27
2018-06-21Modify debug logYuta Doi1-8/+9
2018-06-20Use default area when area is not requestedYuta Doi1-3/+5
2018-06-20Replace word "is_changed" to "changed"Yuta Doi1-9/+9
2018-06-20Modify string of car stateYuta Doi1-5/+5
2018-06-20Modify process of analyzing current state in ResourceManagerYuta Doi1-10/+6
2018-06-20Move event info queue into PolicyManagerYuta Doi1-14/+6
2018-06-20Modify member variable nameYuta Doi1-22/+22
2018-06-20Integrate car element stateYuta Doi1-130/+124
2018-06-20Segment process for control timer eventYuta Doi1-25/+29
2018-06-20Add calling callback for onErrorYuta Doi1-3/+19
2018-06-20Segment processYuta Doi1-72/+88
2018-06-20Remove unnecessary codeYuta Doi1-7/+0
2018-06-20Use enum instead of constant macroYuta Doi1-3/+2
2018-06-19Bug fix: nullptr accessYuta Doi1-3/+2
2018-06-18Modify API of PolicyManagerYuta Doi1-19/+61
2018-06-15Modify format of layout information and process for updating layoutYuta Doi1-79/+26
2018-06-15Add new addStateToJson()Yuta Doi1-4/+30
2018-06-14Modify the process for updating layer stateYuta Doi1-141/+104
2018-06-11Update managing layout informationYuta Doi1-3/+25
2018-06-11Update managing layout informationYuta Doi1-18/+62
2018-06-08PolicyManager manage layout information (area, category, role)Yuta Doi1-105/+271
2018-06-08PolicyManager uses layout informationYuta Doi1-0/+286
2018-06-07Modify struct stm_state_tYuta Doi1-20/+130
2018-06-01Modify API of PolicyManagerYuta Doi1-233/+226
2018-06-01Use sd_event_add_defer() for dispatching checkPolicyYuta Doi1-32/+45
2018-06-01Add timer for restriction modeYuta Doi1-175/+241
2018-06-01PolicyManager uses sd_event loop for the process of check policyYuta Doi1-71/+162
2018-05-21Add lightstatus brake ON/OFF eventYuta Doi1-0/+13
2018-05-16Modify the policy of restrictionYuta Doi1-34/+36
2018-05-14Add policy of switchng accel pedal status to dummy stmYuta Doi1-0/+13
2018-05-11Remove unnecessary header from policy_manager.hppYuta Doi1-43/+44
2018-05-11The role "video" can be shown in split area for ALSYuta Doi1-0/+16
2018-05-10Replace json_object_from_file to inputJsonFilieYuta Doi1-15/+59
2018-05-10Modify for restriction roleYuta Doi1-5/+15
2018-05-09Add policy of switching parking brake state to dummy stm for validationYuta Doi1-1/+1
2018-05-09Add parking brake ON/OFF eventYuta Doi1-100/+35
2018-04-27Add PolicyManager, related classes and some config filesYuta Doi1-0/+497