Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp677 class RunAs : public InAppRunner { class
679 RunAs(int user_id, const std::string& package_name) : InAppRunner(user_id, package_name) {} in RunAs() function in simpleperf::__anoneef0964a0211::RunAs
680 virtual ~RunAs() { in ~RunAs()
710 bool RunAs::Prepare() { in Prepare()
811 in_app_runner.reset(new RunAs(user_id, app_package_name)); in RunInAppContext()