Home
last modified time | relevance | path

Searched refs:CheckCallerSystemOrRoot (Results 1 – 1 of 1) sorted by relevance

/system/apex/apexd/
Dapexservice.cpp66 BinderStatus CheckCallerSystemOrRoot(const std::string& name) { in CheckCallerSystemOrRoot() function
170 if (auto check = CheckCallerSystemOrRoot("unstagePackages"); !check.isOk()) { in unstagePackages()
192 auto check = CheckCallerSystemOrRoot("submitStagedSession"); in submitStagedSession()
222 auto check = CheckCallerSystemOrRoot("markStagedSessionReady"); in markStagedSessionReady()
243 auto check = CheckCallerSystemOrRoot("markStagedSessionSuccessful"); in markStagedSessionSuccessful()
262 auto check = CheckCallerSystemOrRoot("markBootCompleted"); in markBootCompleted()
401 auto check = CheckCallerSystemOrRoot("getSessions"); in getSessions()
421 auto check = CheckCallerSystemOrRoot("getStagedSessionInfo"); in getStagedSessionInfo()
445 auto check = CheckCallerSystemOrRoot("getStagedApexInfos"); in getStagedApexInfos()
484 auto check = CheckCallerSystemOrRoot("getActivePackages"); in getActivePackages()
[all …]