summaryrefslogtreecommitdiff
path: root/cmds/idmap2/idmap2d/Idmap2Service.cpp
AgeCommit message (Expand)Author
2021-07-19Use binder-based iterator to retrieve FRROsRyan Mitchell
2021-06-02idmap2: fix cpplint warningsMårten Kongstad
2021-06-02OMS: include idmap data in dumpMårten Kongstad
2021-06-02idmap2: create in-memory FRRO before creating fileMårten Kongstad
2021-02-10Always delete old idmap in createIdmapRyan Mitchell
2021-02-09OverlayManager Fabricated RROsRyan Mitchell
2021-02-09Add fabricated RRO generation to libidmap2Ryan Mitchell
2021-01-06Accept --overlay-name flag in idmap2Ryan Mitchell
2021-01-06Remove idmap path 256 length limitRyan Mitchell
2020-08-10Switch aidl::nullable to std::optionalJooyung Han
2020-06-10Merge "idmap2: Set aidl_return to true on success" into rvc-dev am: 6700d5e48cTreeHugger Robot
2020-06-09idmap2: Set aidl_return to true on successRyan Mitchell
2020-06-05Merge "Add policies and enforce overlayable to header" into rvc-dev am: 2201f...Ryan Mitchell
2020-06-01Add policies and enforce overlayable to headerRyan Mitchell
2020-04-28Merge "Reduce OMS start time" into rvc-dev am: 84a84ac62aRyan Mitchell
2020-04-28Reduce OMS start timeRyan Mitchell
2020-04-10Merge changes from topic "invalidate_idmap" into rvc-dev am: 6cb79cdfb7Ryan Mitchell
2020-04-07Invalidate idmap when target updatesRyan Mitchell
2020-03-30Merge "Consider target path when verifyIdmap." into rvc-dev am: fa0f02a91cRyan Mitchell
2020-03-26Consider target path when verifyIdmap.hg.choi
2020-03-12Use aidl::nullable for nullable type in C++Jooyung Han
2020-03-12Use aidl::nullable for nullable type in C++Jooyung Han
2020-03-12Revert "Use aidl::nullable for nullable type in C++"Jooyung Han
2020-03-12Use aidl::nullable for nullable type in C++Jooyung Han
2020-02-27Merge changes from topic "actor-signature-policy-rvc-dev" into rvc-dev am: b0...Automerger Merge Worker
2020-02-26Refactor overlayable policyWinson
2020-02-26Use optional for nullable typesJooyung Han
2019-10-04Parse <overlay> and abstract resource mappingRyan Mitchell
2019-04-15Run idmap2 static-checks and fix formatting issuesRyan Mitchell
2019-03-20idmap2: move Idmap.h to ResultMårten Kongstad
2019-03-19idmap2: move commands to Result<Unit>Mårten Kongstad
2019-02-27idmap2: switch to improved Result classMårten Kongstad
2019-02-08idmap2: add systrace logsMårten Kongstad
2019-01-18idmap2: lock down write access to /data/resouce-cacheMårten Kongstad
2019-01-16Add enforcement of idmap policiesMårten Kongstad
2018-12-21idmap2: fix clang-tidy warnings [modernize-*]Mårten Kongstad
2018-12-20idmap2: fix clang-tidy warnings [readability-*]Mårten Kongstad
2018-12-17OMS: extract verifyIdmap from createIdmapMårten Kongstad
2018-10-30idmap2: initial code dropMårten Kongstad