Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp666 class RunAs : public InAppRunner { class
668 RunAs(int user_id, const std::string& package_name) : InAppRunner(user_id, package_name) {} in RunAs() function in simpleperf::__anon03e9bac50211::RunAs
669 virtual ~RunAs() { in ~RunAs()
699 bool RunAs::Prepare() { in Prepare()
800 in_app_runner.reset(new RunAs(user_id, app_package_name)); in RunInAppContext()