/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/ |
H A D | command.rs | 24 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 D | command.cpp | 20 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 D | command.cpp | 20 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 D | command.h | 33 explicit Command(TransferParams* transferParams):transferParams_(transferParams) {} in Command() function
|
H A D | block_set.h | 34 class Command; variable
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/command_server/ |
H A D | command.cpp | 23 Command::Command() in Command() function in OHOS::CameraStandard::DeferredProcessing::Command
|
/ohos5.0/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/ |
H A D | command.cpp | 18 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 D | stylus_detector_interface.h | 54 struct Command { struct 55 CommandType commandType; argument
|
/ohos5.0/drivers/hdf_core/framework/model/misc/dsoftbus/src/ |
H A D | wlan_param_monitor.c | 23 } Command; typedef
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_path_storage.h | 177 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 D | rs_property.cpp | 164 #define UPDATE_TO_RENDER(Command, value, type) … argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.h | 315 using Command = void (*)(const ArgList&); variable
|