Home
last modified time | relevance | path

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

/base/sensors/sensor/services/sensor/hdi_connection/interface/src/
Dsensor_hdi_connection.cpp117 int32_t SensorHdiConnection::RunCommand(int32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::SensorHdiConnection
/base/sensors/sensor/services/sensor/hdi_connection/hardware/src/
Dhdi_service_impl.cpp129 int32_t HdiServiceImpl::RunCommand(uint32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::HdiServiceImpl
/base/sensors/sensor/frameworks/native/sensor/src/
Dsensor_service_client.cpp130 int32_t SensorServiceClient::RunCommand(uint32_t sensorId, int32_t cmdType, int32_t params) in RunCommand() function in OHOS::Sensors::SensorServiceClient
Dsensor_service_proxy.cpp114 ErrCode SensorServiceProxy::RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) in RunCommand() function in OHOS::Sensors::SensorServiceProxy
/base/compileruntime/js_sys_module/test/unittest/
Dtest_process.cpp39 static OHOS::Js_sys_module::Process::ChildProcess RunCommand(napi_env env, napi_value command, napi… in RunCommand() function
/base/sensors/sensor/services/sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp109 int32_t CompatibleConnection::RunCommand(int32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::CompatibleConnection
Dhdi_connection.cpp213 int32_t HdiConnection::RunCommand(int32_t sensorId, int32_t cmd, int32_t params) in RunCommand() function in OHOS::Sensors::HdiConnection
/base/sensors/sensor/services/sensor/src/
Dsensor_service.cpp324 ErrCode SensorService::RunCommand(uint32_t sensorId, uint32_t cmdType, uint32_t params) in RunCommand() function in OHOS::Sensors::SensorService
/base/security/selinux/test/unittest/src/
Dselinux_unit_test.cpp216 static std::string RunCommand(const std::string &command) in RunCommand() function
/base/compileruntime/js_sys_module/process/
Dnative_module_process.cpp232 static napi_value RunCommand(napi_env env, napi_callback_info info) in RunCommand() function