Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 136) sorted by relevance

123456

/system/core/init/
Dbuiltins.cpp227 static int do_class_start(const std::vector<std::string>& args) { in do_class_start()
237 static int do_class_stop(const std::vector<std::string>& args) { in do_class_stop()
243 static int do_class_reset(const std::vector<std::string>& args) { in do_class_reset()
249 static int do_domainname(const std::vector<std::string>& args) { in do_domainname()
253 static int do_enable(const std::vector<std::string>& args) { in do_enable()
261 static int do_exec(const std::vector<std::string>& args) { in do_exec()
273 static int do_export(const std::vector<std::string>& args) { in do_export()
277 static int do_hostname(const std::vector<std::string>& args) { in do_hostname()
281 static int do_ifup(const std::vector<std::string>& args) { in do_ifup()
285 static int do_insmod(const std::vector<std::string>& args) { in do_insmod()
[all …]
Dservice.cpp63 const std::vector<std::string>& args) in Service()
72 const std::string& seclabel, const std::vector<std::string>& args) in Service()
168 bool Service::HandleClass(const std::vector<std::string>& args, std::string* err) { in HandleClass()
173 bool Service::HandleConsole(const std::vector<std::string>& args, std::string* err) { in HandleConsole()
178 bool Service::HandleCritical(const std::vector<std::string>& args, std::string* err) { in HandleCritical()
183 bool Service::HandleDisabled(const std::vector<std::string>& args, std::string* err) { in HandleDisabled()
189 bool Service::HandleGroup(const std::vector<std::string>& args, std::string* err) { in HandleGroup()
197 bool Service::HandleIoprio(const std::vector<std::string>& args, std::string* err) { in HandleIoprio()
219 bool Service::HandleKeycodes(const std::vector<std::string>& args, std::string* err) { in HandleKeycodes()
226 bool Service::HandleOneshot(const std::vector<std::string>& args, std::string* err) { in HandleOneshot()
[all …]
Dueventd_parser.cpp98 static void *parse_subsystem(parse_state* state, int /*nargs*/, char** args) { in parse_subsystem()
123 char **args) in parse_line_subsystem()
157 int nargs, char **args) in parse_new_section()
174 static void parse_line(struct parse_state *state, char **args, int nargs) in parse_line()
196 char *args[UEVENTD_PARSER_MAXARGS]; in parse_config() local
239 static void parse_line_device(parse_state*, int nargs, char** args) { in parse_line_device()
Dinit_parser_test.cpp31 std::vector<std::string> args; in TEST() local
46 std::vector<std::string> args; in TEST() local
62 std::vector<std::string> args; in Test_make_exec_oneshot_service() local
Dinit.cpp162 static int wait_for_coldboot_done_action(const std::vector<std::string>& args) { in wait_for_coldboot_done_action()
192 static int mix_hwrng_into_linux_rng_action(const std::vector<std::string>& args) in mix_hwrng_into_linux_rng_action()
306 static int set_mmap_rnd_bits_action(const std::vector<std::string>& args) in set_mmap_rnd_bits_action()
348 static int keychord_init_action(const std::vector<std::string>& args) in keychord_init_action()
354 static int console_init_action(const std::vector<std::string>& args) in console_init_action()
481 static int queue_property_triggers_action(const std::vector<std::string>& args) in queue_property_triggers_action()
652 char* args[] = { path, const_cast<char*>("--second-stage"), nullptr }; in main() local
Daction.cpp34 Command::Command(BuiltinFunction f, const std::vector<std::string>& args, in Command()
70 bool Action::AddCommand(const std::vector<std::string>& args, in AddCommand()
92 const std::vector<std::string>& args, in AddCommand()
152 bool Action::InitTriggers(const std::vector<std::string>& args, std::string* err) { in InitTriggers()
401 bool ActionParser::ParseSection(const std::vector<std::string>& args, in ParseSection()
418 bool ActionParser::ParseLineSection(const std::vector<std::string>& args, in ParseLineSection()
Dimport_parser.h31 bool ParseLineSection(const std::vector<std::string>& args, in ParseLineSection()
/system/core/adb/
Dbugreport_test.cpp75 virtual Result Perform(const ArgumentTuple& args) { in Perform()
107 virtual Result Perform(const ArgumentTuple& args) { in Perform()
157 const char* args[] = {"bugreport", "to", "principal"}; in TEST_F() local
176 const char* args[] = {"bugreport"}; in TEST_F() local
195 const char* args[] = {"bugreport"}; in TEST_F() local
215 const char* args[] = {"bugreport"}; in TEST_F() local
229 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local
245 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local
281 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local
300 const char* args[] = {"bugreport", td.path}; in TEST_F() local
[all …]
/system/keymaster/
Dlogger.cpp24 int Logger::Log(LogLevel level, const char* fmt, va_list args) { in Log()
32 va_list args; in Log() local
41 va_list args; in Debug() local
50 va_list args; in Info() local
58 va_list args; in Warning() local
66 va_list args; in Error() local
74 va_list args; in Severe() local
/system/bt/osi/include/
Dlog.h30 #define LOGWRAPPER(tag, fmt, args...) fprintf(stderr, "%s: " fmt "\n", tag, ## args) argument
45 #define LOG_VERBOSE(tag, fmt, args...) ALOG(LOG_VERBOSE, tag, fmt, ## args) argument
47 #define LOG_DEBUG(tag, fmt, args...) ALOG(LOG_DEBUG, tag, fmt, ## args ) argument
48 #define LOG_INFO(tag, fmt, args...) ALOG(LOG_INFO, tag, fmt, ## args) argument
49 #define LOG_WARN(tag, fmt, args...) ALOG(LOG_WARN, tag, fmt, ## args) argument
50 #define LOG_ERROR(tag, fmt, args...) ALOG(LOG_ERROR, tag, fmt, ## args) argument
/system/bt/service/client/
Dmain.cpp67 #define CHECK_ARGS_COUNT(args, op, num, msg) \ argument
72 #define CHECK_NO_ARGS(args) \ argument
256 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable()
261 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable()
282 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState()
289 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled()
295 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress()
301 void HandleSetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetLocalName()
313 void HandleGetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalName()
319 void HandleAdapterInfo(IBluetooth* bt_iface, const vector<string>& args) { in HandleAdapterInfo()
[all …]
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py96 def send_command(self, name, args): argument
105 def lint_command(self, name, args, name_size, args_size): argument
171 def do_clear(self, args): argument
178 def do_clear_event_delay(self, args): argument
185 def do_discover(self, args): argument
201 def do_set_event_delay(self, args): argument
209 def do_timeout_all(self, args): argument
216 def do_quit(self, args): argument
/system/update_engine/update_manager/
Dupdate_manager-inl.h32 EvalStatus UpdateManager::EvaluatePolicy( in EvaluatePolicy()
80 void UpdateManager::OnPolicyReadyToEvaluate( in OnPolicyReadyToEvaluate()
115 EvalStatus UpdateManager::PolicyRequest( in PolicyRequest()
137 void UpdateManager::AsyncPolicyRequest( in AsyncPolicyRequest()
/system/core/libmemunreachable/
DAllocator.h81 unique_ptr<T> make_unique(Args&&... args) { in make_unique()
184 shared_ptr make_shared(Args&& ...args) { in make_shared()
191 unique_ptr make_unique(Args&& ...args) { in make_unique()
200 inline Heap::shared_ptr<T> Heap::make_shared(Args&&... args) { in make_shared()
/system/connectivity/shill/ethernet/
Dethernet_eap_provider.cc45 ServiceRefPtr EthernetEapProvider::FindSimilarService(const KeyValueStore& args, in FindSimilarService()
52 ServiceRefPtr EthernetEapProvider::GetService(const KeyValueStore& args, in GetService()
58 const KeyValueStore& args, in CreateTemporaryService()
/system/bt/vendor_libs/test_vendor_lib/src/
Ddual_mode_controller.cc204 const std::string& name, const std::vector<std::string>& args) { in HandleTestChannelCommand()
245 const std::vector<std::string>& args) { in TestChannelClear()
252 const std::vector<std::string>& args) { in TestChannelDiscover()
259 const std::vector<std::string>& args) { in TestChannelTimeoutAll()
265 const std::vector<std::string>& args) { in TestChannelSetEventDelay()
272 const std::vector<std::string>& args) { in TestChannelClearEventDelay()
319 const std::vector<uint8_t>& args) { in HciReadLocalExtendedFeatures()
343 void DualModeController::HciWriteInquiryMode(const std::vector<uint8_t>& args) { in HciWriteInquiryMode()
456 const std::vector<uint8_t>& args) { in HciDeleteStoredLinkKey()
464 const std::vector<uint8_t>& args) { in HciRemoteNameRequest()
/system/extras/simpleperf/
Dcommand.cpp26 bool Command::NextArgumentOrError(const std::vector<std::string>& args, size_t* pi) { in NextArgumentOrError()
36 void Command::ReportUnknownOption(const std::vector<std::string>& args, size_t i) { in ReportUnknownOption()
Dworkload.cpp26 std::unique_ptr<Workload> Workload::CreateWorkload(const std::vector<std::string>& args) { in CreateWorkload()
93 static void ChildProcessFn(std::vector<std::string>& args, int start_signal_fd, int exec_child_fd) { in ChildProcessFn()
/system/netd/server/
DNetdConstants.cpp46 std::string args = ""; in logExecError() local
73 static int execIptables(IptablesTarget target, bool silent, va_list args) { in execIptables()
107 va_list args; in execIptables() local
115 va_list args; in execIptablesSilently() local
/system/connectivity/shill/vpn/
Dvpn_provider.cc67 bool VPNProvider::GetServiceParametersFromArgs(const KeyValueStore& args, in GetServiceParametersFromArgs()
129 ServiceRefPtr VPNProvider::GetService(const KeyValueStore& args, in GetService()
153 ServiceRefPtr VPNProvider::FindSimilarService(const KeyValueStore& args, in FindSimilarService()
194 KeyValueStore args; in CreateServicesFromProfile() local
306 const KeyValueStore& args, Error* error) { in CreateTemporaryService()
/system/extras/libfec/
Dfec_private.h147 #define __log(func, type, format, args...) \ argument
153 #define __log(func, type, format, args...) \ argument
159 #define debug(format, args...) argument
161 #define debug(format, args...) __log(DEBUG, "debug", format, ##args) argument
164 #define warn(format, args...) __log(WARNING, "warning", format, ##args) argument
165 #define error(format, args...) __log(ERROR, "error", format, ##args) argument
/system/extras/tests/bootloader/
Dshelltest.py20 def __init__(self, *args, **kwargs):
/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c55 void *args) in create_type_rules_helper()
93 static int create_type_rules(avtab_key_t * k, avtab_datum_t * d, void *args) in create_type_rules()
101 void *args) in create_type_rules_cond()
/system/extras/ext4_utils/
Dext4_utils.h52 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } whi… argument
53 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!f… argument
54 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) argument
55 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__… argument
56 #define critical_error_errno(s, args...) critical_error(s ": %s", ##args, strerror(errno)) argument
/system/core/libsparse/
Dsparse_defs.h46 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); } whil… argument
47 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) argument

123456