Home
last modified time | relevance | path

Searched defs:ExecuteCommand (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/init/
H A Dsubcontext.proto21 message ExecuteCommand { repeated string args = 1; } message
H A Daction.cpp159 void Action::ExecuteCommand(const Command& command) const { in ExecuteCommand() function in android::init::Action
/aosp12/system/bt/service/client/
H A Dmain.cc1025 bool ExecuteCommand(const sp<IBluetooth>& bt_iface, std::string& command) { in ExecuteCommand() function