Home
last modified time | relevance | path

Searched defs:cmd (Results 676 - 700 of 1139) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c119 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, size_t buf_len) in wpa_driver_nl80211_driver_cmd() argument
336 int cmd; wpa_driver_set_ap_wps_p2p_ie() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dspp_client.c515 xml_node_t *cmd; in hs20_spp_exec() local
326 hs20_spp_upload_mo(struct hs20_osu_client *ctx, xml_node_t *cmd, const char *session_id, const char *pps_fname) hs20_spp_upload_mo() argument
472 hs20_spp_get_certificate(struct hs20_osu_client *ctx, xml_node_t *cmd, const char *session_id, const char *pps_fname) hs20_spp_get_certificate() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_ctrl.c517 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() argument
760 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() argument
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp177 std::string cmd = ""; in HWTEST_F() local
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp89 enum MemCmd cmd; member
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp191 bool TddUtil::ExecuteCmd(const std::string &cmd, std::string &result) in ExecuteCmd() argument
/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp630 std::string cmd = Str16ToStr8(args[0]); in HiDump() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1012 std::string cmd = "this is cmd"; in HWTEST_F() local
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp1535 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); in HWTEST_F() local
1549 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); in HWTEST_F() local
1563 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); in HWTEST_F() local
1577 std::unique_ptr<LocationCommand> cmd in HWTEST_F() local
1591 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1605 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1619 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1633 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1647 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1661 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1675 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1689 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1703 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1717 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
1749 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>(); HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp3051 std::string cmd = "this is cmd"; in HWTEST_F() local
3078 std::string cmd = "this is cmd"; in HWTEST_F() local
3124 std::string cmd = "this is cmd"; in HWTEST_F() local
4829 std::string cmd = "this is cmd"; HWTEST_F() local
[all...]
/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp291 auto cmd = std::make_shared<TestBaseRemoteCommand>(); in HWTEST_F() local
306 auto cmd = std::make_shared<TestBaseRemoteCommand>(); in HWTEST_F() local
334 auto cmd = std::make_shared<TestBaseRemoteCommand>(); in HWTEST_F() local
362 auto cmd = std::make_shared<TestBaseRemoteCommand>(); in HWTEST_F() local
377 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
393 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
409 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
424 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
448 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
486 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
522 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
556 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
1356 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
1438 auto cmd = std::make_shared<TestBaseRemoteCommand>(); HWTEST_F() local
[all...]
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c216 static int32_t ProcCmd(BaseCmd *cmd, const CJson *recvCmdData, CJson *sendCmdList, bool *isFinish) in ProcCmd() argument
251 BaseCmd *cmd = *iter; in ProcRecvCmd() local
292 StartCmd(BaseCmd *cmd, CJson *sendCmdList) StartCmd() argument
314 BaseCmd *cmd = *iter; StartNewCmds() local
[all...]
/base/startup/init/services/param/manager/
H A Dparam_manager.c296 static int CreateCtrlInfo(ServiceCtrlInfo **ctrlInfo, const char *cmd, uint32_t offset, in CreateCtrlInfo() argument
/base/startup/init/test/unittest/lite/
H A Dcmd_func_test.cpp138 const struct CmdTable *cmd = GetCmdByName(content); in ParseCmdLine() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp397 std::string cmd = " S_IRUSR S_IWOTH S_IRWXU "; in HWTEST_F() local
405 std::string cmd = "S_IRUSR S_IWOTH S_IRWXU"; in HWTEST_F() local
413 std::string cmd = " S_IRUSR S_IWOTH S_IRWXU"; in HWTEST_F() local
421 std::string cmd = "S_IRUSR S_IWOTH S_IRWXU "; in HWTEST_F() local
429 std::string cmd = " S_IRUSR "; in HWTEST_F() local
437 std::string cmd = " S_IRUSR | S_IWOTH | S_IRWXU "; HWTEST_F() local
445 std::string cmd = "send --type 2 "; HWTEST_F() local
[all...]
/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c330 char *cmd[] = { in DoFsckF2fs() local
349 char *cmd[] = { in DoResizeExt() local
361 char *cmd[] = { in DoResizeExt() local
376 char *cmd[] in DoFsckExt() local
[all...]
/base/startup/appspawn/test/mock/
H A Dapp_system_stub.c80 static void NWebRenderMainStub(const char *cmd) in NWebRenderMainStub() argument
/base/startup/init/services/param/trigger/
H A Dtrigger_manager.c145 CommandNode *cmd = jobNode->firstCmd; in DelJobTrigger_() local
492 CommandNode *cmd = GetNextCmdNode(node, NULL); in DumpJobTrigger_() local
[all...]
/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h79 enum FsCmdType cmd; /* for s to n */ member
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test_util.cpp487 std::string cmd = "send terminal response"; in SendTerminalResponseCmdTestFunc() local
496 std::string cmd = "send terminal response"; in SendTerminalResponseCmdTestFunc1() local
504 std::string cmd = "send envelope"; in SendEnvelopeCmdTestFunc() local
513 std::string cmd = "send envelope"; in SendEnvelopeCmdTestFunc1() local
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sms.c125 char cmd[MAX_CMD_LENGTH] = {0}; in ReqSendGsmSms() local
255 char cmd[MAX_CMD_LENGTH] = { 0 }; in WriteSimMessage() local
307 char cmd[MAX_CMD_LENGTH] = {0}; in UpdateSimMessage() local
420 char cmd[MAX_CMD_LENGTH] = { 0 }; ReqDelSimMessage() local
445 char cmd[MAX_CMD_LENGTH] = {0}; ReqSetSmscAddr() local
777 char cmd[MAX_CMD_LENGTH] = { 0 }; ReqSetCBConfig() local
919 char cmd[MAX_CMD_LENGTH] = {0}; ReqDelCdmaSimMessage() local
961 char cmd[MAX_CMD_LENGTH] = {0}; ReqUpdateCdmaSimMessage() local
[all...]
H A Dat_data.c622 char cmd[MAX_CMD_LENGTH] = {0}; in SendCmdCGDCONT() local
646 char cmd[MAX_CMD_LENGTH] = {0}; in SendCmdNDISDUP() local
780 char cmd[MAX_CMD_LENGTH] = {0}; in SetDataProfileInfo() local
907 char cmd[MAX_CMD_LENGTH] = {0}; ReqGetLinkBandwidthInfo() local
[all...]
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp649 auto cmd = std::make_shared<Command>(std::vector<std::string>{ "-all" }, "dump all screenlock information", in RegisterDumpCommand() local
/test/xts/dcts/distributedhardware/distributedaudiotest/
H A Ddistributedaudiotest.cpp675 std::string HandleAudioEvent(int32_t cmd) in HandleAudioEvent() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddvdsubdec.c221 int cmd_pos, pos, cmd, x1, y1, x2, y2, next_cmd_pos; in decode_dvd_subtitles() local

Completed in 39 milliseconds

1...<<21222324252627282930>>...46