Home
last modified time | relevance | path

Searched defs:cmd (Results 1 - 25 of 175) sorted by relevance

1234567

/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_socket.h21 int cmd; member
/base/startup/init/services/init/standard/
H A Dinit_reboot.c44 char cmd[32] = {0}; // 32 cmd length in GetBootModeFromMisc() local
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_client_api_test.cpp36 std::string cmd = "test_cmd" + std::to_string(i); in HWTEST_F() local
58 std::string cmd = "test_cmd" + std::to_string(i); in HWTEST_F() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_cma_info.cpp38 string cmd = "cat /sys/kernel/debug/cma/*/used"; in GetUsed() local
/base/startup/init/services/modules/init_hook/
H A Dinit_hook.h33 char *cmd; // command name member
/base/update/updater/services/flashd/daemon/
H A Dcommander_factory.cpp38 std::unique_ptr<Commander> CommanderFactory::CreateCommander(const std::string &cmd, callbackFun callback) const in CreateCommander() argument
H A Dsystem_depend.cpp53 bool RebootDevice(const string &cmd) in RebootDevice() argument
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dsa_dumper_test.cpp51 std::string cmd = "hidumper -s 1201 -a '-p Faultlogger'"; in HWTEST_F() local
65 std::string cmd = "hidumper -s WindowManagerService -a -a"; in HWTEST_F() local
78 std::string cmd = "hidumper -s 10 -a allInfo"; in HWTEST_F() local
91 std::string cmd = "hidumper -s 1904 -a -a"; in HWTEST_F() local
103 std::string cmd = "hidumper -s AbilityManagerService -a -l"; in HWTEST_F() local
116 std::string cmd = "hidumper -s DisplayManagerService -a '-s -a'"; HWTEST_F() local
129 std::string cmd = "hidumper -s ScreenlockService -a -all"; HWTEST_F() local
142 std::string cmd = "hidumper -s MultimodalInput -a -w"; HWTEST_F() local
156 std::string cmd = "hidumper -s 10 -a -h > " + path; HWTEST_F() local
170 std::string cmd = "hidumper -s 10 -a -h --zip"; HWTEST_F() local
183 std::string cmd = "hidumper -s AbilityManagerService -a '-a'"; HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
H A Ddynamic_load_plugin_example.cpp52 auto cmd = msg.GetValue("DynamicLoadPluginExample"); in OnUnorderedEvent() local
/base/hiviewdfx/hiview/test/moduletest/common/
H A Dhiview_plugin_platform_module_test.cpp24 std::string GetCmdResultFromPopen(const std::string& cmd) in GetCmdResultFromPopen() argument
48 std::string cmd = "pidof " + serviceName; in GetServicePid() local
60 std::string cmd = "start " + serviceName; in WaitForServiceReady() local
/base/hiviewdfx/hievent_lite/command/
H A Dhievent_lite_command.c39 void HieventCmdProc(const char *cmd) in HieventCmdProc() argument
76 static void HieventSetProc(const char *cmd) in HieventSetProc() argument
92 CheckCmdStr(const char *cmd) CheckCmdStr() argument
[all...]
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dmemory_collector_client_test.cpp27 std::string cmd = "ps -T $(pidof hiview) | grep -i Xpower"; in IsXpowerPluginExist() local
/base/hiviewdfx/faultloggerd/test/moduletest/
H A Dfaultloggerd_module_test.cpp33 std::string cmd = "start " + serviceName; in WaitForServiceReady() local
86 std::string cmd = "cat /proc/" + std::to_string(getpid()) + "/maps"; in HWTEST_F() local
/base/notification/distributed_notification_service/tools/test/mock/
H A Dmock_ans_manager_stub.cpp37 ErrCode MockAnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, in ShellDump() argument
/base/security/code_signature/interfaces/innerkits/code_sign_attr_utils/src/
H A Dcode_sign_attr_utils.c34 static int XpmIoctl(int fd, uint32_t cmd, struct XpmConfig *config) in XpmIoctl() argument
/base/security/code_signature/services/key_enable/utils/src/
H A Dcert_path.cpp31 static int IoctlCertPathOperation(const CertPathInfo &info, int cmd, const char *operation) in IoctlCertPathOperation() argument
/base/startup/init/initsync/src/
H A Dinit_sync.c28 static int SendCmd(int cmd, unsigned long arg) in SendCmd() argument
/base/security/selinux_adapter/scripts/selinux_check/
H A Dselinux_check_main.py91 cmd = ["python", script] variable
/base/startup/appspawn/service/hnp/
H A Dhnp_main.c31 char *cmd; member
70 static NativeManagerCmdInfo* HnpCmdCheck(const char *cmd) in HnpCmdCheck() argument
H A Dhnpcli_main.c31 char *cmd; member
61 static NativeManagerCmdInfo* HnpCmdCheck(const char *cmd) in HnpCmdCheck() argument
/base/startup/appspawn/service/devicedebug/
H A Ddevicedebug_main.c29 char *cmd; member
52 APPSPAWN_STATIC DeviceDebugManagerCmdInfo* DeviceDebugCmdCheck(const char *cmd) in DeviceDebugCmdCheck() argument
/base/telephony/ril_adapter/services/vendor/include/
H A Dat_call.h36 char *cmd; member
/base/time/time_service/services/dfx/src/
H A Dtime_cmd_dispatcher.cpp42 void TimeCmdDispatcher::RegisterCommand(std::shared_ptr<TimeCmdParse> &cmd) in RegisterCommand() argument
/base/update/updater/test/unittest/applypatch_test/
H A Dcommands_unittest.cpp59 Command *cmd = new Command(transferParams.get()); in HWTEST_F() local
77 Command *cmd = new Command(transferParams.get()); in HWTEST_F() local
[all...]
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Ddump_helper.cpp30 void DumpHelper::RegisterCommand(std::shared_ptr<Command> &cmd) in RegisterCommand() argument

Completed in 6 milliseconds

1234567