Home
last modified time | relevance | path

Searched defs:RunCommand (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Dtest_common.cpp24 std::string RunCommand(const std::string &command) in RunCommand() function
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dwatcher.cpp37 void Watcher::RunCommand(uv_fs_event_t *handle, const char *filename, int events, int status) in RunCommand() function in OHOS::DistributedFS::ModuleFileIO::Watcher
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Diptables_wrapper.cpp62 int32_t IptablesWrapper::RunCommand(const IpType &ipType, const std::string &command) in RunCommand() function in OHOS::nmd::IptablesWrapper
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/hardware/src/
H A Dhdi_service_impl.cpp131 int32_t HdiServiceImpl::RunCommand(uint32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::HdiServiceImpl
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp119 int32_t SensorHdiConnection::RunCommand(int32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::SensorHdiConnection
/ohos5.0/base/security/selinux_adapter/test/unittest/common/
H A Dtest_common.cpp155 std::string RunCommand(const std::string &command) in RunCommand() function
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp104 int32_t CompatibleConnection::RunCommand(int32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::CompatibleConnection
H A Dhdi_connection.cpp209 int32_t HdiConnection::RunCommand(int32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::HdiConnection
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp135 int32_t MedicalSensorServiceClient::RunCommand(uint32_t sensorId, int32_t cmdType, int32_t params) in RunCommand() function in OHOS::Sensors::MedicalSensorServiceClient
H A Dmedical_service_proxy.cpp143 ErrCode MedicalSensorServiceProxy::RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) in RunCommand() function in OHOS::Sensors::MedicalSensorServiceProxy
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dability_tool.cpp95 bool AbilityTool::RunCommand() in RunCommand() function in OHOS::AbilityTool
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_service.cpp337 ErrCode MedicalSensorService::RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) in RunCommand() function in OHOS::Sensors::MedicalSensorService
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp267 void AccountCommand::RunCommand( in RunCommand() function in OHOS::AccountSA::AccountCommand
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp39 static OHOS::JsSysModule::Process::ChildProcess RunCommand(napi_env env, napi_value command, napi_v… in RunCommand() function
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Dnative_module_process.cpp235 static napi_value RunCommand(napi_env env, napi_callback_info info) in RunCommand() function