Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs24 pub struct Command { struct
25 std: StdCommand, argument
32 /// use std::process::Command; argument
36 impl From<StdCommand> for Command { implementation
45 impl Command { impl
90 pub fn kill_on_drop(&mut self, kill: bool) -> &mut Command { in kill_on_drop()
110 pub fn arg<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut Command { in arg() method
221 pub fn env_clear(&mut self) -> &mut Command { in env_clear()
519 impl Command { implementation
525 pub fn uid(&mut self, id: u32) -> &mut Command { in uid()
[all …]
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dcommand.cpp20 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command… in Command() function in OHOS::ScreenLock::Command
25 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help) : format(args… in Command() function in OHOS::ScreenLock::Command
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dcommand.cpp20 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command… in Command() function in OHOS::MiscServices::Command
25 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help) in Command() function in OHOS::MiscServices::Command
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dcommand.h33 explicit Command(TransferParams* transferParams):transferParams_(transferParams) {} in Command() function
H A Dblock_set.h34 class Command; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/command_server/
H A Dcommand.cpp23 Command::Command() in Command() function in OHOS::CameraStandard::DeferredProcessing::Command
/ohos5.0/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Dcommand.cpp18 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command… in Command() function in OHOS::MiscServices::Command
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/
H A Dstylus_detector_interface.h54 struct Command { struct
55 CommandType commandType; argument
/ohos5.0/drivers/hdf_core/framework/model/misc/dsoftbus/src/
H A Dwlan_param_monitor.c23 } Command; typedef
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_path_storage.h177 uint32_t Command(uint32_t index) const in Command() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp164 #define UPDATE_TO_RENDER(Command, value, type) … argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h315 using Command = void (*)(const ArgList&); variable