Home
last modified time | relevance | path

Searched defs:cmd (Results 76 - 100 of 311) sorted by relevance

12345678910>>...13

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.h136 auto cmd = std::dynamic_pointer_cast<Command>(command); in FetchAndDispatchCommand() local
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbussocketrecv_fuzzer/
H A Dsoftbussocketrecv_fuzzer.cpp31 unsigned int cmd; member
/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/sqlite3utils_fuzzer/
H A Dsqlite3utils_fuzzer.cpp48 static void Splite3UtilsSwitch(uint32_t cmd, const uint8_t *rawData, size_t size) in Splite3UtilsSwitch() argument
84 uint32_t cmd = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/dsoftbus/tests/core/common/utils/fuzztest/softbusutils_fuzzer/
H A Dsoftbusutils_fuzzer.cpp47 static void SoftbusUtilsSwitch(uint32_t cmd, const uint8_t *rawData, size_t size) in SoftbusUtilsSwitch() argument
79 uint32_t cmd = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_wpa_common_test.cpp73 const char cmd[bufLen] = "string"; in HWTEST_F() local
82 const char cmd[bufLen] = "ENABLE"; in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/test/unittest/common/base/
H A Ddcamera_event_cmd_test.cpp146 DCameraEventCmd cmd; in HWTEST_F() local
181 DCameraEventCmd cmd; in HWTEST_F() local
[all...]
H A Ddcamera_metadata_setting_cmd_test.cpp139 DCameraMetadataSettingCmd cmd; in HWTEST_F() local
177 DCameraMetadataSettingCmd cmd; HWTEST_F() local
[all...]
H A Ddcamera_open_info_cmd_test.cpp125 DCameraOpenInfoCmd cmd; in HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_actor.h73 void DelayRetry(std::unique_ptr<VirtualCmd<Ctx>> cmd) in DelayRetry() argument
80 void Retry(std::unique_ptr<VirtualCmd<Ctx>> cmd) in Retry() argument
96 auto cmd = std::make_unique<DfsuCmd<Ctx>>(&Ctx::Stop); in StopCtx() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h62 void SetCmd(T &cmd) in SetCmd() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_controller_baseband.c29 HciCmd *cmd = HciAllocCmd(HCI_SET_EVENT_MASK, (void *)param, sizeof(HciSetEventMaskParam)); in HCI_SetEventMask() local
37 HciCmd *cmd = HciAllocCmd(HCI_RESET, NULL, 0); in HCI_Reset() local
45 HciCmd *cmd = HciAllocCmd(HCI_FLUSH, (void *)param, sizeof(HciFlushParam)); in HCI_Flush() local
53 HciCmd *cmd = HciAllocCmd(HCI_WRITE_LOCAL_NAME, (void *)param, sizeof(HciWriteLocalNameParam)); in HCI_WriteLocalName() local
65 HciCmd *cmd = HciAllocCmd(HCI_WRITE_SCAN_ENABLE, (void *)param, sizeof(HciWriteScanEnableParam)); in HCI_WriteScanEnable() local
76 HciCmd *cmd = HciAllocCmd(HCI_WRITE_PAGE_SCAN_ACTIVITY, (void *)param, sizeof(HciWritePageScanActivityParam)); HCI_WritePageScanActivity() local
87 HciCmd *cmd = HciAllocCmd(HCI_WRITE_INQUIRY_SCAN_ACTIVITY, (void *)param, sizeof(HciWriteInquiryScanActivityParam)); HCI_WriteInquiryScanActivity() local
98 HciCmd *cmd = HciAllocCmd(HCI_WRITE_CLASS_OF_DEVICE, (void *)param, sizeof(HciWriteClassofDeviceParam)); HCI_WriteClassofDevice() local
109 HciCmd *cmd = HciAllocCmd(HCI_WRITE_VOICE_SETTING, (void *)param, sizeof(HciWriteVoiceSettingParam)); HCI_WriteVoiceSetting() local
120 HciCmd *cmd = HciAllocCmd(HCI_HOST_BURRER_SIZE, (void *)param, sizeof(HciHostBufferSizeCmdParam)); HCI_HostBufferSize() local
146 HciCmd *cmd = HciAllocCmd(HCI_WRITE_CURRENT_IAC_LAP, (void *)data, length); HCI_WriteCurrentIacLap() local
165 HciCmd *cmd = HciAllocCmd(HCI_WRITE_INQUIRY_SCAN_TYPE, (void *)param, sizeof(HciWriteInquiryScanTypeParam)); HCI_WriteInquiryScanType() local
176 HciCmd *cmd = HciAllocCmd(HCI_WRITE_INQUIRY_MODE, (void *)param, sizeof(HciWriteInquiryModeParam)); HCI_WriteInquiryMode() local
187 HciCmd *cmd = HciAllocCmd(HCI_WRITE_PAGE_SCAN_TYPE, (void *)param, sizeof(HciWritePageScanTypeParam)); HCI_WritePageScanType() local
198 HciCmd *cmd = HCI_WriteExtendedInquiryResponse() local
210 HciCmd *cmd = HciAllocCmd(HCI_WRITE_SIMPLE_PAIRING_MODE, (void *)param, sizeof(HciWriteSimplePairingModeParam)); HCI_WriteSimplePairingMode() local
218 HciCmd *cmd = HciAllocCmd(HCI_READ_LOCAL_OOB_DATA, NULL, 0); HCI_ReadLocalOOBData() local
229 HciCmd *cmd = HciAllocCmd(HCI_WRITE_LE_HOST_SUPPORT, (void *)param, sizeof(HciWriteLeHostSupportParam)); HCI_WriteLeHostSupport() local
237 HciCmd *cmd = HciAllocCmd( HCI_WriteSecureConnectionsHostSupport() local
246 HciCmd *cmd = HciAllocCmd( HCI_WriteAuthenticatedPayloadTimeout() local
255 HciCmd *cmd = HciAllocCmd(HCI_READ_LOCAL_OOB_EXTENDED_DATA, NULL, 0); HCI_ReadLocalOOBExtendedData() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/
H A Dnstackx_wifi_stat_linux.h61 uint8_t cmd; member
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_source_demo.cpp117 void WfdSourceDemo::ExecuteCmd(int32_t cmd, std::string &deviceId) in ExecuteCmd() argument
151 void WfdSourceDemo::DoCmd(std::string cmd) in DoCmd() argument
[all...]
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_ability_first_test.cpp288 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
304 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
320 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
336 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
352 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
368 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
384 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
401 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
417 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
433 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
453 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
474 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
495 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
516 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
537 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
558 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
579 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
600 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
621 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
644 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
666 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
688 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
710 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
732 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
754 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
780 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
806 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
833 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
861 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
1004 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
1029 auto cmd = std::make_shared<AbilityManagerShellCommand>(argc, argv); HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H A Dwfd_demo.cpp222 void WfdDemo::DoCmd(std::string cmd) in DoCmd() argument
[all...]
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_delegator.cpp35 std::shared_ptr<AppExecFwk::ShellCmdResult> CJAbilityDelegator::ExecuteShellCommand(const char* cmd, int64_t timeoutSec) in ExecuteShellCommand() argument
99 int32_t FFIAbilityDelegatorExecuteShellCommand(int64_t id, const char* cmd, int64_t timeoutSec) in FFIAbilityDelegatorExecuteShellCommand() argument
/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/
H A Dcommon_tool.cpp30 int32_t CommonTool::ExecuteCmd(const std::string &cmd, std::vector<std::string> &resvec, const int32_t size) in ExecuteCmd() argument
53 bool CommonTool::ExecuteCmd(const std::string &cmd) in ExecuteCmd() argument
126 std::string cmd = "ps -A | grep " + processName; in GetPid() local
162 std::string cmd = "chmod +x /system/bin/" + serviceName; in StartExecutable() local
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp43 uint8_t cmd; in Notify() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_scanline_antialias.h150 uint32_t cmd; in AddPath() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_adaptor_vertex_generate.h220 uint32_t cmd = PATH_CMD_STOP; in GenerateVertex() local
273 uint32_t cmd = PATH_CMD_STOP; in VertexAccumulateWhile() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Ddisk_utils.cpp113 std::vector<std::string> cmd; in GetBlkidData() local
125 std::string GetBlkidDataByCmd(std::vector<std::string> &cmd) in GetBlkidDataByCmd() argument
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H A Dsurface_encoder_filter_unit_test.h65 OnCallback(const std::shared_ptr<Pipeline::Filter>& filter, Pipeline::FilterCallBackCommand cmd, Pipeline::StreamType outType) OnCallback() argument
H A Dmetadata_filter_unit_test.h67 OnCallback(const std::shared_ptr<Pipeline::Filter>& filter, Pipeline::FilterCallBackCommand cmd, Pipeline::StreamType outType) OnCallback() argument
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_control_command.cpp42 int32_t NapiControlCommand::ConvertCommand(const std::string& cmd) in ConvertCommand() argument
52 std::string NapiControlCommand::ConvertCommand(int32_t cmd) in ConvertCommand() argument
76 std::string cmd; in GetValue() local
102 auto cmd = ConvertCommand(in.GetCommand()); SetValue() local
[all...]
H A Dnapi_cast_control_command.cpp39 int32_t NapiCastControlCommand::ConvertCommand(const std::string& cmd) in ConvertCommand() argument
49 std::string NapiCastControlCommand::ConvertCommand(int32_t cmd) in ConvertCommand() argument
73 std::string cmd; in GetValue() local
99 auto cmd = ConvertCommand(in.GetCommand()); SetValue() local
[all...]

Completed in 15 milliseconds

12345678910>>...13