Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice.cpp113 BinderStatus CheckDebuggable(const std::string& name) { in CheckDebuggable() function
123 BinderStatus debugCheck = CheckDebuggable("stagePackages"); in stagePackages()
326 BinderStatus debugCheck = CheckDebuggable("activatePackage"); in activatePackage()
348 BinderStatus debugCheck = CheckDebuggable("deactivatePackage"); in deactivatePackage()
412 BinderStatus debugCheck = CheckDebuggable("preinstallPackages"); in preinstallPackages()
432 BinderStatus debugCheck = CheckDebuggable("postinstallPackages"); in postinstallPackages()
473 BinderStatus debugCheck = CheckDebuggable("resumeRevertIfNeeded"); in resumeRevertIfNeeded()
542 if (auto debug = CheckDebuggable("remountPackages"); !debug.isOk()) { in remountPackages()