Searched refs:MakeTemporaryOneshotService (Results 1 - 4 of 4) sorted by relevance

/system/core/init/
H A Dservice_test.cpp80 ASSERT_EQ(nullptr, Service::MakeTemporaryOneshotService(args));
84 ASSERT_EQ(nullptr, Service::MakeTemporaryOneshotService(args));
88 ASSERT_EQ(nullptr, Service::MakeTemporaryOneshotService(args));
102 ASSERT_EQ(nullptr, Service::MakeTemporaryOneshotService(args));
127 auto svc = Service::MakeTemporaryOneshotService(args);
H A Dbuiltins.cpp149 auto service = Service::MakeTemporaryOneshotService(args.args);
162 auto service = Service::MakeTemporaryOneshotService(args.args);
990 auto service = Service::MakeTemporaryOneshotService(args.args);
H A Dservice.h73 static std::unique_ptr<Service> MakeTemporaryOneshotService(const std::vector<std::string>& args);
H A Dservice.cpp1086 std::unique_ptr<Service> Service::MakeTemporaryOneshotService(const std::vector<std::string>& args) { function in class:android::init::Service

Completed in 56 milliseconds