/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_socket.h | 21 int cmd;
member
|
/base/startup/init/services/init/standard/ |
H A D | init_reboot.c | 44 char cmd[32] = {0}; // 32 cmd length
in GetBootModeFromMisc() local
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_client_api_test.cpp | 36 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 D | get_cma_info.cpp | 38 string cmd = "cat /sys/kernel/debug/cma/*/used"; in GetUsed() local
|
/base/startup/init/services/modules/init_hook/ |
H A D | init_hook.h | 33 char *cmd; // command name
member
|
/base/update/updater/services/flashd/daemon/ |
H A D | commander_factory.cpp | 38 std::unique_ptr<Commander> CommanderFactory::CreateCommander(const std::string &cmd, callbackFun callback) const in CreateCommander() argument
|
H A D | system_depend.cpp | 53 bool RebootDevice(const string &cmd) in RebootDevice() argument
|
/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | sa_dumper_test.cpp | 51 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 D | dynamic_load_plugin_example.cpp | 52 auto cmd = msg.GetValue("DynamicLoadPluginExample");
in OnUnorderedEvent() local
|
/base/hiviewdfx/hiview/test/moduletest/common/ |
H A D | hiview_plugin_platform_module_test.cpp | 24 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 D | hievent_lite_command.c | 39 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 D | memory_collector_client_test.cpp | 27 std::string cmd = "ps -T $(pidof hiview) | grep -i Xpower";
in IsXpowerPluginExist() local
|
/base/hiviewdfx/faultloggerd/test/moduletest/ |
H A D | faultloggerd_module_test.cpp | 33 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 D | mock_ans_manager_stub.cpp | 37 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 D | code_sign_attr_utils.c | 34 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 D | cert_path.cpp | 31 static int IoctlCertPathOperation(const CertPathInfo &info, int cmd, const char *operation) in IoctlCertPathOperation() argument
|
/base/startup/init/initsync/src/ |
H A D | init_sync.c | 28 static int SendCmd(int cmd, unsigned long arg) in SendCmd() argument
|
/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | selinux_check_main.py | 91 cmd = ["python", script] variable
|
/base/startup/appspawn/service/hnp/ |
H A D | hnp_main.c | 31 char *cmd;
member 70 static NativeManagerCmdInfo* HnpCmdCheck(const char *cmd)
in HnpCmdCheck() argument
|
H A D | hnpcli_main.c | 31 char *cmd;
member 61 static NativeManagerCmdInfo* HnpCmdCheck(const char *cmd)
in HnpCmdCheck() argument
|
/base/startup/appspawn/service/devicedebug/ |
H A D | devicedebug_main.c | 29 char *cmd; member 52 APPSPAWN_STATIC DeviceDebugManagerCmdInfo* DeviceDebugCmdCheck(const char *cmd) in DeviceDebugCmdCheck() argument
|
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_call.h | 36 char *cmd; member
|
/base/time/time_service/services/dfx/src/ |
H A D | time_cmd_dispatcher.cpp | 42 void TimeCmdDispatcher::RegisterCommand(std::shared_ptr<TimeCmdParse> &cmd) in RegisterCommand() argument
|
/base/update/updater/test/unittest/applypatch_test/ |
H A D | commands_unittest.cpp | 59 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 D | dump_helper.cpp | 30 void DumpHelper::RegisterCommand(std::shared_ptr<Command> &cmd) in RegisterCommand() argument
|